summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-09-11 20:51:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-12 07:28:07 +0200
commit3dd563e455380e895d50ace6493472afa665ba3f (patch)
tree9cfa111e88c08b4cb9637503a698c63cbe6d05da /net-dns/valtz
parentdev-ruby/mechanize: add ruby25 (diff)
downloadgentoo-3dd563e455380e895d50ace6493472afa665ba3f.tar.gz
gentoo-3dd563e455380e895d50ace6493472afa665ba3f.tar.bz2
gentoo-3dd563e455380e895d50ace6493472afa665ba3f.zip
net-dns/valtz: Drop old
Closes: https://github.com/gentoo/gentoo/pull/9831
Diffstat (limited to 'net-dns/valtz')
-rw-r--r--net-dns/valtz/valtz-0.7.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-dns/valtz/valtz-0.7.ebuild b/net-dns/valtz/valtz-0.7.ebuild
deleted file mode 100644
index 6601585cf112..000000000000
--- a/net-dns/valtz/valtz-0.7.ebuild
+++ /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
-}