diff options
author | 2016-01-08 14:48:57 +0100 | |
---|---|---|
committer | 2016-01-08 15:05:29 +0100 | |
commit | 92f3e2ac563d3f980ac883401e4564502326b892 (patch) | |
tree | ae5f6a8199c181cad84afd2c9ab4140df1a641a2 /net-dns/dnssec-lookup/dnssec-lookup-2.0.ebuild | |
parent | net-dns/dnssec-nodes: Drop old. (diff) | |
download | gentoo-92f3e2ac563d3f980ac883401e4564502326b892.tar.gz gentoo-92f3e2ac563d3f980ac883401e4564502326b892.tar.bz2 gentoo-92f3e2ac563d3f980ac883401e4564502326b892.zip |
net-dns/dnssec-lookup: Drop old.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-dns/dnssec-lookup/dnssec-lookup-2.0.ebuild')
-rw-r--r-- | net-dns/dnssec-lookup/dnssec-lookup-2.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-dns/dnssec-lookup/dnssec-lookup-2.0.ebuild b/net-dns/dnssec-lookup/dnssec-lookup-2.0.ebuild deleted file mode 100644 index 4d2c93b9d309..000000000000 --- a/net-dns/dnssec-lookup/dnssec-lookup-2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit qt4-r2 - -MY_PN=${PN/dnssec-/} -MY_P=${MY_PN}-${PV} -DESCRIPTION="DNS lookup utility that supports DNSSEC validation" -HOMEPAGE="http://www.dnssec-tools.org" -SRC_URI="http://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}[threads] - dev-qt/qtgui:4" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -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 -} |