Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/valtz/
Date: Wed, 12 Sep 2018 05:28:41
Message-Id: 1536730087.3dd563e455380e895d50ace6493472afa665ba3f.asturm@gentoo
1 commit: 3dd563e455380e895d50ace6493472afa665ba3f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 18:51:07 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 05:28:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd563e4
7
8 net-dns/valtz: Drop old
9
10 Closes: https://github.com/gentoo/gentoo/pull/9831
11
12 net-dns/valtz/valtz-0.7.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/net-dns/valtz/valtz-0.7.ebuild b/net-dns/valtz/valtz-0.7.ebuild
16 deleted file mode 100644
17 index 6601585cf11..00000000000
18 --- a/net-dns/valtz/valtz-0.7.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -DESCRIPTION="Validation tool for tinydns-data zone files"
27 -SRC_URI="https://x42.com/software/valtz/${PN}.tgz"
28 -HOMEPAGE="https://x42.com/software/valtz/"
29 -IUSE=""
30 -
31 -SLOT="0"
32 -LICENSE="BSD"
33 -KEYWORDS="~amd64 ~x86"
34 -
35 -RDEPEND="dev-lang/perl"
36 -
37 -src_install() {
38 - dobin valtz || die
39 - dodoc README CHANGES
40 -}