From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 141F6138334 for ; Wed, 12 Sep 2018 05:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C96E0928; Wed, 12 Sep 2018 05:28:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81BBCE0928 for ; Wed, 12 Sep 2018 05:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA1A333BE3F for ; Wed, 12 Sep 2018 05:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0504F3AA for ; Wed, 12 Sep 2018 05:28:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536730087.3dd563e455380e895d50ace6493472afa665ba3f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/valtz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/valtz/valtz-0.7.ebuild X-VCS-Directories: net-dns/valtz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3dd563e455380e895d50ace6493472afa665ba3f X-VCS-Branch: master Date: Wed, 12 Sep 2018 05:28:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6d5a5e92-a8a4-4171-878a-4649ed7b902b X-Archives-Hash: a4af4e6c7fe48ac35209de563254a0fc commit: 3dd563e455380e895d50ace6493472afa665ba3f Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Sep 11 18:51:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 12 05:28:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd563e4 net-dns/valtz: Drop old Closes: https://github.com/gentoo/gentoo/pull/9831 net-dns/valtz/valtz-0.7.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/net-dns/valtz/valtz-0.7.ebuild b/net-dns/valtz/valtz-0.7.ebuild deleted file mode 100644 index 6601585cf11..00000000000 --- 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 -}