Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.7.ebuild
Date: Wed, 21 Apr 2010 16:45:58
Message-Id: 20100421164556.503C62C055@corvid.gentoo.org
1 robbat2 10/04/21 16:45:56
2
3 Modified: ChangeLog iptables-1.4.7.ebuild
4 Log:
5 Bug #316369: install iptables-apply util as well.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.210 net-firewall/iptables/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.210&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.210&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.209&r2=1.210
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
18 retrieving revision 1.209
19 retrieving revision 1.210
20 diff -p -w -b -B -u -u -r1.209 -r1.210
21 --- ChangeLog 11 Mar 2010 06:15:37 -0000 1.209
22 +++ ChangeLog 21 Apr 2010 16:45:55 -0000 1.210
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-firewall/iptables
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.209 2010/03/11 06:15:37 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.210 2010/04/21 16:45:55 robbat2 Exp $
28 +
29 + 21 Apr 2010; Robin H. Johnson <robbat2@g.o> iptables-1.4.7.ebuild:
30 + Bug #316369: install iptables-apply util as well.
31
32 *iptables-1.4.7 (11 Mar 2010)
33
34
35
36
37 1.2 net-firewall/iptables/iptables-1.4.7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild?r1=1.1&r2=1.2
42
43 Index: iptables-1.4.7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -p -w -b -B -u -u -r1.1 -r1.2
49 --- iptables-1.4.7.ebuild 11 Mar 2010 06:15:37 -0000 1.1
50 +++ iptables-1.4.7.ebuild 21 Apr 2010 16:45:55 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild,v 1.1 2010/03/11 06:15:37 pva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild,v 1.2 2010/04/21 16:45:55 robbat2 Exp $
56
57 EAPI="2"
58 inherit eutils toolchain-funcs
59 @@ -38,6 +38,9 @@ src_compile() {
60
61 src_install() {
62 emake install DESTDIR="${D}" || die
63 + dosbin iptables-apply
64 + doman iptables-apply.8
65 + dodoc COMMIT_NOTES INCOMPATIBILITIES iptables.xslt
66
67 insinto /usr/include
68 doins include/iptables.h $(use ipv6 && echo include/ip6tables.h) || die