diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:55:40 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:55:40 +0000 |
commit | 3933c1e8a865c22b8baf4fa2fc5ff0124be93ba7 (patch) | |
tree | 02d181c8d7f10aef10e0ecbb1d2e65ea46d23fcc /dev-perl/Lingua-EN-Inflect | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-3933c1e8a865c22b8baf4fa2fc5ff0124be93ba7.tar.gz gentoo-2-3933c1e8a865c22b8baf4fa2fc5ff0124be93ba7.tar.bz2 gentoo-2-3933c1e8a865c22b8baf4fa2fc5ff0124be93ba7.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Lingua-EN-Inflect')
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.1.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Lingua-EN-Inflect/ChangeLog b/dev-perl/Lingua-EN-Inflect/ChangeLog index 1da7e7597425..a058c85dc659 100644 --- a/dev-perl/Lingua-EN-Inflect/ChangeLog +++ b/dev-perl/Lingua-EN-Inflect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Lingua-EN-Inflect -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.18 2007/01/16 01:12:47 mcummings Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.19 2009/11/10 10:55:40 robbat2 Exp $ + +*Lingua-EN-Inflect-1.89.1 (10 Nov 2009) + + 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +Lingua-EN-Inflect-1.89.1.ebuild: + Version bump via perl-bump experimental tool. 16 Jan 2007; Michael Cummings <mcummings@gentoo.org> -Lingua-EN-Inflect-1.88.ebuild, Lingua-EN-Inflect-1.89.ebuild: diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.1.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.1.ebuild new file mode 100644 index 000000000000..011d1ec2ba51 --- /dev/null +++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.1.ebuild,v 1.1 2009/11/10 10:55:40 robbat2 Exp $ + +MODULE_AUTHOR="DCONWAY" +# not done with versionator because it needs to be defined before perl-module is +# inherited. +MY_P="${PN}-1.891" +S="${WORKDIR}/${MY_P}" +inherit perl-module + +DESCRIPTION="Perl module for Lingua::EN::Inflect" +SRC_TEST="do" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" |