axs 14/08/23 02:19:57 Modified: ChangeLog Added: Net-DNS-0.660.0-r1.ebuild Removed: Net-DNS-0.660.0.ebuild Log: bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.171 dev-perl/Net-DNS/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?rev=1.171&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?rev=1.171&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?r1=1.170&r2=1.171 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v retrieving revision 1.170 retrieving revision 1.171 diff -u -r1.170 -r1.171 --- ChangeLog 26 Apr 2014 18:36:58 -0000 1.170 +++ ChangeLog 23 Aug 2014 02:19:57 -0000 1.171 @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/Net-DNS # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.170 2014/04/26 18:36:58 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.171 2014/08/23 02:19:57 axs Exp $ + +*Net-DNS-0.660.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Net-DNS-0.660.0-r1.ebuild, -Net-DNS-0.660.0.ebuild: + bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no + other changes present and revbump helps stable systems to keep from dieing on + perl-5.18 upgrade *Net-DNS-0.740.0 (26 Apr 2014) 1.1 dev-perl/Net-DNS/Net-DNS-0.660.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.660.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.660.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Net-DNS-0.660.0-r1.ebuild =================================================================== # Copyright 1999-2014 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.660.0-r1.ebuild,v 1.1 2014/08/23 02:19:57 axs Exp $ EAPI=5 MODULE_AUTHOR=OLAF MODULE_VERSION=0.66 inherit toolchain-funcs 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.64-ar.patch ) SRC_TEST="do" src_prepare() { perl-module_src_prepare mydoc="TODO" if use ipv6 ; then myconf="--IPv6-tests" else myconf="--no-IPv6-tests" fi myconf="${myconf} --no-online-tests" } src_compile() { emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}" }
