From: Patrick McLean Date: Fri, 20 Mar 2020 00:07:09 +0000 (-0700) Subject: app-eselect/eselect-iptables: New packge (bug #698746) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43308778fc97e4c8047ce5188130cd1546a701fc;p=gentoo.git app-eselect/eselect-iptables: New packge (bug #698746) Bug: https://bugs.gentoo.org/698746 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Patrick McLean --- diff --git a/app-eselect/eselect-iptables/Manifest b/app-eselect/eselect-iptables/Manifest new file mode 100644 index 000000000000..af5a7b1b8eb5 --- /dev/null +++ b/app-eselect/eselect-iptables/Manifest @@ -0,0 +1 @@ +DIST eselect-iptables-20200319.tar.xz 1556 BLAKE2B 72114ffbd3a832a18837c3a1513ec59dd1ab35912813df8ed78cbb3db794bdc73e00758a97076af447fdf36fb92d2ac00ef5652e92e57bf6d6b7cb787b0d8441 SHA512 213db45cc3b45ea9a2e92628104dc60d02a86a3af085c7f438f7f227fa24d6bab48c3ebc9bd1ae862aee853e624be68dea11aa8311e16761b8953c02666651f0 diff --git a/app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild b/app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild new file mode 100644 index 000000000000..41982d66913d --- /dev/null +++ b/app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Manages the {,/usr}/sbin/iptables symlink" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="https://dev.gentoo.org/~chutzpah/dist/iptables/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" + +RDEPEND="app-admin/eselect" + +src_install() { + insinto /usr/share/eselect/modules + doins iptables.eselect +} diff --git a/app-eselect/eselect-iptables/metadata.xml b/app-eselect/eselect-iptables/metadata.xml new file mode 100644 index 000000000000..4eb20a048df2 --- /dev/null +++ b/app-eselect/eselect-iptables/metadata.xml @@ -0,0 +1,8 @@ + + + + + base-system@gentoo.org + Gentoo Base System + +