axs 14/08/23 00:18:53 Modified: ChangeLog Added: Net-Patricia-1.210.0-r1.ebuild Removed: Net-Patricia-1.210.0.ebuild Log: bumped 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.37 dev-perl/Net-Patricia/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 8 Dec 2013 13:03:34 -0000 1.36 +++ ChangeLog 23 Aug 2014 00:18:53 -0000 1.37 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Net-Patricia -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.36 2013/12/08 13:03:34 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.37 2014/08/23 00:18:53 axs Exp $ + +*Net-Patricia-1.210.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Net-Patricia-1.210.0-r1.ebuild, -Net-Patricia-1.210.0.ebuild: + bumped 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 08 Dec 2013; Mikle Kolyada <[email protected]> Net-Patricia-1.210.0.ebuild: amd64/x86 stable wrt bug #492202 1.1 dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Net-Patricia-1.210.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-Patricia/Net-Patricia-1.210.0-r1.ebuild,v 1.1 2014/08/23 00:18:53 axs Exp $ EAPI=5 MODULE_AUTHOR=GRUBER MODULE_VERSION=1.21 inherit perl-module toolchain-funcs DESCRIPTION="Patricia Trie perl module for fast IP address lookups" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="ipv6" RDEPEND="dev-perl/Net-CIDR-Lite ipv6? ( dev-perl/Socket6 ) " DEPEND="${RDEPEND}" src_compile() { emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}" } #SRC_TEST="do"
