summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-02 14:00:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-10 22:48:11 +0200
commit8c097ef109931552735e8b679290b6f9d5aaec39 (patch)
treee85504951ad5556dda9dc96bf252ab842eab1b00 /net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild
parentkde5-functions.eclass: Drop obsolete KDE Applications KF5-min (diff)
downloadgentoo-8c097ef109931552735e8b679290b6f9d5aaec39.tar.gz
gentoo-8c097ef109931552735e8b679290b6f9d5aaec39.tar.bz2
gentoo-8c097ef109931552735e8b679290b6f9d5aaec39.zip
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
Diffstat (limited to 'net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild')
-rw-r--r--net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild39
1 files changed, 0 insertions, 39 deletions
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 f3ca3773b579..000000000000
--- 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
-}