commit: 43308778fc97e4c8047ce5188130cd1546a701fc Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com> AuthorDate: Fri Mar 20 00:07:09 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri Mar 20 00:09:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43308778
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 <chutzpah <AT> gentoo.org> app-eselect/eselect-iptables/Manifest | 1 + .../eselect-iptables/eselect-iptables-20200319.ebuild | 19 +++++++++++++++++++ app-eselect/eselect-iptables/metadata.xml | 8 ++++++++ 3 files changed, 28 insertions(+) diff --git a/app-eselect/eselect-iptables/Manifest b/app-eselect/eselect-iptables/Manifest new file mode 100644 index 00000000000..af5a7b1b8eb --- /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 00000000000..41982d66913 --- /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 00000000000..4eb20a048df --- /dev/null +++ b/app-eselect/eselect-iptables/metadata.xml @@ -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>[email protected]</email> + <name>Gentoo Base System</name> + </maintainer> +</pkgmetadata>
