net-dns/valtz: Drop old

Closes: https://github.com/gentoo/gentoo/pull/9831
This commit is contained in:
Michael Mair-Keimberger
2018-09-11 20:51:07 +02:00
committed by Andreas Sturmlechner
parent 5ca1c0e9f6
commit 3dd563e455

View File

@@ -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
}