Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/xtables-addons: xtables-addons-2.6.ebuild xtables-addons-2.7.ebuild ChangeLog
Date: Tue, 07 Jul 2015 02:53:30
Message-Id: 20150707025317.1EFA6757@oystercatcher.gentoo.org
1 patrick 15/07/07 02:53:17
2
3 Modified: xtables-addons-2.6.ebuild xtables-addons-2.7.ebuild
4 ChangeLog
5 Log:
6 Whitespace
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.5 net-firewall/xtables-addons/xtables-addons-2.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.6.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.6.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.6.ebuild?r1=1.4&r2=1.5
16
17 Index: xtables-addons-2.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.6.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- xtables-addons-2.6.ebuild 6 Jul 2015 13:14:40 -0000 1.4
24 +++ xtables-addons-2.6.ebuild 7 Jul 2015 02:53:17 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.6.ebuild,v 1.4 2015/07/06 13:14:40 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.6.ebuild,v 1.5 2015/07/07 02:53:17 patrick Exp $
30
31 EAPI="5"
32
33 @@ -119,11 +119,11 @@
34 done
35 }
36
37 -# Die on modules known to fial on certain kernel version.
38 +# Die on modules known to fail on certain kernel version.
39 XA_known_failure() {
40 local module_name=$1
41 local KV_max=$2
42 -
43 +
44 if use xtables_addons_${module_name} && kernel_is ge ${KV_max//./ }; then
45 eerror
46 eerror "XTABLES_ADDONS=${module_name} fails to build on linux ${KV_max} or above."
47
48
49
50 1.5 net-firewall/xtables-addons/xtables-addons-2.7.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.7.ebuild?rev=1.5&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.7.ebuild?rev=1.5&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.7.ebuild?r1=1.4&r2=1.5
55
56 Index: xtables-addons-2.7.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.7.ebuild,v
59 retrieving revision 1.4
60 retrieving revision 1.5
61 diff -u -r1.4 -r1.5
62 --- xtables-addons-2.7.ebuild 6 Jul 2015 13:28:54 -0000 1.4
63 +++ xtables-addons-2.7.ebuild 7 Jul 2015 02:53:17 -0000 1.5
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2015 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.7.ebuild,v 1.4 2015/07/06 13:28:54 blueness Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-2.7.ebuild,v 1.5 2015/07/07 02:53:17 patrick Exp $
69
70 EAPI="5"
71
72 @@ -119,11 +119,11 @@
73 done
74 }
75
76 -# Die on modules known to fial on certain kernel version.
77 +# Die on modules known to fail on certain kernel version.
78 XA_known_failure() {
79 local module_name=$1
80 local KV_max=$2
81 -
82 +
83 if use xtables_addons_${module_name} && kernel_is ge ${KV_max//./ }; then
84 eerror
85 eerror "XTABLES_ADDONS=${module_name} fails to build on linux ${KV_max} or above."
86
87
88
89 1.54 net-firewall/xtables-addons/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/ChangeLog?rev=1.54&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/ChangeLog?rev=1.54&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/ChangeLog?r1=1.53&r2=1.54
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/ChangeLog,v
98 retrieving revision 1.53
99 retrieving revision 1.54
100 diff -u -r1.53 -r1.54
101 --- ChangeLog 6 Jul 2015 13:28:54 -0000 1.53
102 +++ ChangeLog 7 Jul 2015 02:53:17 -0000 1.54
103 @@ -1,6 +1,10 @@
104 # ChangeLog for net-firewall/xtables-addons
105 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/ChangeLog,v 1.53 2015/07/06 13:28:54 blueness Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/ChangeLog,v 1.54 2015/07/07 02:53:17 patrick Exp $
108 +
109 + 07 Jul 2015; Patrick Lauer <patrick@g.o> xtables-addons-2.6.ebuild,
110 + xtables-addons-2.7.ebuild:
111 + Whitespace
112
113 06 Jul 2015; Anthony G. Basile <blueness@g.o>
114 xtables-addons-2.7.ebuild: