summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2013-08-12 11:37:11 +0000
committerWolfram Schlich <wschlich@gentoo.org>2013-08-12 11:37:11 +0000
commiteb338b285de30d872e93630ba8061a6f4df2c3bc (patch)
treebbc050b038430d77009a6a26e55483000a42b18b /net-dns
parentVersion bump. (diff)
downloadgentoo-2-eb338b285de30d872e93630ba8061a6f4df2c3bc.tar.gz
gentoo-2-eb338b285de30d872e93630ba8061a6f4df2c3bc.tar.bz2
gentoo-2-eb338b285de30d872e93630ba8061a6f4df2c3bc.zip
version bump by tom@whyscream.net
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/validns/ChangeLog8
-rw-r--r--net-dns/validns/files/validns-0.6-fixtests.patch21
-rw-r--r--net-dns/validns/validns-0.7.ebuild (renamed from net-dns/validns/validns-0.6-r1.ebuild)14
3 files changed, 12 insertions, 31 deletions
diff --git a/net-dns/validns/ChangeLog b/net-dns/validns/ChangeLog
index a9ed78301c91..9803c2aa6934 100644
--- a/net-dns/validns/ChangeLog
+++ b/net-dns/validns/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-dns/validns
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/validns/ChangeLog,v 1.4 2013/04/03 19:55:33 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/validns/ChangeLog,v 1.5 2013/08/12 11:37:10 wschlich Exp $
+
+*validns-0.7 (12 Aug 2013)
+
+ 12 Aug 2013; Wolfram Schlich <wschlich@gentoo.org> +validns-0.7.ebuild,
+ -files/validns-0.6-fixtests.patch, -validns-0.6-r1.ebuild:
+ version bump by tom@whyscream.net
*validns-0.6-r1 (03 Apr 2013)
diff --git a/net-dns/validns/files/validns-0.6-fixtests.patch b/net-dns/validns/files/validns-0.6-fixtests.patch
deleted file mode 100644
index 28f9cb21bd57..000000000000
--- a/net-dns/validns/files/validns-0.6-fixtests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 8caf3656bf636fd9903b9c4abaf7a439dd65f7a4
-Author: Anton Berezin <tobez@tobez.org>
-Date: Tue Jan 8 11:28:23 2013 +0100
-
- Fix testing past the signature expiration date.
-
- Reported by: Casper Gielen
-
-diff --git a/t/test.pl b/t/test.pl
-index d08997c..b69cd8d 100644
---- a/t/test.pl
-+++ b/t/test.pl
-@@ -129,7 +129,7 @@ like(shift @e, qr/DNAME must not have any children \(but z.zzzz5.galaxyplus.org.
- is(+@e, 0, "no unaccounted errors");
- #like(stdout, qr/validation errors: XX/, "error count");
-
--run('./validns', @threads, '-s', 't/zones/example.sec.signed.with-errors');
-+run('./validns', @threads, '-s', '-t1320094109', 't/zones/example.sec.signed.with-errors');
- isnt(rc, 0, 'bad signed zone returns an error');
- @e = split /\n/, stderr;
-
diff --git a/net-dns/validns/validns-0.6-r1.ebuild b/net-dns/validns/validns-0.7.ebuild
index 7476918554b2..c7a40e6b44d0 100644
--- a/net-dns/validns/validns-0.6-r1.ebuild
+++ b/net-dns/validns/validns-0.7.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/validns/validns-0.6-r1.ebuild,v 1.1 2013/04/03 19:55:33 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/validns/validns-0.7.ebuild,v 1.1 2013/08/12 11:37:10 wschlich Exp $
EAPI=4
-inherit eutils
-
DESCRIPTION="A high performance DNS/DNSSEC zone validator"
HOMEPAGE="http://www.validns.net/"
SRC_URI="http://www.validns.net/download/${P}.tar.gz"
@@ -15,12 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-libs/judy"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Command-Simple )"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-fixtests.patch"
-}
+DEPEND="
+ ${RDEPEND}
+ test? ( dev-perl/Test-Command-Simple )
+"
src_install() {
dobin validns