app-eselect/eselect-iptables: New packge (bug #698746)
authorPatrick McLean <patrick.mclean@sony.com>
Fri, 20 Mar 2020 00:07:09 +0000 (17:07 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 20 Mar 2020 00:09:53 +0000 (17:09 -0700)
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 <chutzpah@gentoo.org>
app-eselect/eselect-iptables/Manifest [new file with mode: 0644]
app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild [new file with mode: 0644]
app-eselect/eselect-iptables/metadata.xml [new file with mode: 0644]

diff --git a/app-eselect/eselect-iptables/Manifest b/app-eselect/eselect-iptables/Manifest
new file mode 100644 (file)
index 0000000..af5a7b1
--- /dev/null
@@ -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 (file)
index 0000000..41982d6
--- /dev/null
@@ -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 (file)
index 0000000..4eb20a0
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>base-system@gentoo.org</email>
+               <name>Gentoo Base System</name>
+       </maintainer>
+</pkgmetadata>