zlogene 14/08/05 11:34:46 Modified: autovivification-0.120.0.ebuild ChangeLog Log: Fix DESCRIPTION (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.3 dev-perl/autovivification/autovivification-0.120.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/autovivification-0.120.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/autovivification-0.120.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/autovivification-0.120.0.ebuild?r1=1.2&r2=1.3 Index: autovivification-0.120.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/autovivification/autovivification-0.120.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- autovivification-0.120.0.ebuild 5 Nov 2013 09:17:02 -0000 1.2 +++ autovivification-0.120.0.ebuild 5 Aug 2014 11:34:45 -0000 1.3 @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/autovivification-0.120.0.ebuild,v 1.2 2013/11/05 09:17:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/autovivification-0.120.0.ebuild,v 1.3 2014/08/05 11:34:45 zlogene Exp $ EAPI=5 MODULE_AUTHOR=VPIT MODULE_VERSION=0.12 inherit perl-module -DESCRIPTION='Lexically disable autovivification.' +DESCRIPTION="Lexically disable autovivification" LICENSE=" || ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" 1.3 dev-perl/autovivification/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/autovivification/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 5 Nov 2013 09:17:02 -0000 1.2 +++ ChangeLog 5 Aug 2014 11:34:45 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/autovivification -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.2 2013/11/05 09:17:02 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.3 2014/08/05 11:34:45 zlogene Exp $ + + 05 Aug 2014; Mikle Kolyada <[email protected]> + autovivification-0.120.0.ebuild: + Fix DESCRIPTION 05 Nov 2013; Patrick Lauer <[email protected]> autovivification-0.120.0.ebuild:
