zlogene 15/07/02 11:52:20 Modified: ChangeLog Added: Net-Patricia-1.220.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.53 dev-perl/Net-Patricia/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 13 May 2015 07:01:11 -0000 1.52 +++ ChangeLog 2 Jul 2015 11:52:20 -0000 1.53 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Net-Patricia # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.52 2015/05/13 07:01:11 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.53 2015/07/02 11:52:20 zlogene Exp $ + +*Net-Patricia-1.220.0 (02 Jul 2015) + + 02 Jul 2015; Mikle Kolyada <[email protected]> +Net-Patricia-1.220.0.ebuild: + Version bump 13 May 2015; Jack Morgan <[email protected]> Net-Patricia-1.210.0-r1.ebuild: ppc64 stable wrt bug #537464 1.1 dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild?rev=1.1&content-type=text/plain Index: Net-Patricia-1.220.0.ebuild =================================================================== # Copyright 1999-2015 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.220.0.ebuild,v 1.1 2015/07/02 11:52:20 zlogene Exp $ EAPI=5 MODULE_AUTHOR=GRUBER MODULE_VERSION=1.22 inherit perl-module toolchain-funcs DESCRIPTION="Patricia Trie perl module for fast IP address lookups" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" 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"
