diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-03-19 17:07:09 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-03-19 17:09:53 -0700 |
commit | 43308778fc97e4c8047ce5188130cd1546a701fc (patch) | |
tree | a2e2487bba30c115e1517715527094c06293f46e /app-eselect/eselect-iptables | |
parent | games-emulation/dolphin: use system version of dev-libs/libfmt (diff) | |
download | gentoo-43308778fc97e4c8047ce5188130cd1546a701fc.tar.gz gentoo-43308778fc97e4c8047ce5188130cd1546a701fc.tar.bz2 gentoo-43308778fc97e4c8047ce5188130cd1546a701fc.zip |
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@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-iptables')
-rw-r--r-- | app-eselect/eselect-iptables/Manifest | 1 | ||||
-rw-r--r-- | app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild | 19 | ||||
-rw-r--r-- | app-eselect/eselect-iptables/metadata.xml | 8 |
3 files changed, 28 insertions, 0 deletions
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 @@ +<?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> |