From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ED91139519 for ; Fri, 28 Oct 2016 17:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F51221C039; Fri, 28 Oct 2016 17:50:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E687A21C039 for ; Fri, 28 Oct 2016 17:50:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 875FC34164A for ; Fri, 28 Oct 2016 17:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB055301 for ; Fri, 28 Oct 2016 17:50:01 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1477676815.1e181c11aed2ee1d724daf60c102f9922dccc9f6.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipset/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ipset/ipset-6.24.ebuild net-firewall/ipset/ipset-6.29.ebuild net-firewall/ipset/ipset-6.30.ebuild X-VCS-Directories: net-firewall/ipset/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 1e181c11aed2ee1d724daf60c102f9922dccc9f6 X-VCS-Branch: master Date: Fri, 28 Oct 2016 17:50:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 26ec477a-4d93-4538-8925-81e6dc530175 X-Archives-Hash: 5f099f25afe9bc175e85ec5f5f2a3734 commit: 1e181c11aed2ee1d724daf60c102f9922dccc9f6 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Oct 28 17:46:55 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Oct 28 17:46:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e181c11 net-firewall/ipset: cleanup repoman inherit warning Package-Manager: portage-2.3.2 net-firewall/ipset/ipset-6.24.ebuild | 8 ++------ net-firewall/ipset/ipset-6.29.ebuild | 8 ++------ net-firewall/ipset/ipset-6.30.ebuild | 2 +- 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 3fb97b7..eb24475 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 244fee3..52ef62d 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 40a8b6f..888d8b1 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/"