diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-05-08 19:46:44 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-08 19:54:50 -0700 |
commit | 37c41814f27ef349d94ff2f14313b89c65edb2cb (patch) | |
tree | 0eb05322b66821562d073aa44ecc58ec0da971ee /app-eselect | |
parent | app-eselect/eselect-iptables-20200508: Version bump (bug #721578) (diff) | |
download | gentoo-37c41814f27ef349d94ff2f14313b89c65edb2cb.tar.gz gentoo-37c41814f27ef349d94ff2f14313b89c65edb2cb.tar.bz2 gentoo-37c41814f27ef349d94ff2f14313b89c65edb2cb.zip |
app-eselect/eselect-iptables: Remove old (bug #721578)
Bug: https://bugs.gentoo.org/721578
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-iptables/Manifest | 1 | ||||
-rw-r--r-- | app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-eselect/eselect-iptables/Manifest b/app-eselect/eselect-iptables/Manifest index 5f3cbd0b4f76..14ef90635d3b 100644 --- a/app-eselect/eselect-iptables/Manifest +++ b/app-eselect/eselect-iptables/Manifest @@ -1,2 +1 @@ -DIST eselect-iptables-20200319.tar.xz 1584 BLAKE2B be7cad34ef41a6b3c1b25470f2cef7bc2de33d83b5b0846a52695c0d09d9770368abd8d59a00a4edbc0ecbc91b83648de2e6686c7ee8a46036369558f5ed1e16 SHA512 828d8b0b1f41af2ad807c33f4e529411dc5feb21b37c76e8f19f0b7bf3d90ccb61db6b2e0b2ef353acfa4ea95b4a375da4fe769132b1fc6a7879acef6e10db9a DIST eselect-iptables-20200508.tar.xz 2152 BLAKE2B e28e566d15116134308ae122443dddb8e66bcbdbbe6f6448bab0b7061710cb3b5610a9f058f43c41c3b130150c5046a6b00b0697d28fea6f2c9049485486c3c4 SHA512 b76734a53a8d1a14e662758516e0bd6d5eefbf8bca5718dae67c912365e21aecc800d63ab9dee626807db8e065469d4019f9b5369937a5b123e25f91faa43d2e diff --git a/app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild b/app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild deleted file mode 100644 index 89c49dbd9740..000000000000 --- a/app-eselect/eselect-iptables/eselect-iptables-20200319.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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 ~sparc ~x86" - -RDEPEND="app-admin/eselect" - -src_install() { - insinto /usr/share/eselect/modules - doins iptables.eselect -} |