diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-15 12:14:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-15 13:23:57 +0200 |
commit | 21254ce373822fce7717169e7c72e9b4fd293e92 (patch) | |
tree | 6ad8de216429edf26c17f3813b726adbb305585d | |
parent | app-shells/bash: Removed old. (diff) | |
download | gentoo-21254ce373822fce7717169e7c72e9b4fd293e92.tar.gz gentoo-21254ce373822fce7717169e7c72e9b4fd293e92.tar.bz2 gentoo-21254ce373822fce7717169e7c72e9b4fd293e92.zip |
net-dns/valtz: Version the distfile
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | net-dns/valtz/Manifest | 2 | ||||
-rw-r--r-- | net-dns/valtz/valtz-0.7-r1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-dns/valtz/Manifest b/net-dns/valtz/Manifest index a4aa35293b3b..e1cae9535ba6 100644 --- a/net-dns/valtz/Manifest +++ b/net-dns/valtz/Manifest @@ -1 +1 @@ -DIST valtz.tgz 10638 BLAKE2B f6c8c476f523bc72531dd6537a7ed096b4fe15122db8ac8398b6ce325e8d61aecd3ef496c6102127bb8df4c8e0651201826ed4ccf79fd47616b6e083967412c4 SHA512 173e9f04399f8011b565ddfa7ad542c87af03da1b829d40b616271a993a282a1a3f54fb434db4837fb9ee4c3eb66a39f70ebf5ff5f13aff9c6fccfeabb3a3df7 +DIST valtz-0.7.tgz 10638 BLAKE2B f6c8c476f523bc72531dd6537a7ed096b4fe15122db8ac8398b6ce325e8d61aecd3ef496c6102127bb8df4c8e0651201826ed4ccf79fd47616b6e083967412c4 SHA512 173e9f04399f8011b565ddfa7ad542c87af03da1b829d40b616271a993a282a1a3f54fb434db4837fb9ee4c3eb66a39f70ebf5ff5f13aff9c6fccfeabb3a3df7 diff --git a/net-dns/valtz/valtz-0.7-r1.ebuild b/net-dns/valtz/valtz-0.7-r1.ebuild index 4e9cc257f220..0a8f39b368fe 100644 --- a/net-dns/valtz/valtz-0.7-r1.ebuild +++ b/net-dns/valtz/valtz-0.7-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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" +SRC_URI="https://x42.com/software/valtz/${PN}.tgz -> ${P}.tgz" HOMEPAGE="https://x42.com/software/valtz/" -IUSE="" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="" RDEPEND="dev-lang/perl" |