Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/
Date: Sat, 20 Apr 2019 23:26:34
Message-Id: 1555704113.0f2405bc0854b274f272c039e196361fb66ddb51.alonbl@gentoo
1 commit: 0f2405bc0854b274f272c039e196361fb66ddb51
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 20:01:42 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 20:01:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2405bc
7
8 net-firewall/firehol: cleanup old
9
10 ppc goes unstable as ipset is not stabilized
11
12 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
13 Package-Manager: Portage-2.3.62, Repoman-2.3.11
14
15 net-firewall/firehol/Manifest | 2 -
16 net-firewall/firehol/firehol-3.1.3-r1.ebuild | 64 ----------------------------
17 net-firewall/firehol/firehol-3.1.3.ebuild | 61 --------------------------
18 net-firewall/firehol/firehol-3.1.4.ebuild | 64 ----------------------------
19 4 files changed, 191 deletions(-)
20
21 diff --git a/net-firewall/firehol/Manifest b/net-firewall/firehol/Manifest
22 index 7419c1e9478..7547639c83b 100644
23 --- a/net-firewall/firehol/Manifest
24 +++ b/net-firewall/firehol/Manifest
25 @@ -1,3 +1 @@
26 -DIST firehol-3.1.3.tar.xz 1476220 BLAKE2B 19ac9db805fc4452b447a45a7ed35c781bc8595f3ede0af7de0ff5a89ab50a9f8a634e0754869774d767b50d720019a5ac466e9d1726a75a34a283473b17a94b SHA512 6c75b57650d918cfc485f6eb01d69694acd5c7b487a10a566fc26b8d5e0cd6a6a9a09bd8d3219bf4e78aa4fe47f83e5ac399107a07770b787e1ccba3078c5f3f
27 -DIST firehol-3.1.4.tar.xz 1481320 BLAKE2B 0fabef4a853aece966a8f273cc82947a6e63ac44ccac2494d5d6a2f0916658a78cfe0c28cc2414e797411e4795216400b1fa95193a619f7e26fe545182a5fc44 SHA512 1a17b6e810274b346f66788c4c4736421583e6a4ed76df7a1d7f46dcb99e434460998c05755c8342941413d23c02e2ca0d0bf2123cb555a6c7513d24983a13ed
28 DIST firehol-3.1.6.tar.xz 1484424 BLAKE2B aea45aa424b7b43ed0576916f52a785601a21489263c1b5c6abbf3b2b97db80bf2a2420ae8176cd55e335ab93c18a8209a47f467dba80a63cf2c319b3e3e27d8 SHA512 5ffa7e59d3f10a6c7d3f5b5ef9d93f1b2138063374a10cb0c1ac4e75578d6cf7755e154b51febf546563ba003f100af13f89bca3843b66a8d22b8fc2da3fadfe
29
30 diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
31 deleted file mode 100644
32 index db92d61855d..00000000000
33 --- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild
34 +++ /dev/null
35 @@ -1,64 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -inherit linux-info
41 -
42 -DESCRIPTION="iptables firewall generator"
43 -HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol"
44 -SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -IUSE="doc ipv6 ipset"
49 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
50 -
51 -RDEPEND="net-firewall/iptables
52 - sys-apps/iproute2[-minimal,ipv6?]
53 - net-misc/iputils[ipv6?]
54 - net-misc/iprange
55 - net-analyzer/traceroute
56 - virtual/modutils
57 - app-arch/gzip
58 - ipset? (
59 - net-firewall/ipset
60 - )"
61 -DEPEND="${RDEPEND}"
62 -
63 -pkg_setup() {
64 - local CONFIG_CHECK=" \
65 - ~IP_NF_FILTER \
66 - ~IP_NF_IPTABLES \
67 - ~IP_NF_MANGLE \
68 - ~IP_NF_TARGET_MASQUERADE
69 - ~IP_NF_TARGET_REDIRECT \
70 - ~IP_NF_TARGET_REJECT \
71 - ~NETFILTER_XT_MATCH_LIMIT \
72 - ~NETFILTER_XT_MATCH_OWNER \
73 - ~NETFILTER_XT_MATCH_STATE \
74 - ~NF_CONNTRACK \
75 - ~NF_CONNTRACK_IPV4 \
76 - ~NF_CONNTRACK_MARK \
77 - ~NF_NAT \
78 - ~NF_NAT_FTP \
79 - ~NF_NAT_IRC \
80 - "
81 - linux-info_pkg_setup
82 -}
83 -
84 -src_configure() {
85 - econf \
86 - --disable-vnetbuild \
87 - $(use_enable ipset update-ipsets) \
88 - $(use_enable doc) \
89 - $(use_enable ipv6)
90 -}
91 -
92 -src_install() {
93 - default
94 -
95 - newconfd "${FILESDIR}"/firehol.confd firehol
96 - newinitd "${FILESDIR}"/firehol.initd firehol
97 - newconfd "${FILESDIR}"/fireqos.confd fireqos
98 - newinitd "${FILESDIR}"/fireqos.initd fireqos
99 -}
100
101 diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild b/net-firewall/firehol/firehol-3.1.3.ebuild
102 deleted file mode 100644
103 index 11a79fd5b62..00000000000
104 --- a/net-firewall/firehol/firehol-3.1.3.ebuild
105 +++ /dev/null
106 @@ -1,61 +0,0 @@
107 -# Copyright 1999-2018 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=6
111 -inherit linux-info
112 -
113 -DESCRIPTION="iptables firewall generator"
114 -HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol"
115 -SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz"
116 -
117 -LICENSE="GPL-2"
118 -SLOT="0"
119 -IUSE="doc ipv6"
120 -KEYWORDS="amd64 arm ppc ~x86"
121 -
122 -RDEPEND="net-firewall/iptables
123 - sys-apps/iproute2[-minimal,ipv6?]
124 - net-misc/iputils[ipv6?]
125 - net-misc/iprange
126 - net-analyzer/traceroute
127 - virtual/modutils
128 - app-arch/gzip"
129 -DEPEND="${RDEPEND}"
130 -
131 -pkg_setup() {
132 - local CONFIG_CHECK=" \
133 - ~IP_NF_FILTER \
134 - ~IP_NF_IPTABLES \
135 - ~IP_NF_MANGLE \
136 - ~IP_NF_TARGET_MASQUERADE
137 - ~IP_NF_TARGET_REDIRECT \
138 - ~IP_NF_TARGET_REJECT \
139 - ~NETFILTER_XT_MATCH_LIMIT \
140 - ~NETFILTER_XT_MATCH_OWNER \
141 - ~NETFILTER_XT_MATCH_STATE \
142 - ~NF_CONNTRACK \
143 - ~NF_CONNTRACK_IPV4 \
144 - ~NF_CONNTRACK_MARK \
145 - ~NF_NAT \
146 - ~NF_NAT_FTP \
147 - ~NF_NAT_IRC \
148 - "
149 - linux-info_pkg_setup
150 -}
151 -
152 -src_configure() {
153 - econf \
154 - --disable-vnetbuild \
155 - --disable-update-ipsets \
156 - $(use_enable doc) \
157 - $(use_enable ipv6)
158 -}
159 -
160 -src_install() {
161 - default
162 -
163 - newconfd "${FILESDIR}"/firehol.confd firehol
164 - newinitd "${FILESDIR}"/firehol.initd firehol
165 - newconfd "${FILESDIR}"/fireqos.confd fireqos
166 - newinitd "${FILESDIR}"/fireqos.initd fireqos
167 -}
168
169 diff --git a/net-firewall/firehol/firehol-3.1.4.ebuild b/net-firewall/firehol/firehol-3.1.4.ebuild
170 deleted file mode 100644
171 index d9c5fb2ca8d..00000000000
172 --- a/net-firewall/firehol/firehol-3.1.4.ebuild
173 +++ /dev/null
174 @@ -1,64 +0,0 @@
175 -# Copyright 1999-2018 Gentoo Authors
176 -# Distributed under the terms of the GNU General Public License v2
177 -
178 -EAPI=6
179 -inherit linux-info
180 -
181 -DESCRIPTION="iptables firewall generator"
182 -HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol"
183 -SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz"
184 -
185 -LICENSE="GPL-2"
186 -SLOT="0"
187 -IUSE="doc ipv6 ipset"
188 -KEYWORDS="amd64 arm ~ppc ~x86"
189 -
190 -RDEPEND="net-firewall/iptables
191 - sys-apps/iproute2[-minimal,ipv6?]
192 - net-misc/iputils[ipv6?]
193 - net-misc/iprange
194 - net-analyzer/traceroute
195 - virtual/modutils
196 - app-arch/gzip
197 - ipset? (
198 - net-firewall/ipset
199 - )"
200 -DEPEND="${RDEPEND}"
201 -
202 -pkg_setup() {
203 - local CONFIG_CHECK=" \
204 - ~IP_NF_FILTER \
205 - ~IP_NF_IPTABLES \
206 - ~IP_NF_MANGLE \
207 - ~IP_NF_TARGET_MASQUERADE
208 - ~IP_NF_TARGET_REDIRECT \
209 - ~IP_NF_TARGET_REJECT \
210 - ~NETFILTER_XT_MATCH_LIMIT \
211 - ~NETFILTER_XT_MATCH_OWNER \
212 - ~NETFILTER_XT_MATCH_STATE \
213 - ~NF_CONNTRACK \
214 - ~NF_CONNTRACK_IPV4 \
215 - ~NF_CONNTRACK_MARK \
216 - ~NF_NAT \
217 - ~NF_NAT_FTP \
218 - ~NF_NAT_IRC \
219 - "
220 - linux-info_pkg_setup
221 -}
222 -
223 -src_configure() {
224 - econf \
225 - --disable-vnetbuild \
226 - $(use_enable ipset update-ipsets) \
227 - $(use_enable doc) \
228 - $(use_enable ipv6)
229 -}
230 -
231 -src_install() {
232 - default
233 -
234 - newconfd "${FILESDIR}"/firehol.confd firehol
235 - newinitd "${FILESDIR}"/firehol.initd firehol
236 - newconfd "${FILESDIR}"/fireqos.confd fireqos
237 - newinitd "${FILESDIR}"/fireqos.initd fireqos
238 -}