commit:     8c097ef109931552735e8b679290b6f9d5aaec39
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 12:00:05 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 20:48:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c097ef1

net-dns/dnssec-{lookup,nodes,system-tray}: Remove last-rited packages

Closes: https://bugs.gentoo.org/574244
Closes: https://bugs.gentoo.org/591866
Closes: https://bugs.gentoo.org/645418

 net-dns/dnssec-lookup/Manifest                     |  1 -
 net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild     | 39 ----------------------
 .../files/dnssec-lookup-2.2-unused-libs.patch      | 11 ------
 net-dns/dnssec-lookup/metadata.xml                 | 14 --------
 net-dns/dnssec-nodes/Manifest                      |  1 -
 net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild       | 34 -------------------
 .../files/dnssec-nodes-2.2-unused-libs.patch       | 11 ------
 net-dns/dnssec-nodes/metadata.xml                  |  8 -----
 net-dns/dnssec-system-tray/Manifest                |  1 -
 .../dnssec-system-tray-2.2.ebuild                  | 33 ------------------
 net-dns/dnssec-system-tray/metadata.xml            |  8 -----
 profiles/package.mask                              |  7 ----
 12 files changed, 168 deletions(-)

diff --git a/net-dns/dnssec-lookup/Manifest b/net-dns/dnssec-lookup/Manifest
deleted file mode 100644
index 59ee0e8ceb8..00000000000
--- a/net-dns/dnssec-lookup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dnssec-lookup-2.2.tar.gz 36181 BLAKE2B 
761624b695b895fe9eb72108623631e9f9a21693a3d386052e43a1ee0686ec808346ca5e162df15c99ac067cf0518bddc8280842650aeeb7e5a03a72897c75c4
 SHA512 
195af13b69681394b6de6ae77b7401f81e6c4005e81e3d95bb97d6821ccdefbd3a119f2c331e7016728fda5b45ce364c9240fffd7623276042c666e5c5d05cba

diff --git a/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild 
b/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild
deleted file mode 100644
index f3ca3773b57..00000000000
--- a/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit qt4-r2
-
-MY_PN=${PN/dnssec-/}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="DNS lookup utility that supports DNSSEC validation"
-HOMEPAGE="https://www.dnssec-tools.org";
-SRC_URI="https://www.dnssec-tools.org/download/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="=net-dns/dnssec-validator-${PV}-r1[threads]
-       dev-qt/qtgui:4"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-unused-libs.patch )
-
-src_configure() {
-       eqmake4 ${MY_PN}.pro PREFIX=/usr
-}
-
-src_install() {
-       newbin src/build/${MY_PN} ${PN}
-
-       newicon data/64x64/${MY_PN}.png ${PN}.png
-       newicon data/maemo/${MY_PN}.xpm ${PN}.xpm
-       make_desktop_entry ${PN}
-
-       newman man/${MY_PN}.1 ${PN}.1
-}

