net-dns/valtz: Drop old
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 11 Sep 2018 18:51:07 +0000 (20:51 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Sep 2018 05:28:07 +0000 (07:28 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9831

net-dns/valtz/valtz-0.7.ebuild [deleted file]

diff --git a/net-dns/valtz/valtz-0.7.ebuild b/net-dns/valtz/valtz-0.7.ebuild
deleted file mode 100644 (file)
index 6601585..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Validation tool for tinydns-data zone files"
-SRC_URI="https://x42.com/software/valtz/${PN}.tgz"
-HOMEPAGE="https://x42.com/software/valtz/"
-IUSE=""
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/perl"
-
-src_install() {
-       dobin valtz || die
-       dodoc README CHANGES
-}