dilfridge 15/04/06 19:49:03 Modified: ChangeLog Added: Lingua-EN-NameCase-1.190.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.6 dev-perl/Lingua-EN-NameCase/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 26 Aug 2014 15:20:26 -0000 1.5 +++ ChangeLog 6 Apr 2015 19:49:03 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Lingua-EN-NameCase -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v 1.5 2014/08/26 15:20:26 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v 1.6 2015/04/06 19:49:03 dilfridge Exp $ + +*Lingua-EN-NameCase-1.190.0 (06 Apr 2015) + + 06 Apr 2015; Andreas K. Huettel <[email protected]> + +Lingua-EN-NameCase-1.190.0.ebuild: + Version bump *Lingua-EN-NameCase-1.150.0-r1 (26 Aug 2014) 1.1 dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild?rev=1.1&content-type=text/plain Index: Lingua-EN-NameCase-1.190.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/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild,v 1.1 2015/04/06 19:49:03 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=BARBIE MODULE_VERSION=1.19 inherit perl-module DESCRIPTION="Correctly case a person's name from UPERCASE or lowcase" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" virtual/perl-Carp virtual/perl-Exporter " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-IO >=virtual/perl-Test-Simple-0.700.0 ) " SRC_TEST=do
