commit: 888941185b4a5a3ee95a1f3dd86c1093d7d18ef6 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Jun 28 18:40:44 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jul 6 21:47:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88894118
net-dns/valtz: add EAPI7 ebuild net-dns/valtz/valtz-0.7-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/net-dns/valtz/valtz-0.7-r1.ebuild b/net-dns/valtz/valtz-0.7-r1.ebuild new file mode 100644 index 00000000000..4e9cc257f22 --- /dev/null +++ b/net-dns/valtz/valtz-0.7-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 + dodoc README CHANGES +}
