Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/
Date: Wed, 06 Sep 2017 12:06:40
Message-Id: 1504699589.f5347d53f9af1a324ef66d91a19c53629ca3b0f1.mgorny@gentoo
1 commit: f5347d53f9af1a324ef66d91a19c53629ca3b0f1
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 16 20:51:18 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 12:06:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5347d53
7
8 net-firewall/fwknop: enable client, server USEs, cleanup REQUIRED_USE
9
10 Closes: https://github.com/gentoo/gentoo/pull/5468
11 Package-Manager: Portage-2.3.7, Repoman-2.3.3
12
13 .../fwknop/{fwknop-2.6.9.ebuild => fwknop-2.6.9-r1.ebuild} | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/net-firewall/fwknop/fwknop-2.6.9.ebuild b/net-firewall/fwknop/fwknop-2.6.9-r1.ebuild
17 similarity index 95%
18 rename from net-firewall/fwknop/fwknop-2.6.9.ebuild
19 rename to net-firewall/fwknop/fwknop-2.6.9-r1.ebuild
20 index efd4d5010ce..5c86df5bfb0 100644
21 --- a/net-firewall/fwknop/fwknop-2.6.9.ebuild
22 +++ b/net-firewall/fwknop/fwknop-2.6.9-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/mrash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 LICENSE="GPL-2+"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 -IUSE="client extras firewalld gdbm gpg iptables nfqueue python server udp-server"
34 +IUSE="+client extras firewalld gdbm gpg +iptables nfqueue python +server udp-server"
35
36 DEPEND="
37 client? ( net-misc/wget[ssl] )
38 @@ -36,9 +36,6 @@ DEPEND="
39 RDEPEND="${DEPEND}"
40
41 REQUIRED_USE="
42 - firewalld? ( server )
43 - gdbm? ( server )
44 - iptables? ( server )
45 nfqueue? ( server )
46 python? ( ${PYTHON_REQUIRED_USE} )
47 server? ( ^^ ( firewalld iptables ) )