summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-10-28 10:46:55 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-10-28 10:46:55 -0700
commit1e181c11aed2ee1d724daf60c102f9922dccc9f6 (patch)
treeb5102e574a04806cfb194be9c51f53c5c1a84181 /net-firewall/ipset
parentnet-firewall/ipset: bump per bug #598344. (diff)
downloadgentoo-1e181c11aed2ee1d724daf60c102f9922dccc9f6.tar.gz
gentoo-1e181c11aed2ee1d724daf60c102f9922dccc9f6.tar.bz2
gentoo-1e181c11aed2ee1d724daf60c102f9922dccc9f6.zip
net-firewall/ipset: cleanup repoman inherit warning
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-firewall/ipset')
-rw-r--r--net-firewall/ipset/ipset-6.24.ebuild8
-rw-r--r--net-firewall/ipset/ipset-6.29.ebuild8
-rw-r--r--net-firewall/ipset/ipset-6.30.ebuild2
3 files changed, 5 insertions, 13 deletions
diff --git a/net-firewall/ipset/ipset-6.24.ebuild b/net-firewall/ipset/ipset-6.24.ebuild
index 3fb97b77f037..eb24475fd650 100644
--- a/net-firewall/ipset/ipset-6.24.ebuild
+++ b/net-firewall/ipset/ipset-6.24.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
MODULES_OPTIONAL_USE=modules
-inherit autotools linux-info linux-mod
+inherit linux-info linux-mod
DESCRIPTION="IPset tool for iptables, successor to ippool"
HOMEPAGE="http://ipset.netfilter.org/"
@@ -62,10 +62,6 @@ pkg_setup() {
[[ ${build_modules} -eq 1 ]] && linux-mod_pkg_setup
}
-#src_prepare() {
-# eautoreconf
-#}
-
src_configure() {
econf \
$(use_with modules kmod) \
diff --git a/net-firewall/ipset/ipset-6.29.ebuild b/net-firewall/ipset/ipset-6.29.ebuild
index 244fee394082..52ef62de142f 100644
--- a/net-firewall/ipset/ipset-6.29.ebuild
+++ b/net-firewall/ipset/ipset-6.29.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
MODULES_OPTIONAL_USE=modules
-inherit autotools linux-info linux-mod
+inherit linux-info linux-mod
DESCRIPTION="IPset tool for iptables, successor to ippool"
HOMEPAGE="http://ipset.netfilter.org/"
@@ -62,10 +62,6 @@ pkg_setup() {
[[ ${build_modules} -eq 1 ]] && linux-mod_pkg_setup
}
-#src_prepare() {
-# eautoreconf
-#}
-
src_configure() {
econf \
$(use_with modules kmod) \
diff --git a/net-firewall/ipset/ipset-6.30.ebuild b/net-firewall/ipset/ipset-6.30.ebuild
index 40a8b6f8f9c2..888d8b106491 100644
--- a/net-firewall/ipset/ipset-6.30.ebuild
+++ b/net-firewall/ipset/ipset-6.30.ebuild
@@ -4,7 +4,7 @@
EAPI="6"
MODULES_OPTIONAL_USE=modules
-inherit autotools linux-info linux-mod
+inherit linux-info linux-mod
DESCRIPTION="IPset tool for iptables, successor to ippool"
HOMEPAGE="http://ipset.netfilter.org/"