Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.12.1-r1.ebuild ChangeLog
Date: Mon, 02 Jan 2012 00:08:44
Message-Id: 20120102000835.12E362004B@flycatcher.gentoo.org
1 ago 12/01/02 00:08:35
2
3 Modified: iptables-1.4.12.1-r1.ebuild ChangeLog
4 Log:
5 Fix typo in src_configure by Franz Siegfried Metz in bug #396737
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-firewall/iptables/iptables-1.4.12.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: iptables-1.4.12.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- iptables-1.4.12.1-r1.ebuild 30 Dec 2011 12:01:22 -0000 1.2
23 +++ iptables-1.4.12.1-r1.ebuild 2 Jan 2012 00:08:34 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild,v 1.2 2011/12/30 12:01:22 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild,v 1.3 2012/01/02 00:08:34 ago Exp $
30
31 EAPI="4"
32
33 @@ -46,7 +46,7 @@
34 --enable-devel \
35 --enable-libipq \
36 --enable-shared \
37 - $(use-enable static-libs static) \
38 + $(use_enable static-libs static) \
39 $(use_enable ipv6)
40 }
41
42
43
44
45 1.258 net-firewall/iptables/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.258&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.258&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.257&r2=1.258
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
54 retrieving revision 1.257
55 retrieving revision 1.258
56 diff -u -r1.257 -r1.258
57 --- ChangeLog 30 Dec 2011 12:01:22 -0000 1.257
58 +++ ChangeLog 2 Jan 2012 00:08:34 -0000 1.258
59 @@ -1,6 +1,9 @@
60 # ChangeLog for net-firewall/iptables
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.257 2011/12/30 12:01:22 scarabeus Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.258 2012/01/02 00:08:34 ago Exp $
65 +
66 + 02 Jan 2012; Agostino Sarubbo <ago@g.o> iptables-1.4.12.1-r1.ebuild:
67 + Fix typo in src_configure by Franz Siegfried Metz in bug #396737
68
69 30 Dec 2011; Tomáš Chvátal <scarabeus@g.o>
70 iptables-1.4.12.1-r1.ebuild: