dilfridge 14/07/26 13:02:16 Modified: ChangeLog Added: Text-ParseWords-3.270.0-r1.ebuild Removed: Text-ParseWords-3.270.0.ebuild Log: EAPI bump (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.6 perl-core/Text-ParseWords/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 24 Aug 2013 04:07:53 -0000 1.5 +++ ChangeLog 26 Jul 2014 13:02:16 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Text-ParseWords -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/ChangeLog,v 1.5 2013/08/24 04:07:53 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/ChangeLog,v 1.6 2014/07/26 13:02:16 dilfridge Exp $ + +*Text-ParseWords-3.270.0-r1 (26 Jul 2014) + + 26 Jul 2014; Andreas K. Huettel <[email protected]> + +Text-ParseWords-3.270.0-r1.ebuild, -Text-ParseWords-3.270.0.ebuild: + EAPI bump *Text-ParseWords-3.290.0 (24 Aug 2013) 1.1 perl-core/Text-ParseWords/Text-ParseWords-3.270.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.270.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.270.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Text-ParseWords-3.270.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.270.0-r1.ebuild,v 1.1 2014/07/26 13:02:16 dilfridge Exp $ EAPI=5 MODULE_AUTHOR="CHORNY" MODULE_A_EXT="zip" MODULE_VERSION=3.27 inherit perl-module DESCRIPTION="Parse strings containing shell-style quoting" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" SRC_TEST="do"
