Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/arptables: arptables-0.0.3.3.ebuild ChangeLog arptables-0.0.3.3-r1.ebuild
Date: Sun, 28 Oct 2007 11:27:09
Message-Id: E1Im6IK-0001Ze-A6@stork.gentoo.org
1 pva 07/10/28 11:27:04
2
3 Modified: arptables-0.0.3.3.ebuild ChangeLog
4 Added: arptables-0.0.3.3-r1.ebuild
5 Log:
6 Fix path to arptables in arptables-{save,restore}. Thank Tyler Montbriand <tsm AT accesscomm.ca> for report and fix.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.2 net-firewall/arptables/arptables-0.0.3.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3.ebuild?r1=1.1&r2=1.2
15
16 Index: arptables-0.0.3.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- arptables-0.0.3.3.ebuild 29 Aug 2007 11:25:02 -0000 1.1
23 +++ arptables-0.0.3.3.ebuild 28 Oct 2007 11:27:03 -0000 1.2
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3.ebuild,v 1.1 2007/08/29 11:25:02 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3.ebuild,v 1.2 2007/10/28 11:27:03 pva Exp $
29
30 -inherit versionator eutils
31 +inherit versionator toolchain-funcs
32
33 MY_P=${PN}-v$(replace_version_separator 3 - )
34
35
36
37
38 1.9 net-firewall/arptables/ChangeLog
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arptables/ChangeLog?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arptables/ChangeLog?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arptables/ChangeLog?r1=1.8&r2=1.9
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- ChangeLog 29 Aug 2007 11:25:02 -0000 1.8
51 +++ ChangeLog 28 Oct 2007 11:27:03 -0000 1.9
52 @@ -1,6 +1,13 @@
53 # ChangeLog for net-firewall/arptables
54 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.8 2007/08/29 11:25:02 pva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.9 2007/10/28 11:27:03 pva Exp $
57 +
58 +*arptables-0.0.3.3-r1 (28 Oct 2007)
59 +
60 + 28 Oct 2007; <pva@g.o> arptables-0.0.3.3.ebuild,
61 + +arptables-0.0.3.3-r1.ebuild:
62 + Fix path to arptables in arptables-{save,restore}. Thank Tyler Montbriand
63 + <tsm AT accesscomm.ca> for report and fix.
64
65 *arptables-0.0.3.3 (29 Aug 2007)
66
67
68
69
70 1.1 net-firewall/arptables/arptables-0.0.3.3-r1.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild?rev=1.1&content-type=text/plain
74
75 Index: arptables-0.0.3.3-r1.ebuild
76 ===================================================================
77 # Copyright 1999-2007 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild,v 1.1 2007/10/28 11:27:03 pva Exp $
80
81 inherit versionator eutils
82
83 MY_P=${PN}-v$(replace_version_separator 3 - )
84
85 DESCRIPTION="set up, maintain, and inspect the tables of ARP rules in the Linux kernel"
86 HOMEPAGE="http://ebtables.sourceforge.net/"
87 SRC_URI="mirror://sourceforge/ebtables/${MY_P}.tar.gz"
88
89 LICENSE="GPL-2"
90 SLOT="0"
91 KEYWORDS="~amd64 ~ppc ~x86"
92 IUSE=""
93
94 S=${WORKDIR}/${MY_P}
95
96 src_compile() {
97 emake CC="$(tc-getCC)" COPT_FLAGS="${CFLAGS}" || die "make failed"
98 sed -ie 's:__EXEC_PATH__:/sbin:g' arptables-save arptables-restore \
99 || die "sed failed"
100 }
101
102 src_install() {
103 into /
104 dosbin arptables arptables-restore arptables-save
105 doman arptables.8
106 }
107
108
109
110 --
111 gentoo-commits@g.o mailing list