diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:12:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:12:58 +0000 |
commit | 4c86cb215f61f6f41ea25870c87f07a332a3b39d (patch) | |
tree | 0bf96cf3bdbaa7dafdef845f5b3eeeff0703e78e /dev-perl/Net-DNS | |
parent | Version bump wrt bug 406229 by <supercilious.dude@gmail.com> (diff) | |
download | gentoo-2-4c86cb215f61f6f41ea25870c87f07a332a3b39d.tar.gz gentoo-2-4c86cb215f61f6f41ea25870c87f07a332a3b39d.tar.bz2 gentoo-2-4c86cb215f61f6f41ea25870c87f07a332a3b39d.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-DNS')
-rw-r--r-- | dev-perl/Net-DNS/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Net-DNS/Net-DNS-0.680.0.ebuild | 38 | ||||
-rw-r--r-- | dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch | 16 |
3 files changed, 62 insertions, 2 deletions
diff --git a/dev-perl/Net-DNS/ChangeLog b/dev-perl/Net-DNS/ChangeLog index e1655dd25f9e..6770a13e0a2d 100644 --- a/dev-perl/Net-DNS/ChangeLog +++ b/dev-perl/Net-DNS/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Net-DNS -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.161 2011/12/20 09:00:54 naota Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.162 2012/02/29 09:12:58 robbat2 Exp $ + +*Net-DNS-0.680.0 (29 Feb 2012) + + 29 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> + +files/Net-DNS-0.68-ar.patch, +Net-DNS-0.680.0.ebuild: + Version bump via perl-bump experimental tool. 16 Dec 2011; Naohiro Aota <naota@gentoo.org> Net-DNS-0.660.0.ebuild: Add ~x86-fbsd diff --git a/dev-perl/Net-DNS/Net-DNS-0.680.0.ebuild b/dev-perl/Net-DNS/Net-DNS-0.680.0.ebuild new file mode 100644 index 000000000000..9559fb50ecfc --- /dev/null +++ b/dev-perl/Net-DNS/Net-DNS-0.680.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.680.0.ebuild,v 1.1 2012/02/29 09:12:58 robbat2 Exp $ + +EAPI=4 + +MODULE_AUTHOR=OLAF +MODULE_VERSION=0.68 +inherit perl-module + +DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="ipv6 test" + +RDEPEND="virtual/perl-Digest-MD5 + dev-perl/Digest-HMAC + virtual/perl-Digest-SHA + dev-perl/Net-IP + ipv6? ( dev-perl/IO-Socket-INET6 ) + virtual/perl-MIME-Base64" +DEPEND="${RDEPEND} + test? ( + virtual/perl-Test-Simple + dev-perl/Test-Pod + )" + +PATCHES=( ${FILESDIR}/${PN}-0.68-ar.patch ) +SRC_TEST="do" + +src_prepare() { + perl-module_src_prepare + mydoc="TODO" + # --IPv6-tests requires that you have external IPv6 connectivity + # as it connects to 2001:7b8:206:1:0:1234:be21:e31e + myconf="${myconf} --no-online-tests --no-IPv6-tests" +} diff --git a/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch b/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch new file mode 100644 index 000000000000..cad63fadf024 --- /dev/null +++ b/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch @@ -0,0 +1,16 @@ +The linker on Darwin/x86 needs archives with an index, so create one. + +Ported-from: files/Net-DNS-0.64-ar.patch + +diff -Nuar Net-DNS-0.68.orig/Makefile.PL Net-DNS-0.68/Makefile.PL +--- Net-DNS-0.68.orig/Makefile.PL 2012-01-27 23:02:34.000000000 +0000 ++++ Net-DNS-0.68/Makefile.PL 2012-02-29 09:03:14.939727214 +0000 +@@ -336,7 +336,7 @@ + use Config qw(%Config); + + sub postamble { +- my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'cr ' ); # ar action ++ my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'crs ' ); # ar action + + my $content = ' + test_cover : pure_all |