Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-nodes/, net-dns/dnssec-system-tray/, net-dns/dnssec-nodes/files/, ...
Date: Sun, 10 Jun 2018 20:48:33
Message-Id: 1528663691.8c097ef109931552735e8b679290b6f9d5aaec39.asturm@gentoo
1 commit: 8c097ef109931552735e8b679290b6f9d5aaec39
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 12:00:05 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 20:48:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c097ef1
7
8 net-dns/dnssec-{lookup,nodes,system-tray}: Remove last-rited packages
9
10 Closes: https://bugs.gentoo.org/574244
11 Closes: https://bugs.gentoo.org/591866
12 Closes: https://bugs.gentoo.org/645418
13
14 net-dns/dnssec-lookup/Manifest | 1 -
15 net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild | 39 ----------------------
16 .../files/dnssec-lookup-2.2-unused-libs.patch | 11 ------
17 net-dns/dnssec-lookup/metadata.xml | 14 --------
18 net-dns/dnssec-nodes/Manifest | 1 -
19 net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild | 34 -------------------
20 .../files/dnssec-nodes-2.2-unused-libs.patch | 11 ------
21 net-dns/dnssec-nodes/metadata.xml | 8 -----
22 net-dns/dnssec-system-tray/Manifest | 1 -
23 .../dnssec-system-tray-2.2.ebuild | 33 ------------------
24 net-dns/dnssec-system-tray/metadata.xml | 8 -----
25 profiles/package.mask | 7 ----
26 12 files changed, 168 deletions(-)
27
28 diff --git a/net-dns/dnssec-lookup/Manifest b/net-dns/dnssec-lookup/Manifest
29 deleted file mode 100644
30 index 59ee0e8ceb8..00000000000
31 --- a/net-dns/dnssec-lookup/Manifest
32 +++ /dev/null
33 @@ -1 +0,0 @@
34 -DIST dnssec-lookup-2.2.tar.gz 36181 BLAKE2B 761624b695b895fe9eb72108623631e9f9a21693a3d386052e43a1ee0686ec808346ca5e162df15c99ac067cf0518bddc8280842650aeeb7e5a03a72897c75c4 SHA512 195af13b69681394b6de6ae77b7401f81e6c4005e81e3d95bb97d6821ccdefbd3a119f2c331e7016728fda5b45ce364c9240fffd7623276042c666e5c5d05cba
35
36 diff --git a/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild b/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild
37 deleted file mode 100644
38 index f3ca3773b57..00000000000
39 --- a/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild
40 +++ /dev/null
41 @@ -1,39 +0,0 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -
45 -EAPI=5
46 -
47 -inherit qt4-r2
48 -
49 -MY_PN=${PN/dnssec-/}
50 -MY_P=${MY_PN}-${PV}
51 -DESCRIPTION="DNS lookup utility that supports DNSSEC validation"
52 -HOMEPAGE="https://www.dnssec-tools.org"
53 -SRC_URI="https://www.dnssec-tools.org/download/${MY_P}.tar.gz -> ${P}.tar.gz"
54 -
55 -LICENSE="BSD"
56 -SLOT="0"
57 -KEYWORDS="~amd64"
58 -IUSE=""
59 -
60 -RDEPEND="=net-dns/dnssec-validator-${PV}-r1[threads]
61 - dev-qt/qtgui:4"
62 -DEPEND="${RDEPEND}"
63 -
64 -S=${WORKDIR}/${MY_P}
65 -
66 -PATCHES=( "${FILESDIR}"/${P}-unused-libs.patch )
67 -
68 -src_configure() {
69 - eqmake4 ${MY_PN}.pro PREFIX=/usr
70 -}
71 -
72 -src_install() {
73 - newbin src/build/${MY_PN} ${PN}
74 -
75 - newicon data/64x64/${MY_PN}.png ${PN}.png
76 - newicon data/maemo/${MY_PN}.xpm ${PN}.xpm
77 - make_desktop_entry ${PN}
78 -
79 - newman man/${MY_PN}.1 ${PN}.1
80 -}
81
82 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
83 deleted file mode 100644
84 index bcefe0f2036..00000000000
85 --- a/net-dns/dnssec-lookup/files/dnssec-lookup-2.2-unused-libs.patch
86 +++ /dev/null
87 @@ -1,11 +0,0 @@
88 ---- lookup-2.2/src/src.pro
89 -+++ lookup-2.2/src/src.pro
90 -@@ -11,7 +11,7 @@
91 - INCLUDEPATH += /home/hardaker/src/dnssec/dnssec-tools.git/dnssec-tools/validator/include
92 -
93 - isEmpty(ANDROID_PLATFORM) {
94 -- LIBS += -lval-threads -lsres -lnsl -lssl -lcrypto -lpthread
95 -+ LIBS += -lval-threads -lsres -lssl -lcrypto -lpthread
96 - } else {
97 - LIBS += -L/opt/android-external-openssl/lib/
98 - LIBS += -L/root/necessitas/android-ndk-r5c/platforms/android-4/arch-arm/usr/lib/
99
100 diff --git a/net-dns/dnssec-lookup/metadata.xml b/net-dns/dnssec-lookup/metadata.xml
101 deleted file mode 100644
102 index 3d487ce1757..00000000000
103 --- a/net-dns/dnssec-lookup/metadata.xml
104 +++ /dev/null
105 @@ -1,14 +0,0 @@
106 -<?xml version="1.0" encoding="UTF-8"?>
107 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 -<pkgmetadata>
109 -<maintainer type="person">
110 -<email>xmw@g.o</email>
111 -<name>Michael Weber</name>
112 -</maintainer>
113 -<longdescription lang="en">
114 - Lookup is a simple graphical utility that can be used to query a network for domain name records.
115 - The tool understands DNSSEC and color-codes the results based on whether
116 - the record has been securely validated (green), is a 'trusted' answer but not validated (yellow),
117 - or fails DNSSEC validation (red).
118 -</longdescription>
119 -</pkgmetadata>
120
121 diff --git a/net-dns/dnssec-nodes/Manifest b/net-dns/dnssec-nodes/Manifest
122 deleted file mode 100644
123 index e1d42cb09aa..00000000000
124 --- a/net-dns/dnssec-nodes/Manifest
125 +++ /dev/null
126 @@ -1 +0,0 @@
127 -DIST dnssec-nodes-2.2.tar.gz 98151 BLAKE2B 03f001b21006334e4080eb8caa897f2cb3a4fadd02aec7d0357b1563d62a7ef9b8a1824e1393940bbd3105b1d44c2573b329346c4ed9cbdb693e76bdc82990d7 SHA512 14f5ae628ceb59a85820c3d578bd1c36e620a17c1bb0a4f8fe440134ec8449adf181b053ea54a1bb321f4aff72014fa6a55a3a5a4d2542c407a3d35cfe4b9554
128
129 diff --git a/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild b/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild
130 deleted file mode 100644
131 index e6ba7ee132b..00000000000
132 --- a/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild
133 +++ /dev/null
134 @@ -1,34 +0,0 @@
135 -# Copyright 1999-2018 Gentoo Foundation
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=5
139 -
140 -inherit eutils qt4-r2
141 -
142 -DESCRIPTION="graphically depicts the DNSSEC results from a lookup via logfiles"
143 -HOMEPAGE="https://www.dnssec-tools.org"
144 -SRC_URI="https://www.dnssec-tools.org/download/${P}.tar.gz"
145 -
146 -LICENSE="GPL-2"
147 -SLOT="0"
148 -KEYWORDS="~amd64 ~x86"
149 -IUSE=""
150 -
151 -RDEPEND="=net-dns/dnssec-validator-${PV}-r1[threads]
152 - dev-qt/qtcore:4"
153 -DEPEND="${RDEPEND}"
154 -
155 -PATCHES=( "${FILESDIR}"/${P}-unused-libs.patch )
156 -
157 -src_configure() {
158 - eqmake4 ${PN}.pro PREFIX=/usr
159 -}
160 -
161 -src_install() {
162 - qt4-r2_src_install
163 -
164 - doicon icons/dnssec-nodes.*
165 - make_desktop_entry ${PN}
166 -
167 - doman man/${PN}.1
168 -}
169
170 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
171 deleted file mode 100644
172 index 4cb3a7f54dc..00000000000
173 --- a/net-dns/dnssec-nodes/files/dnssec-nodes-2.2-unused-libs.patch
174 +++ /dev/null
175 @@ -1,11 +0,0 @@
176 ---- dnssec-nodes-2.2/dnssec-nodes.pro
177 -+++ dnssec-nodes-2.2/dnssec-nodes.pro
178 -@@ -70,7 +70,7 @@
179 - isEmpty(ANDROID_PLATFORM) {
180 - QMAKE_LIBDIR += ../../libval/.libs
181 - QMAKE_LIBDIR += ../../libsres/.libs
182 -- LIBS += -lval-threads -lsres -lnsl -lcrypto -lssl -lpthread
183 -+ LIBS += -lval-threads -lsres -lcrypto -lssl -lpthread
184 - contains(MEEGO_EDITION,harmattan): {
185 - QMAKE_LIBDIR += /scratchbox/users/hardaker/targets/HARMATTAN_ARMEL/usr/lib
186 - } else:osx {
187
188 diff --git a/net-dns/dnssec-nodes/metadata.xml b/net-dns/dnssec-nodes/metadata.xml
189 deleted file mode 100644
190 index a535b885282..00000000000
191 --- a/net-dns/dnssec-nodes/metadata.xml
192 +++ /dev/null
193 @@ -1,8 +0,0 @@
194 -<?xml version="1.0" encoding="UTF-8"?>
195 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
196 -<pkgmetadata>
197 -<maintainer type="person">
198 -<email>xmw@g.o</email>
199 -<name>Michael Weber</name>
200 -</maintainer>
201 -</pkgmetadata>
202
203 diff --git a/net-dns/dnssec-system-tray/Manifest b/net-dns/dnssec-system-tray/Manifest
204 deleted file mode 100644
205 index c806b8df974..00000000000
206 --- a/net-dns/dnssec-system-tray/Manifest
207 +++ /dev/null
208 @@ -1 +0,0 @@
209 -DIST dnssec-system-tray-2.2.tar.gz 15309 BLAKE2B 0cf4535c8c58d85f9b9aa142ec514b3ccc278123f52e70708d34260a410bfc62464e0ca35d8b30754c5933a6f947d7850c8b2d638f25719a9006957aa51943ee SHA512 1c99abc7029232770b1776b57ff014b6b3c10edd4841952b6f7cabea69ad0252911db3f7aa252d53fca7457e8cba8a38665fbb6c05421daea0946622bb13daf9
210
211 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
212 deleted file mode 100644
213 index 2e0c9099d4f..00000000000
214 --- a/net-dns/dnssec-system-tray/dnssec-system-tray-2.2.ebuild
215 +++ /dev/null
216 @@ -1,33 +0,0 @@
217 -# Copyright 1999-2014 Gentoo Foundation
218 -# Distributed under the terms of the GNU General Public License v2
219 -
220 -EAPI=4
221 -
222 -inherit eutils qt4-r2
223 -
224 -DESCRIPTION="display DNSSEC resolver logs in system tray"
225 -HOMEPAGE="http://www.dnssec-tools.org"
226 -SRC_URI="http://www.dnssec-tools.org/download/${P}.tar.gz"
227 -
228 -LICENSE="BSD"
229 -SLOT="0"
230 -KEYWORDS="~amd64 ~x86"
231 -IUSE=""
232 -
233 -RDEPEND="dev-qt/qtgui:4
234 - dev-qt/qtsvg:4
235 - dev-qt/qtcore:4"
236 -DEPEND="${RDEPEND}"
237 -
238 -src_configure() {
239 - eqmake4 ${PN}.pro PREFIX=/usr
240 -}
241 -
242 -src_install() {
243 - qt4-r2_src_install
244 -
245 - newicon images/justlock.png ${PN}.png
246 - make_desktop_entry ${PN}
247 -
248 - doman man/${PN}.1
249 -}
250
251 diff --git a/net-dns/dnssec-system-tray/metadata.xml b/net-dns/dnssec-system-tray/metadata.xml
252 deleted file mode 100644
253 index a535b885282..00000000000
254 --- a/net-dns/dnssec-system-tray/metadata.xml
255 +++ /dev/null
256 @@ -1,8 +0,0 @@
257 -<?xml version="1.0" encoding="UTF-8"?>
258 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
259 -<pkgmetadata>
260 -<maintainer type="person">
261 -<email>xmw@g.o</email>
262 -<name>Michael Weber</name>
263 -</maintainer>
264 -</pkgmetadata>
265
266 diff --git a/profiles/package.mask b/profiles/package.mask
267 index 0649a4341b8..1b78f31d451 100644
268 --- a/profiles/package.mask
269 +++ b/profiles/package.mask
270 @@ -220,13 +220,6 @@ net-misc/asterisk-g729
271 # May 2017. Masked for removal in 30 days. Bug #638478.
272 dev-lang/ekopath
273
274 -# Andreas Sturmlechner <asturm@g.o> (12 May 2018)
275 -# Depends on dead Qt4, upstream TRAC and SVN dead. No maint. response.
276 -# Masked for removal in 30 days, bugs #645418, #591866, #574244.
277 -net-dns/dnssec-lookup
278 -net-dns/dnssec-nodes
279 -net-dns/dnssec-system-tray
280 -
281 # Mikle Kolyada <zlogene@g.o> (10 May 2018)
282 # The upstream is totally dead (the last release is from 2006).
283 # Does not compile against gcc-6, uses old EAPI=3 (#564998, #644262).