diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:28:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:28:56 +0100 |
commit | e2c5d8cac1988ac5874f229c9f165c6ef4659258 (patch) | |
tree | 832d84bee375c318a0f1a5452d17340dd7af5c77 /net-firewall | |
parent | net-firewall/shapecfg: Remove last-rited pkg (diff) | |
download | gentoo-e2c5d8cac1988ac5874f229c9f165c6ef4659258.tar.gz gentoo-e2c5d8cac1988ac5874f229c9f165c6ef4659258.tar.bz2 gentoo-e2c5d8cac1988ac5874f229c9f165c6ef4659258.zip |
net-firewall/quicktables: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/quicktables/Manifest | 1 | ||||
-rw-r--r-- | net-firewall/quicktables/metadata.xml | 5 | ||||
-rw-r--r-- | net-firewall/quicktables/quicktables-2.3.ebuild | 20 |
3 files changed, 0 insertions, 26 deletions
diff --git a/net-firewall/quicktables/Manifest b/net-firewall/quicktables/Manifest deleted file mode 100644 index 05a61cf07733..000000000000 --- a/net-firewall/quicktables/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST quicktables-2.3.tar.gz 20287 BLAKE2B ab556b218566adefc710ae17d89dc84b0276081ee3edb063d88c2334c716d6aeeec2efc1bc4966c58310eec305178693faaec04b85371eb52d1f4a3f778b0377 SHA512 4a2a7c98d353724b845a8c474c39a2759a51ad4dae38a327d2db614a9e872ca3d1d05b150ab1e6815d461ec575590c5793a9342300524197fd9a52d294e55766 diff --git a/net-firewall/quicktables/metadata.xml b/net-firewall/quicktables/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-firewall/quicktables/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/net-firewall/quicktables/quicktables-2.3.ebuild b/net-firewall/quicktables/quicktables-2.3.ebuild deleted file mode 100644 index 5068e5d69a46..000000000000 --- a/net-firewall/quicktables/quicktables-2.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="a quick iptables script generator" -HOMEPAGE="http://qtables.radom.org/" -SRC_URI="http://qtables.radom.org/files/${P}.tar.gz" - -LICENSE="GPL-2" -IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" - -RDEPEND="net-firewall/iptables" - -src_install() { - dosbin quicktables-2.3 || die - dodoc changes readme todo -} |