Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-firewall/quicktables/
Date: Tue, 05 Nov 2019 22:30:23
Message-Id: 1572992936.e2c5d8cac1988ac5874f229c9f165c6ef4659258.mgorny@gentoo
1 commit: e2c5d8cac1988ac5874f229c9f165c6ef4659258
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:28:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:28:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c5d8ca
7
8 net-firewall/quicktables: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-firewall/quicktables/Manifest | 1 -
14 net-firewall/quicktables/metadata.xml | 5 -----
15 net-firewall/quicktables/quicktables-2.3.ebuild | 20 --------------------
16 profiles/package.mask | 1 -
17 4 files changed, 27 deletions(-)
18
19 diff --git a/net-firewall/quicktables/Manifest b/net-firewall/quicktables/Manifest
20 deleted file mode 100644
21 index 05a61cf0773..00000000000
22 --- a/net-firewall/quicktables/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST quicktables-2.3.tar.gz 20287 BLAKE2B ab556b218566adefc710ae17d89dc84b0276081ee3edb063d88c2334c716d6aeeec2efc1bc4966c58310eec305178693faaec04b85371eb52d1f4a3f778b0377 SHA512 4a2a7c98d353724b845a8c474c39a2759a51ad4dae38a327d2db614a9e872ca3d1d05b150ab1e6815d461ec575590c5793a9342300524197fd9a52d294e55766
26
27 diff --git a/net-firewall/quicktables/metadata.xml b/net-firewall/quicktables/metadata.xml
28 deleted file mode 100644
29 index 6f49eba8f49..00000000000
30 --- a/net-firewall/quicktables/metadata.xml
31 +++ /dev/null
32 @@ -1,5 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 -<!-- maintainer-needed -->
37 -</pkgmetadata>
38
39 diff --git a/net-firewall/quicktables/quicktables-2.3.ebuild b/net-firewall/quicktables/quicktables-2.3.ebuild
40 deleted file mode 100644
41 index 5068e5d69a4..00000000000
42 --- a/net-firewall/quicktables/quicktables-2.3.ebuild
43 +++ /dev/null
44 @@ -1,20 +0,0 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=0
49 -
50 -DESCRIPTION="a quick iptables script generator"
51 -HOMEPAGE="http://qtables.radom.org/"
52 -SRC_URI="http://qtables.radom.org/files/${P}.tar.gz"
53 -
54 -LICENSE="GPL-2"
55 -IUSE=""
56 -KEYWORDS="~amd64 ~ppc ~x86"
57 -SLOT="0"
58 -
59 -RDEPEND="net-firewall/iptables"
60 -
61 -src_install() {
62 - dosbin quicktables-2.3 || die
63 - dodoc changes readme todo
64 -}
65
66 diff --git a/profiles/package.mask b/profiles/package.mask
67 index 6242443c043..ef914b73234 100644
68 --- a/profiles/package.mask
69 +++ b/profiles/package.mask
70 @@ -402,7 +402,6 @@ net-dialup/globespan-adsl
71 net-dns/bind-dns-keygen
72 net-firewall/fwanalog
73 net-firewall/fwipsec
74 -net-firewall/quicktables
75 sys-auth/pam_require
76
77 # Michał Górny <mgorny@g.o> (2019-10-04)