diff --git a/net-dns/dnssec-lookup/files/dnssec-lookup-2.2-unused-libs.patch 
b/net-dns/dnssec-lookup/files/dnssec-lookup-2.2-unused-libs.patch
deleted file mode 100644
index bcefe0f2036..00000000000
--- a/net-dns/dnssec-lookup/files/dnssec-lookup-2.2-unused-libs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lookup-2.2/src/src.pro
-+++ lookup-2.2/src/src.pro
-@@ -11,7 +11,7 @@
- INCLUDEPATH += 
/home/hardaker/src/dnssec/dnssec-tools.git/dnssec-tools/validator/include
- 
- isEmpty(ANDROID_PLATFORM) {
--    LIBS        += -lval-threads -lsres -lnsl -lssl -lcrypto -lpthread
-+    LIBS        += -lval-threads -lsres -lssl -lcrypto -lpthread
- } else {
-     LIBS        += -L/opt/android-external-openssl/lib/
-     LIBS        += 
-L/root/necessitas/android-ndk-r5c/platforms/android-4/arch-arm/usr/lib/

diff --git a/net-dns/dnssec-lookup/metadata.xml 
b/net-dns/dnssec-lookup/metadata.xml
deleted file mode 100644
index 3d487ce1757..00000000000
--- a/net-dns/dnssec-lookup/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-<email>x...@gentoo.org</email>
-<name>Michael Weber</name>
-</maintainer>
-<longdescription lang="en">
-       Lookup is a simple graphical utility that can be used to query a 
network for domain name records. 
-       The tool understands DNSSEC and color-codes the results based on 
whether 
-       the record has been securely validated (green), is a 'trusted' answer 
but not validated (yellow), 
-       or fails DNSSEC validation (red).
-</longdescription>
-</pkgmetadata>

diff --git a/net-dns/dnssec-nodes/Manifest b/net-dns/dnssec-nodes/Manifest
deleted file mode 100644
index e1d42cb09aa..00000000000
--- a/net-dns/dnssec-nodes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dnssec-nodes-2.2.tar.gz 98151 BLAKE2B 
03f001b21006334e4080eb8caa897f2cb3a4fadd02aec7d0357b1563d62a7ef9b8a1824e1393940bbd3105b1d44c2573b329346c4ed9cbdb693e76bdc82990d7
 SHA512 
14f5ae628ceb59a85820c3d578bd1c36e620a17c1bb0a4f8fe440134ec8449adf181b053ea54a1bb321f4aff72014fa6a55a3a5a4d2542c407a3d35cfe4b9554

diff --git a/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild 
b/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild
deleted file mode 100644
index e6ba7ee132b..00000000000
--- a/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qt4-r2
-
-DESCRIPTION="graphically depicts the DNSSEC results from a lookup via logfiles"
-HOMEPAGE="https://www.dnssec-tools.org";
-SRC_URI="https://www.dnssec-tools.org/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="=net-dns/dnssec-validator-${PV}-r1[threads]
-       dev-qt/qtcore:4"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-unused-libs.patch )
-
-src_configure() {
-       eqmake4 ${PN}.pro PREFIX=/usr
-}
-
-src_install() {
-       qt4-r2_src_install
-
-       doicon icons/dnssec-nodes.*
-       make_desktop_entry ${PN}
-
-       doman man/${PN}.1
-}

diff --git a/net-dns/dnssec-nodes/files/dnssec-nodes-2.2-unused-libs.patch 
b/net-dns/dnssec-nodes/files/dnssec-nodes-2.2-unused-libs.patch
deleted file mode 100644
index 4cb3a7f54dc..00000000000
--- a/net-dns/dnssec-nodes/files/dnssec-nodes-2.2-unused-libs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dnssec-nodes-2.2/dnssec-nodes.pro
-+++ dnssec-nodes-2.2/dnssec-nodes.pro
-@@ -70,7 +70,7 @@
- isEmpty(ANDROID_PLATFORM) {
-     QMAKE_LIBDIR     += ../../libval/.libs
-     QMAKE_LIBDIR     += ../../libsres/.libs
--    LIBS        += -lval-threads -lsres -lnsl -lcrypto -lssl -lpthread
-+    LIBS        += -lval-threads -lsres -lcrypto -lssl -lpthread
-     contains(MEEGO_EDITION,harmattan): {
-         QMAKE_LIBDIR += 
/scratchbox/users/hardaker/targets/HARMATTAN_ARMEL/usr/lib
-     } else:osx {

diff --git a/net-dns/dnssec-nodes/metadata.xml 
b/net-dns/dnssec-nodes/metadata.xml
deleted file mode 100644
index a535b885282..00000000000
--- a/net-dns/dnssec-nodes/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-<email>x...@gentoo.org</email>
-<name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>

diff --git a/net-dns/dnssec-system-tray/Manifest 
b/net-dns/dnssec-system-tray/Manifest
deleted file mode 100644
index c806b8df974..00000000000
--- a/net-dns/dnssec-system-tray/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dnssec-system-tray-2.2.tar.gz 15309 BLAKE2B 
0cf4535c8c58d85f9b9aa142ec514b3ccc278123f52e70708d34260a410bfc62464e0ca35d8b30754c5933a6f947d7850c8b2d638f25719a9006957aa51943ee
 SHA512 
1c99abc7029232770b1776b57ff014b6b3c10edd4841952b6f7cabea69ad0252911db3f7aa252d53fca7457e8cba8a38665fbb6c05421daea0946622bb13daf9

diff --git a/net-dns/dnssec-system-tray/dnssec-system-tray-2.2.ebuild 
b/net-dns/dnssec-system-tray/dnssec-system-tray-2.2.ebuild
deleted file mode 100644
index 2e0c9099d4f..00000000000
--- a/net-dns/dnssec-system-tray/dnssec-system-tray-2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils qt4-r2
-
-DESCRIPTION="display DNSSEC resolver logs in system tray"
-HOMEPAGE="http://www.dnssec-tools.org";
-SRC_URI="http://www.dnssec-tools.org/download/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-qt/qtgui:4
-       dev-qt/qtsvg:4
-       dev-qt/qtcore:4"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       eqmake4 ${PN}.pro PREFIX=/usr
-}
-
-src_install() {
-       qt4-r2_src_install
-
-       newicon images/justlock.png ${PN}.png
-       make_desktop_entry ${PN}
-
-       doman man/${PN}.1
-}

diff --git a/net-dns/dnssec-system-tray/metadata.xml 
b/net-dns/dnssec-system-tray/metadata.xml
deleted file mode 100644
index a535b885282..00000000000
--- a/net-dns/dnssec-system-tray/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-<email>x...@gentoo.org</email>
-<name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 0649a4341b8..1b78f31d451 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -220,13 +220,6 @@ net-misc/asterisk-g729
 # May 2017.  Masked for removal in 30 days.  Bug #638478.
 dev-lang/ekopath
 
-# Andreas Sturmlechner <ast...@gentoo.org> (12 May 2018)
-# Depends on dead Qt4, upstream TRAC and SVN dead. No maint. response.
-# Masked for removal in 30 days, bugs #645418, #591866, #574244.
-net-dns/dnssec-lookup
-net-dns/dnssec-nodes
-net-dns/dnssec-system-tray
-
 # Mikle Kolyada <zlog...@gentoo.org> (10 May 2018)
 # The upstream is totally dead (the last release is from 2006).
 # Does not compile against gcc-6, uses old EAPI=3 (#564998, #644262).

Reply via email to