From 5cacc645bc718d7319349cff0a798cd1216d1f93 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Sat, 23 Aug 2014 00:18:53 +0000 Subject: 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) --- dev-perl/Net-Patricia/ChangeLog | 11 ++++++-- .../Net-Patricia/Net-Patricia-1.210.0-r1.ebuild | 29 ++++++++++++++++++++++ dev-perl/Net-Patricia/Net-Patricia-1.210.0.ebuild | 29 ---------------------- 3 files changed, 38 insertions(+), 31 deletions(-) create mode 100644 dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild delete mode 100644 dev-perl/Net-Patricia/Net-Patricia-1.210.0.ebuild (limited to 'dev-perl/Net-Patricia') diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog index 09bd82f7384e..50f4f50f6a9b 100644 --- a/dev-perl/Net-Patricia/ChangeLog +++ b/dev-perl/Net-Patricia/ChangeLog @@ -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_) + +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 Net-Patricia-1.210.0.ebuild: amd64/x86 stable wrt bug #492202 diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild new file mode 100644 index 000000000000..28ee2ade478e --- /dev/null +++ b/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild @@ -0,0 +1,29 @@ +# 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" diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.210.0.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.210.0.ebuild deleted file mode 100644 index 5d2ebad13d36..000000000000 --- a/dev-perl/Net-Patricia/Net-Patricia-1.210.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 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.ebuild,v 1.2 2013/12/08 13:03:34 zlogene Exp $ - -EAPI=4 - -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" -- cgit v1.2.3-65-gdbad