mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
Merge pull request #414 from flatcar/dongsu/eselect-iptables-20220320
app-eselect/eselect-iptables: update to 20220320
This commit is contained in:
commit
f4488e8280
@ -89,6 +89,8 @@ app-editors/vim-core
|
|||||||
app-emulation/qemu
|
app-emulation/qemu
|
||||||
app-emulation/qemu-guest-agent
|
app-emulation/qemu-guest-agent
|
||||||
|
|
||||||
|
app-eselect/eselect-iptables
|
||||||
|
|
||||||
app-portage/portage-utils
|
app-portage/portage-utils
|
||||||
|
|
||||||
dev-db/sqlite
|
dev-db/sqlite
|
||||||
|
@ -1 +1 @@
|
|||||||
DIST eselect-iptables-20200508.tar.xz 2152 BLAKE2B e28e566d15116134308ae122443dddb8e66bcbdbbe6f6448bab0b7061710cb3b5610a9f058f43c41c3b130150c5046a6b00b0697d28fea6f2c9049485486c3c4 SHA512 b76734a53a8d1a14e662758516e0bd6d5eefbf8bca5718dae67c912365e21aecc800d63ab9dee626807db8e065469d4019f9b5369937a5b123e25f91faa43d2e
|
DIST eselect-iptables-20220320.tar.xz 2152 BLAKE2B 82813bf7814b91f1cf6da35c5c893e8ca28a8f5b5885e234c12853b5dc3afd73b3e0512e9d3d379e81b466706eabef8774d1b5738dd12582bbf1e344294a80f8 SHA512 7783d94d3bc463e0e8e084368c3906358efd03c9e47898686943d4900babd84e038991338f78459fca410f618dd5a62020e3d2af5ae45554f323a70a9b284135
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
DESCRIPTION="Manages the {,/usr}/sbin/iptables symlink"
|
DESCRIPTION="Manages the {,/usr}/sbin/iptables symlink"
|
||||||
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-iptables.git/"
|
||||||
SRC_URI="https://dev.gentoo.org/~chutzpah/dist/iptables/${P}.tar.xz"
|
SRC_URI="https://dev.gentoo.org/~chutzpah/dist/iptables/${P}.tar.xz
|
||||||
|
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
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"
|
RDEPEND="app-admin/eselect"
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="project">
|
<maintainer type="project">
|
||||||
<email>base-system@gentoo.org</email>
|
<email>base-system@gentoo.org</email>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user