mrueg 15/05/16 16:22:50 Modified: ChangeLog Added: autovivification-0.150.0.ebuild Removed: autovivification-0.130.0.ebuild Log: Version bump. Remove old. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.6 dev-perl/autovivification/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Nov 2014 15:08:56 -0000 1.5 +++ ChangeLog 16 May 2015 16:22:50 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/autovivification -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.5 2014/11/05 15:08:56 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.6 2015/05/16 16:22:50 mrueg Exp $ + +*autovivification-0.150.0 (16 May 2015) + + 16 May 2015; Manuel RĂ¼ger <[email protected]> +autovivification-0.150.0.ebuild, + -autovivification-0.130.0.ebuild: + Version bump. Remove old. *autovivification-0.140.0 (05 Nov 2014) 1.1 dev-perl/autovivification/autovivification-0.150.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/autovivification-0.150.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/autovivification-0.150.0.ebuild?rev=1.1&content-type=text/plain Index: autovivification-0.150.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/autovivification/autovivification-0.150.0.ebuild,v 1.1 2015/05/16 16:22:50 mrueg Exp $ EAPI=5 MODULE_AUTHOR=VPIT MODULE_VERSION=0.12 inherit perl-module DESCRIPTION="Lexically disable autovivification" LICENSE=" || ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="virtual/perl-XSLoader" DEPEND="${RDEPEND} virtual/perl-Exporter virtual/perl-ExtUtils-MakeMaker virtual/perl-Test-Simple" SRC_TEST="do"
