diff --git a/net-dns/valtz/valtz-0.7.ebuild b/net-dns/valtz/valtz-0.7.ebuild deleted file mode 100644 index 6601585cf1120..0000000000000 --- 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 -}