summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-04-08 18:00:48 +0000
committerUlrich Müller <ulm@gentoo.org>2013-04-08 18:00:48 +0000
commitfa51e212eb8e898a61fb9980932370695eb6f547 (patch)
tree5aba52992acc0b4eb3bf2412f04fc9af4d32fcf7 /net-dns
parentVersion bump. (diff)
downloadgentoo-2-fa51e212eb8e898a61fb9980932370695eb6f547.tar.gz
gentoo-2-fa51e212eb8e898a61fb9980932370695eb6f547.tar.bz2
gentoo-2-fa51e212eb8e898a61fb9980932370695eb6f547.zip
Fix LICENSE, "may be freely distributed" according to README.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnswalk/ChangeLog7
-rw-r--r--net-dns/dnswalk/dnswalk-2.0.2.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/net-dns/dnswalk/ChangeLog b/net-dns/dnswalk/ChangeLog
index 6e4a1d390124..c159a46b2905 100644
--- a/net-dns/dnswalk/ChangeLog
+++ b/net-dns/dnswalk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/dnswalk
-# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnswalk/ChangeLog,v 1.13 2012/08/06 01:18:44 ottxor Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnswalk/ChangeLog,v 1.14 2013/04/08 18:00:48 ulm Exp $
+
+ 08 Apr 2013; Ulrich Müller <ulm@gentoo.org> dnswalk-2.0.2.ebuild:
+ Fix LICENSE, "may be freely distributed" according to README.
06 Aug 2012; Christoph Junghans <ottxor@gentoo.org> dnswalk-2.0.2.ebuild:
EAPI bumped to 4 and add prefix tweak
diff --git a/net-dns/dnswalk/dnswalk-2.0.2.ebuild b/net-dns/dnswalk/dnswalk-2.0.2.ebuild
index a88a293965b9..34cab468d307 100644
--- a/net-dns/dnswalk/dnswalk-2.0.2.ebuild
+++ b/net-dns/dnswalk/dnswalk-2.0.2.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnswalk/dnswalk-2.0.2.ebuild,v 1.17 2012/08/06 01:18:44 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnswalk/dnswalk-2.0.2.ebuild,v 1.18 2013/04/08 18:00:48 ulm Exp $
EAPI=4
-S=${WORKDIR}
DESCRIPTION="dnswalk is a DNS database debugger"
-SRC_URI="mirror://sourceforge/dnswalk/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/dnswalk/"
+SRC_URI="mirror://sourceforge/dnswalk/${P}.tar.gz"
-DEPEND=">=dev-perl/Net-DNS-0.12"
-
+LICENSE="freedist"
SLOT="0"
-LICENSE="as-is"
KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
+
+RDEPEND=">=dev-perl/Net-DNS-0.12"
+
+S=${WORKDIR}
src_prepare() {
sed -i 's:#!/usr/contrib/bin/perl:#!'"${EPREFIX}"'/usr/bin/perl:' dnswalk