Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/pftop: pftop-0.7.ebuild ChangeLog
Date: Sat, 20 Jun 2009 22:37:04
Message-Id: E1MI9BG-0002yx-60@stork.gentoo.org
1 flameeyes 09/06/20 22:37:02
2
3 Modified: pftop-0.7.ebuild ChangeLog
4 Log:
5 Move all the patches to the mirrors, this removes a bzip2-compressed file from CVS.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-firewall/pftop/pftop-0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/pftop/pftop-0.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/pftop/pftop-0.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/pftop/pftop-0.7.ebuild?r1=1.1&r2=1.2
14
15 Index: pftop-0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pftop-0.7.ebuild 27 Jan 2009 12:50:32 -0000 1.1
22 +++ pftop-0.7.ebuild 20 Jun 2009 22:37:02 -0000 1.2
23 @@ -1,13 +1,15 @@
24 -# Copyright 2006-2009 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.7.ebuild,v 1.1 2009/01/27 12:50:32 the_paya Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.7.ebuild,v 1.2 2009/06/20 22:37:02 flameeyes Exp $
29
30 -inherit bsdmk flag-o-matic
31 -DESCRIPTION="Pftop: curses-based utility for real-time display of active states and rule statistics for pf"
32 +PATCH_PV=1
33
34 -HOMEPAGE="http://www.eee.metu.edu.tr/~canacar/pftop/"
35 +inherit bsdmk flag-o-matic eutils
36
37 -SRC_URI="http://www.eee.metu.edu.tr/~canacar/${P}.tar.gz"
38 +DESCRIPTION="Pftop: curses-based utility for real-time display of active states and rule statistics for pf"
39 +HOMEPAGE="http://www.eee.metu.edu.tr/~canacar/pftop/"
40 +SRC_URI="http://www.eee.metu.edu.tr/~canacar/${P}.tar.gz
41 + mirror://gentoo/${P}-patches-${PATCH_PV}.tar.bz2"
42
43 LICENSE="BSD"
44 SLOT="0"
45 @@ -19,11 +21,7 @@
46 src_unpack() {
47 unpack ${A}
48 cd "${S}"
49 - epatch "${FILESDIR}/${PN}-0.7-pcap.patch"
50 - epatch "${FILESDIR}/${PN}-0.7-dead.patch"
51 - epatch "${FILESDIR}/${PN}-0.7-pr123670.patch"
52 - epatch "${FILESDIR}/${PN}-0.7-queue.patch.bz2"
53 - epatch "${FILESDIR}/${PN}-0.7-strnvis_fix.patch"
54 + epatch "${WORKDIR}"/patches/*
55 }
56
57 src_compile() {
58
59
60
61 1.5 net-firewall/pftop/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/pftop/ChangeLog?rev=1.5&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/pftop/ChangeLog?rev=1.5&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/pftop/ChangeLog?r1=1.4&r2=1.5
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/net-firewall/pftop/ChangeLog,v
70 retrieving revision 1.4
71 retrieving revision 1.5
72 diff -u -r1.4 -r1.5
73 --- ChangeLog 27 Jan 2009 12:50:32 -0000 1.4
74 +++ ChangeLog 20 Jun 2009 22:37:02 -0000 1.5
75 @@ -1,6 +1,13 @@
76 # ChangeLog for net-firewall/pftop
77 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/ChangeLog,v 1.4 2009/01/27 12:50:32 the_paya Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/ChangeLog,v 1.5 2009/06/20 22:37:02 flameeyes Exp $
80 +
81 + 20 Jun 2009; Diego E. Pettenò <flameeyes@g.o> pftop-0.7.ebuild,
82 + -files/pftop-0.7-dead.patch, -files/pftop-0.7-pcap.patch,
83 + -files/pftop-0.7-pr123670.patch, -files/pftop-0.7-queue.patch.bz2,
84 + -files/pftop-0.7-strnvis_fix.patch:
85 + Move all the patches to the mirrors, this removes a bzip2-compressed file
86 + from CVS.
87
88 *pftop-0.7 (27 Jan 2009)