summaryrefslogtreecommitdiff
path: root/app-eselect/eselect-iptables
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /app-eselect/eselect-iptables
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'app-eselect/eselect-iptables')
-rw-r--r--app-eselect/eselect-iptables/Manifest4
-rw-r--r--app-eselect/eselect-iptables/eselect-iptables-20211203.ebuild24
-rw-r--r--app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild2
3 files changed, 2 insertions, 28 deletions
diff --git a/app-eselect/eselect-iptables/Manifest b/app-eselect/eselect-iptables/Manifest
index a596371e93d3..3d8c6ef1839b 100644
--- a/app-eselect/eselect-iptables/Manifest
+++ b/app-eselect/eselect-iptables/Manifest
@@ -1,5 +1,3 @@
-DIST eselect-iptables-20211203.tar.xz 2144 BLAKE2B 9a53784a0831e7d2c150a974faba6c9dc124b0eafdd22cd8a56d342f77d9d4741fb0ff289e429351b8cff2e7576d00ba7e66d36c73ebe7c43c9d42cf56c13292 SHA512 5a670d72f20722df12bae7baa9ad68175e9678610657e24c4182ef83f30cc356b7af2f3bd8ea22e16aa83ba34cf5c407761c6dc2b937a4488b2da47dcb9eca97
DIST eselect-iptables-20220320.tar.xz 2152 BLAKE2B 82813bf7814b91f1cf6da35c5c893e8ca28a8f5b5885e234c12853b5dc3afd73b3e0512e9d3d379e81b466706eabef8774d1b5738dd12582bbf1e344294a80f8 SHA512 7783d94d3bc463e0e8e084368c3906358efd03c9e47898686943d4900babd84e038991338f78459fca410f618dd5a62020e3d2af5ae45554f323a70a9b284135
-EBUILD eselect-iptables-20211203.ebuild 642 BLAKE2B 57d17cfd068a6bed232490137f686b3e55d909b6b7bfb0461fed6ea1dfcbe6a0032fa57f424f2f2117c8ecf15539ab4d933618b3b4a3138d20a418a3dcce33bd SHA512 501464dfff410fd2fe6f5d8ad1903f4ccd76a0290abafef27d0b0144578f24b5f4453e34525780ebd338e5554a0c0e0fd8ab4a0d172e14cae183e26e9a628e93
-EBUILD eselect-iptables-20220320.ebuild 723 BLAKE2B 4e7322166a4558ef0df9bae3f3849411ad493c8bb7d1e278c4911ebef3a438559fa9255a3c9a79dc3ea29be2e51e6487e8f44f69f73b8828598368520f86036b SHA512 db4684182a57ac5fd560d03afd1c3b7b2adae8b67b4e20bd11d8e50bc00578cc526883b031055142ceafe1391693cc0080df52ae45eeffcae94a1803c7625f19
+EBUILD eselect-iptables-20220320.ebuild 730 BLAKE2B d448b6308a2b7d51e0b75c75593f125b42ec2847e1cb0541f846bb675add65d78ec3d5ffdb064bfdbcbb8467803d4660e8335d5f5ded076a56db993e342fca53 SHA512 1c7dd6c08505c256d8ebbb1a5eac769d16134162b30df02dee58b0c13a39b165c45d46cc07f9592f3b6d16d8578bdd39612c556124fffdc0dc95be4d955a8b73
MISC metadata.xml 282 BLAKE2B 85c3312405ada57a85e03b06a59523c8d4069551f91e6b70f182d5af92ffc26b946c2987554001649eb41d605864a5cb3c172ebbb02f3c1a11ca1ed805889550 SHA512 5eac09aed8093684086d644c321b236d5da019a650ad322d33236b543bd5641edfc43cbdeee4654e093f9f6393eae034110ca51eb560b87a178fba74244d7fdb
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
-}
diff --git a/app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild b/app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild
index 793531185311..7dd19f3fb45d 100644
--- a/app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild
+++ b/app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="app-admin/eselect"