summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/dnssec-nodes/dnssec-nodes-2.0.ebuild')
-rw-r--r--net-dns/dnssec-nodes/dnssec-nodes-2.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-dns/dnssec-nodes/dnssec-nodes-2.0.ebuild b/net-dns/dnssec-nodes/dnssec-nodes-2.0.ebuild
deleted file mode 100644
index a6ad81f5c319..000000000000
--- a/net-dns/dnssec-nodes/dnssec-nodes-2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils qt4-r2
-
-DESCRIPTION="graphically depicts the DNSSEC results from a lookup via logfiles"
-HOMEPAGE="http://www.dnssec-tools.org"
-SRC_URI="http://www.dnssec-tools.org/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="=net-dns/dnssec-validator-${PV}[threads]"
-DEPEND="${RDEPEND}"
-
-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
-}