From 71ec292d09b6617eb19ef7bbfc03f9d84923ba2d Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Sat, 23 Aug 2014 21:34: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) --- .../Apache-Session-1.900.0-r1.ebuild | 26 ++++++++++++++++++++++ .../Apache-Session/Apache-Session-1.900.0.ebuild | 26 ---------------------- dev-perl/Apache-Session/ChangeLog | 9 +++++++- 3 files changed, 34 insertions(+), 27 deletions(-) create mode 100644 dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild delete mode 100644 dev-perl/Apache-Session/Apache-Session-1.900.0.ebuild (limited to 'dev-perl/Apache-Session') diff --git a/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild b/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild new file mode 100644 index 000000000000..95479d460a10 --- /dev/null +++ b/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild,v 1.1 2014/08/23 21:34:53 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=CHORNY +MODULE_VERSION=1.90 +inherit perl-module + +DESCRIPTION="Perl module for Apache::Session" + +SLOT="0" +KEYWORDS="alpha amd64 ppc x86" +IUSE="" + +RDEPEND=" + virtual/perl-Digest-MD5 + virtual/perl-Storable" +DEPEND="${RDEPEND} + virtual/perl-Module-Build +" +# test? ( +# dev-perl/Test-Deep +# dev-perl/Test-Exception +# ) diff --git a/dev-perl/Apache-Session/Apache-Session-1.900.0.ebuild b/dev-perl/Apache-Session/Apache-Session-1.900.0.ebuild deleted file mode 100644 index b288dfdd401a..000000000000 --- a/dev-perl/Apache-Session/Apache-Session-1.900.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.900.0.ebuild,v 1.5 2014/01/26 15:04:58 zlogene Exp $ - -EAPI=4 - -MODULE_AUTHOR=CHORNY -MODULE_VERSION=1.90 -inherit perl-module - -DESCRIPTION="Perl module for Apache::Session" - -SLOT="0" -KEYWORDS="alpha amd64 ppc x86" -IUSE="" - -RDEPEND=" - virtual/perl-Digest-MD5 - virtual/perl-Storable" -DEPEND="${RDEPEND} - virtual/perl-Module-Build -" -# test? ( -# dev-perl/Test-Deep -# dev-perl/Test-Exception -# ) diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog index 8cb446e861e8..f18128899113 100644 --- a/dev-perl/Apache-Session/ChangeLog +++ b/dev-perl/Apache-Session/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Apache-Session # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.73 2014/01/26 15:04:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.74 2014/08/23 21:34:53 axs Exp $ + +*Apache-Session-1.900.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) + +Apache-Session-1.900.0-r1.ebuild, -Apache-Session-1.900.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 26 Jan 2014; Mikle Kolyada -Apache-Session-1.890.0.ebuild, Apache-Session-1.900.0.ebuild: -- cgit v1.2.3-65-gdbad