summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-10 11:05:49 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-10 11:05:49 +0000
commit8e70b23fa0fa34c56d6efe584b180ba29ac7c626 (patch)
tree12c14dee505794b3a1997b83e4d6e508993fc957 /dev-perl/Lingua-EN-Inflect
parentVersion bump via perl-bump experimental tool. (diff)
downloadhistorical-8e70b23fa0fa34c56d6efe584b180ba29ac7c626.tar.gz
historical-8e70b23fa0fa34c56d6efe584b180ba29ac7c626.tar.bz2
historical-8e70b23fa0fa34c56d6efe584b180ba29ac7c626.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Lingua-EN-Inflect')
-rw-r--r--dev-perl/Lingua-EN-Inflect/ChangeLog10
-rw-r--r--dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.1.ebuild20
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"