Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/
Date: Mon, 08 Oct 2018 06:19:05
Message-Id: 1538979520.fb320c2ee91f5d7e4e72a3d0fd43d9df75e14167.whissi@gentoo
1 commit: fb320c2ee91f5d7e4e72a3d0fd43d9df75e14167
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 8 06:18:26 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 8 06:18:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb320c2e
7
8 net-firewall/xtables-addons: adopt new USE=modules logic
9
10 Bug: https://bugs.gentoo.org/635720
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 net-firewall/xtables-addons/xtables-addons-2.13.ebuild | 5 +++--
15 net-firewall/xtables-addons/xtables-addons-2.14.ebuild | 5 +++--
16 net-firewall/xtables-addons/xtables-addons-3.0.ebuild | 5 +++--
17 net-firewall/xtables-addons/xtables-addons-3.1.ebuild | 5 +++--
18 net-firewall/xtables-addons/xtables-addons-3.2.ebuild | 5 +++--
19 5 files changed, 15 insertions(+), 10 deletions(-)
20
21 diff --git a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
22 index 3722de98ac4..5f99b5400fa 100644
23 --- a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
24 +++ b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
25 @@ -1,8 +1,10 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="6"
31
32 +MODULES_OPTIONAL_USE=modules
33 +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1
34 inherit eutils linux-info linux-mod multilib
35
36 DESCRIPTION="iptables extensions not yet accepted in the main kernel"
37 @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="amd64 x86"
41 -IUSE="modules"
42
43 MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account"
44
45
46 diff --git a/net-firewall/xtables-addons/xtables-addons-2.14.ebuild b/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
47 index f802d660a63..5fc031f3e9c 100644
48 --- a/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
49 +++ b/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
50 @@ -1,8 +1,10 @@
51 -# Copyright 1999-2018 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI="6"
56
57 +MODULES_OPTIONAL_USE=modules
58 +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1
59 inherit eutils linux-info linux-mod multilib
60
61 DESCRIPTION="iptables extensions not yet accepted in the main kernel"
62 @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 -IUSE="modules"
67
68 MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account"
69
70
71 diff --git a/net-firewall/xtables-addons/xtables-addons-3.0.ebuild b/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
72 index 7683ecc923e..80ab8675e8f 100644
73 --- a/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
74 +++ b/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
75 @@ -1,8 +1,10 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 +# Copyright 1999-2018 Gentoo Authors
78 # Distributed under the terms of the GNU General Public License v2
79
80 EAPI="6"
81
82 +MODULES_OPTIONAL_USE=modules
83 +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1
84 inherit eutils linux-info linux-mod multilib
85
86 DESCRIPTION="iptables extensions not yet accepted in the main kernel"
87 @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
88 LICENSE="GPL-2"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91 -IUSE="modules"
92
93 MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account"
94
95
96 diff --git a/net-firewall/xtables-addons/xtables-addons-3.1.ebuild b/net-firewall/xtables-addons/xtables-addons-3.1.ebuild
97 index 7a72a0a8673..bbc32dee9f8 100644
98 --- a/net-firewall/xtables-addons/xtables-addons-3.1.ebuild
99 +++ b/net-firewall/xtables-addons/xtables-addons-3.1.ebuild
100 @@ -1,8 +1,10 @@
101 -# Copyright 1999-2018 Gentoo Foundation
102 +# Copyright 1999-2018 Gentoo Authors
103 # Distributed under the terms of the GNU General Public License v2
104
105 EAPI="6"
106
107 +MODULES_OPTIONAL_USE=modules
108 +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1
109 inherit eutils linux-info linux-mod multilib
110
111 DESCRIPTION="iptables extensions not yet accepted in the main kernel"
112 @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
113 LICENSE="GPL-2"
114 SLOT="0"
115 KEYWORDS="~amd64 ~x86"
116 -IUSE="modules"
117
118 MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account"
119
120
121 diff --git a/net-firewall/xtables-addons/xtables-addons-3.2.ebuild b/net-firewall/xtables-addons/xtables-addons-3.2.ebuild
122 index 7a72a0a8673..bbc32dee9f8 100644
123 --- a/net-firewall/xtables-addons/xtables-addons-3.2.ebuild
124 +++ b/net-firewall/xtables-addons/xtables-addons-3.2.ebuild
125 @@ -1,8 +1,10 @@
126 -# Copyright 1999-2018 Gentoo Foundation
127 +# Copyright 1999-2018 Gentoo Authors
128 # Distributed under the terms of the GNU General Public License v2
129
130 EAPI="6"
131
132 +MODULES_OPTIONAL_USE=modules
133 +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1
134 inherit eutils linux-info linux-mod multilib
135
136 DESCRIPTION="iptables extensions not yet accepted in the main kernel"
137 @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
138 LICENSE="GPL-2"
139 SLOT="0"
140 KEYWORDS="~amd64 ~x86"
141 -IUSE="modules"
142
143 MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account"