axs 14/08/23 21:34:53 Modified: ChangeLog Added: Apache-Session-1.900.0-r1.ebuild Removed: Apache-Session-1.900.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.74 dev-perl/Apache-Session/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Session/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Session/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Session/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 26 Jan 2014 15:04:58 -0000 1.73 +++ ChangeLog 23 Aug 2014 21:34:53 -0000 1.74 @@ -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_) <[email protected]> + +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 <[email protected]> -Apache-Session-1.890.0.ebuild, Apache-Session-1.900.0.ebuild: 1.1 dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Apache-Session-1.900.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/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 # )
