monsieurp 15/03/17 09:24:03 Modified: ChangeLog Added: Text-CSV-1.330.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
Revision Changes Path 1.59 dev-perl/Text-CSV/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 17 Oct 2014 18:06:59 -0000 1.58 +++ ChangeLog 17 Mar 2015 09:24:03 -0000 1.59 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-CSV -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.58 2014/10/17 18:06:59 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.59 2015/03/17 09:24:03 monsieurp Exp $ + +*Text-CSV-1.330.0 (17 Mar 2015) + + 17 Mar 2015; Patrice Clement <[email protected]> +Text-CSV-1.330.0.ebuild: + Version bump. 17 Oct 2014; Mikle Kolyada <[email protected]> -Text-CSV-1.210.0.ebuild: Drop old. 1.1 dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild?rev=1.1&content-type=text/plain Index: Text-CSV-1.330.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/Text-CSV/Text-CSV-1.330.0.ebuild,v 1.1 2015/03/17 09:24:03 monsieurp Exp $ EAPI=5 MODULE_AUTHOR=MAKAMAKA MODULE_VERSION=1.33 inherit perl-module DESCRIPTION="Manipulate comma-separated value strings" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND="" DEPEND="test? ( dev-perl/Test-Pod )" SRC_TEST=do
