summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-05-30 01:54:06 +1200
committerKent Fredric <kentnl@gentoo.org>2017-05-30 01:54:06 +1200
commit3bab21ac77eaefd1e613620b2134336c8c06074c (patch)
tree3c5a0ac1d06acb133abec7ac7682b7ffd14bfad1 /dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.902.0.ebuild
parentdev-perl/LaTeX-Encode: Bump to version 0.92.0 (diff)
downloadgentoo-3bab21ac77eaefd1e613620b2134336c8c06074c.tar.gz
gentoo-3bab21ac77eaefd1e613620b2134336c8c06074c.tar.bz2
gentoo-3bab21ac77eaefd1e613620b2134336c8c06074c.zip
dev-perl/Lingua-EN-Inflect: Bump to version 1.902.0
Upstream: - Documentation fixes Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.902.0.ebuild')
-rw-r--r--dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.902.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.902.0.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.902.0.ebuild
new file mode 100644
index 000000000000..17b3e1ff5db0
--- /dev/null
+++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.902.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DCONWAY
+DIST_VERSION=1.902
+DIST_EXAMPLES=("demo/*")
+inherit perl-module
+
+DESCRIPTION="Perl module to pluralize English words"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"