Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipset/
Date: Fri, 28 Oct 2016 17:50:14
Message-Id: 1477676815.1e181c11aed2ee1d724daf60c102f9922dccc9f6.robbat2@gentoo
1 commit: 1e181c11aed2ee1d724daf60c102f9922dccc9f6
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 17:46:55 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 17:46:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e181c11
7
8 net-firewall/ipset: cleanup repoman inherit warning
9
10 Package-Manager: portage-2.3.2
11
12 net-firewall/ipset/ipset-6.24.ebuild | 8 ++------
13 net-firewall/ipset/ipset-6.29.ebuild | 8 ++------
14 net-firewall/ipset/ipset-6.30.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 13 deletions(-)
16
17 diff --git a/net-firewall/ipset/ipset-6.24.ebuild b/net-firewall/ipset/ipset-6.24.ebuild
18 index 3fb97b7..eb24475 100644
19 --- a/net-firewall/ipset/ipset-6.24.ebuild
20 +++ b/net-firewall/ipset/ipset-6.24.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI="5"
28 MODULES_OPTIONAL_USE=modules
29 -inherit autotools linux-info linux-mod
30 +inherit linux-info linux-mod
31
32 DESCRIPTION="IPset tool for iptables, successor to ippool"
33 HOMEPAGE="http://ipset.netfilter.org/"
34 @@ -62,10 +62,6 @@ pkg_setup() {
35 [[ ${build_modules} -eq 1 ]] && linux-mod_pkg_setup
36 }
37
38 -#src_prepare() {
39 -# eautoreconf
40 -#}
41 -
42 src_configure() {
43 econf \
44 $(use_with modules kmod) \
45
46 diff --git a/net-firewall/ipset/ipset-6.29.ebuild b/net-firewall/ipset/ipset-6.29.ebuild
47 index 244fee3..52ef62d 100644
48 --- a/net-firewall/ipset/ipset-6.29.ebuild
49 +++ b/net-firewall/ipset/ipset-6.29.ebuild
50 @@ -1,10 +1,10 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 +# Copyright 1999-2016 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 EAPI="5"
57 MODULES_OPTIONAL_USE=modules
58 -inherit autotools linux-info linux-mod
59 +inherit linux-info linux-mod
60
61 DESCRIPTION="IPset tool for iptables, successor to ippool"
62 HOMEPAGE="http://ipset.netfilter.org/"
63 @@ -62,10 +62,6 @@ pkg_setup() {
64 [[ ${build_modules} -eq 1 ]] && linux-mod_pkg_setup
65 }
66
67 -#src_prepare() {
68 -# eautoreconf
69 -#}
70 -
71 src_configure() {
72 econf \
73 $(use_with modules kmod) \
74
75 diff --git a/net-firewall/ipset/ipset-6.30.ebuild b/net-firewall/ipset/ipset-6.30.ebuild
76 index 40a8b6f..888d8b1 100644
77 --- a/net-firewall/ipset/ipset-6.30.ebuild
78 +++ b/net-firewall/ipset/ipset-6.30.ebuild
79 @@ -4,7 +4,7 @@
80
81 EAPI="6"
82 MODULES_OPTIONAL_USE=modules
83 -inherit autotools linux-info linux-mod
84 +inherit linux-info linux-mod
85
86 DESCRIPTION="IPset tool for iptables, successor to ippool"
87 HOMEPAGE="http://ipset.netfilter.org/"