zlogene 14/06/27 17:16:01 Modified: String-Escape-2010.002.ebuild ChangeLog Log: QA fixes: MODULE_VERSION; EAPI=5 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.2 dev-perl/String-Escape/String-Escape-2010.002.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Escape/String-Escape-2010.002.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Escape/String-Escape-2010.002.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Escape/String-Escape-2010.002.ebuild?r1=1.1&r2=1.2 Index: String-Escape-2010.002.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/String-Escape/String-Escape-2010.002.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- String-Escape-2010.002.ebuild 6 Sep 2013 03:51:01 -0000 1.1 +++ String-Escape-2010.002.ebuild 27 Jun 2014 17:16:01 -0000 1.2 @@ -1,8 +1,11 @@ -# 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/String-Escape/String-Escape-2010.002.ebuild,v 1.1 2013/09/06 03:51:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Escape/String-Escape-2010.002.ebuild,v 1.2 2014/06/27 17:16:01 zlogene Exp $ + +EAPI=5 MODULE_AUTHOR=EVO +MODULE_VERSION=2010.002 inherit perl-module DESCRIPTION="Backslash escapes, quoted phrase, word elision, etc." @@ -10,6 +13,3 @@ SLOT="0" KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND="" 1.2 dev-perl/String-Escape/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Escape/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Escape/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Escape/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/String-Escape/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Sep 2013 03:51:01 -0000 1.1 +++ ChangeLog 27 Jun 2014 17:16:01 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/String-Escape -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Escape/ChangeLog,v 1.1 2013/09/06 03:51:01 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Escape/ChangeLog,v 1.2 2014/06/27 17:16:01 zlogene Exp $ + + 27 Jun 2014; Mikle Kolyada <[email protected]> String-Escape-2010.002.ebuild: + QA fixes: MODULE_VERSION; EAPI=5 *String-Escape-2010.002 (06 Sep 2013)
