diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:34:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:38 +0100 |
commit | 375a54dad7c5d4b0f4a3d035eb10fab8a6c09482 (patch) | |
tree | 9ec8ee6314550445e41a6204a27fe70a4e72bc48 /app-eselect | |
parent | app-emulation/libguestfs: drop 1.46.0-r4 (diff) | |
download | gentoo-375a54dad7c5d4b0f4a3d035eb10fab8a6c09482.tar.gz gentoo-375a54dad7c5d4b0f4a3d035eb10fab8a6c09482.tar.bz2 gentoo-375a54dad7c5d4b0f4a3d035eb10fab8a6c09482.zip |
app-eselect/eselect-iptables: drop 20211203
Signed-off-by: Sam James <sam@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-20211203.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/app-eselect/eselect-iptables/Manifest b/app-eselect/eselect-iptables/Manifest index bc40c152da5d..0688000c54fc 100644 --- a/app-eselect/eselect-iptables/Manifest +++ b/app-eselect/eselect-iptables/Manifest @@ -1,2 +1 @@ -DIST eselect-iptables-20211203.tar.xz 2144 BLAKE2B 9a53784a0831e7d2c150a974faba6c9dc124b0eafdd22cd8a56d342f77d9d4741fb0ff289e429351b8cff2e7576d00ba7e66d36c73ebe7c43c9d42cf56c13292 SHA512 5a670d72f20722df12bae7baa9ad68175e9678610657e24c4182ef83f30cc356b7af2f3bd8ea22e16aa83ba34cf5c407761c6dc2b937a4488b2da47dcb9eca97 DIST eselect-iptables-20220320.tar.xz 2152 BLAKE2B 82813bf7814b91f1cf6da35c5c893e8ca28a8f5b5885e234c12853b5dc3afd73b3e0512e9d3d379e81b466706eabef8774d1b5738dd12582bbf1e344294a80f8 SHA512 7783d94d3bc463e0e8e084368c3906358efd03c9e47898686943d4900babd84e038991338f78459fca410f618dd5a62020e3d2af5ae45554f323a70a9b284135 diff --git a/app-eselect/eselect-iptables/eselect-iptables-20211203.ebuild b/app-eselect/eselect-iptables/eselect-iptables-20211203.ebuild deleted file mode 100644 index 3decd511c878..000000000000 --- a/app-eselect/eselect-iptables/eselect-iptables-20211203.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 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 - - local symlink - for symlink in {eb,arp}tables; do - dosym iptables.eselect /usr/share/eselect/modules/${symlink}.eselect - done -} |