From: Michael Mair-Keimberger Date: Tue, 11 Sep 2018 18:51:07 +0000 (+0200) Subject: net-dns/valtz: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3dd563e455380e895d50ace6493472afa665ba3f;p=gentoo.git net-dns/valtz: Drop old Closes: https://github.com/gentoo/gentoo/pull/9831 --- 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 -}