From 4fec9a5a067aea063ac74f536c7848efc266278a Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Tue, 26 Aug 2014 15:47:42 +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/Tie-Cache/ChangeLog | 11 +++++++++-- dev-perl/Tie-Cache/Tie-Cache-0.190.0-r1.ebuild | 15 +++++++++++++++ dev-perl/Tie-Cache/Tie-Cache-0.190.0.ebuild | 15 --------------- 3 files changed, 24 insertions(+), 17 deletions(-) create mode 100644 dev-perl/Tie-Cache/Tie-Cache-0.190.0-r1.ebuild delete mode 100644 dev-perl/Tie-Cache/Tie-Cache-0.190.0.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Tie-Cache/ChangeLog b/dev-perl/Tie-Cache/ChangeLog index 9f5f112bd829..c65b60b92826 100644 --- a/dev-perl/Tie-Cache/ChangeLog +++ b/dev-perl/Tie-Cache/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Tie-Cache -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/ChangeLog,v 1.13 2012/09/02 07:56:33 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/ChangeLog,v 1.14 2014/08/26 15:47:42 axs Exp $ + +*Tie-Cache-0.190.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) + +Tie-Cache-0.190.0-r1.ebuild, -Tie-Cache-0.190.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 02 Sep 2012; Torsten Veller -Tie-Cache-0.170.0.ebuild: Cleanup diff --git a/dev-perl/Tie-Cache/Tie-Cache-0.190.0-r1.ebuild b/dev-perl/Tie-Cache/Tie-Cache-0.190.0-r1.ebuild new file mode 100644 index 000000000000..c5613967f807 --- /dev/null +++ b/dev-perl/Tie-Cache/Tie-Cache-0.190.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/Tie-Cache-0.190.0-r1.ebuild,v 1.1 2014/08/26 15:47:42 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=CHAMAS +MODULE_VERSION=0.19 +inherit perl-module + +DESCRIPTION="In memory size limited LRU cache" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" +IUSE="" diff --git a/dev-perl/Tie-Cache/Tie-Cache-0.190.0.ebuild b/dev-perl/Tie-Cache/Tie-Cache-0.190.0.ebuild deleted file mode 100644 index ff3cc2dbbc0f..000000000000 --- a/dev-perl/Tie-Cache/Tie-Cache-0.190.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/Tie-Cache-0.190.0.ebuild,v 1.2 2012/08/05 02:04:38 johu Exp $ - -EAPI=4 - -MODULE_AUTHOR=CHAMAS -MODULE_VERSION=0.19 -inherit perl-module - -DESCRIPTION="In memory size limited LRU cache" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" -IUSE="" -- cgit v1.2.3-65-gdbad