public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-lookup/
Date: Mon, 18 Dec 2017 11:26:34 +0000 (UTC)	[thread overview]
Message-ID: <1513596379.1712f005492982e20abd383d9e0510362fcb9c24.xmw@gentoo> (raw)

commit:     1712f005492982e20abd383d9e0510362fcb9c24
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 11:26:19 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 11:26:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1712f005

net-dns/dnssec-lookup: Remove old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-dns/dnssec-lookup/Manifest                 |  1 -
 net-dns/dnssec-lookup/dnssec-lookup-2.1.ebuild | 37 --------------------------
 net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild |  4 +--
 3 files changed, 2 insertions(+), 40 deletions(-)

diff --git a/net-dns/dnssec-lookup/Manifest b/net-dns/dnssec-lookup/Manifest
index ed856d96520..59ee0e8ceb8 100644
--- a/net-dns/dnssec-lookup/Manifest
+++ b/net-dns/dnssec-lookup/Manifest
@@ -1,2 +1 @@
-DIST dnssec-lookup-2.1.tar.gz 36243 BLAKE2B bb37bd0e4f6b61ddfa1f18ab1757104f63afe1a38f1960e24942d9dca8a37685dc0c9e9db4e9661e5fe8481989f86519098e62ed241fcb1e172056843698eea1 SHA512 c1a90a354411904f5905cd343c30cccca215b60584fcd5ba0cf9643555b56bfb948a8f55a48dc7bc45bf14c1cc945694d308a684d71cc6b5ba8deae8716b7068
 DIST dnssec-lookup-2.2.tar.gz 36181 BLAKE2B 761624b695b895fe9eb72108623631e9f9a21693a3d386052e43a1ee0686ec808346ca5e162df15c99ac067cf0518bddc8280842650aeeb7e5a03a72897c75c4 SHA512 195af13b69681394b6de6ae77b7401f81e6c4005e81e3d95bb97d6821ccdefbd3a119f2c331e7016728fda5b45ce364c9240fffd7623276042c666e5c5d05cba

diff --git a/net-dns/dnssec-lookup/dnssec-lookup-2.1.ebuild b/net-dns/dnssec-lookup/dnssec-lookup-2.1.ebuild
deleted file mode 100644
index 152849fa828..00000000000
--- a/net-dns/dnssec-lookup/dnssec-lookup-2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit qt4-r2
-
-MY_PN=${PN/dnssec-/}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="DNS lookup utility that supports DNSSEC validation"
-HOMEPAGE="http://www.dnssec-tools.org"
-SRC_URI="http://www.dnssec-tools.org/download/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="=net-dns/dnssec-validator-${PV}[threads]
-	dev-qt/qtgui:4"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	eqmake4 ${MY_PN}.pro PREFIX=/usr
-}
-
-src_install() {
-	newbin src/build/${MY_PN} ${PN}
-
-	newicon data/64x64/${MY_PN}.png ${PN}.png
-	newicon data/maemo/${MY_PN}.xpm ${PN}.xpm
-	make_desktop_entry ${PN}
-
-	newman man/${MY_PN}.1 ${PN}.1
-}

diff --git a/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild b/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild
index 0dc819c75f3..d05db655168 100644
--- a/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild
+++ b/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="=net-dns/dnssec-validator-${PV}[threads]
+RDEPEND="=net-dns/dnssec-validator-${PV}-r1[threads]
 	dev-qt/qtgui:4"
 DEPEND="${RDEPEND}"
 


             reply	other threads:[~2017-12-18 11:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18 11:26 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-20 19:10 [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-lookup/ Craig Andrews
2016-01-08 14:08 Michael Weber
2016-01-08 14:08 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1513596379.1712f005492982e20abd383d9e0510362fcb9c24.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox