diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-16 06:25:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-16 06:25:34 +0000 |
commit | 6f6e725b40be3887ff381444ecf9cb73c4108b6b (patch) | |
tree | 5611a6f3f068e9b4728fb8a7aa677916af84ea57 /dev-perl | |
parent | version bump (diff) | |
download | gentoo-2-6f6e725b40be3887ff381444ecf9cb73c4108b6b.tar.gz gentoo-2-6f6e725b40be3887ff381444ecf9cb73c4108b6b.tar.bz2 gentoo-2-6f6e725b40be3887ff381444ecf9cb73c4108b6b.zip |
Version bump
(Portage version: 2.2_rc67_p226/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Lingua-EN-NameParse/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Lingua-EN-NameParse/ChangeLog b/dev-perl/Lingua-EN-NameParse/ChangeLog index 09decc0ff2fb..6a3f6db13e91 100644 --- a/dev-perl/Lingua-EN-NameParse/ChangeLog +++ b/dev-perl/Lingua-EN-NameParse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Lingua-EN-NameParse -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v 1.20 2009/05/01 22:35:40 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v 1.21 2010/07/16 06:25:34 tove Exp $ + +*Lingua-EN-NameParse-1.27 (16 Jul 2010) + + 16 Jul 2010; Torsten Veller <tove@gentoo.org> + +Lingua-EN-NameParse-1.27.ebuild: + Version bump 01 May 2009; Torsten Veller <tove@gentoo.org> -Lingua-EN-NameParse-1.22.ebuild: diff --git a/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild new file mode 100644 index 000000000000..9f3a1e988aec --- /dev/null +++ b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild,v 1.1 2010/07/16 06:25:34 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=KIMRYAN +inherit perl-module + +DESCRIPTION="Manipulate persons name" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-perl/Parse-RecDescent" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |