summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-06-14 18:04:36 +0000
committerTorsten Veller <tove@gentoo.org>2012-06-14 18:04:36 +0000
commit7bb439d593f44ce17fe1d550ad7936bca5b3e82e (patch)
tree3b05e30ce7276ead2a41bea51bc9fb01221d2e2b /dev-perl/Lingua-EN-Inflect
parentppc stable (bug 404537) (diff)
downloadgentoo-2-7bb439d593f44ce17fe1d550ad7936bca5b3e82e.tar.gz
gentoo-2-7bb439d593f44ce17fe1d550ad7936bca5b3e82e.tar.bz2
gentoo-2-7bb439d593f44ce17fe1d550ad7936bca5b3e82e.zip
[bump] dev-perl/Lingua-EN-Inflect-1.894.0
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Lingua-EN-Inflect')
-rw-r--r--dev-perl/Lingua-EN-Inflect/ChangeLog8
-rw-r--r--dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.894.0.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Lingua-EN-Inflect/ChangeLog b/dev-perl/Lingua-EN-Inflect/ChangeLog
index f9acf66ecfba..776a7be805d5 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 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.37 2012/03/31 07:09:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.38 2012/06/14 18:04:36 tove Exp $
+
+*Lingua-EN-Inflect-1.894.0 (14 Jun 2012)
+
+ 14 Jun 2012; Torsten Veller <tove@gentoo.org>
+ +Lingua-EN-Inflect-1.894.0.ebuild:
+ Version bump
31 Mar 2012; Torsten Veller <tove@gentoo.org>
-Lingua-EN-Inflect-1.89.2.ebuild:
diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.894.0.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.894.0.ebuild
new file mode 100644
index 000000000000..beb6219aa5c3
--- /dev/null
+++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.894.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 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.894.0.ebuild,v 1.1 2012/06/14 18:04:36 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DCONWAY
+MODULE_VERSION=1.894
+inherit perl-module
+
+DESCRIPTION='Perl module to pluralize English words'
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ virtual/perl-Module-Build
+"
+
+SRC_TEST="do"