summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Lingua-EN-Inflect
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Lingua-EN-Inflect')
-rw-r--r--dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.895.0-r1.ebuild21
-rw-r--r--dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.899.0.ebuild23
-rw-r--r--dev-perl/Lingua-EN-Inflect/Manifest2
-rw-r--r--dev-perl/Lingua-EN-Inflect/metadata.xml9
4 files changed, 55 insertions, 0 deletions
diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.895.0-r1.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.895.0-r1.ebuild
new file mode 100644
index 000000000000..023c3d66e20f
--- /dev/null
+++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.895.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=DCONWAY
+MODULE_VERSION=1.895
+inherit perl-module
+
+DESCRIPTION='Perl module to pluralize English words'
+
+SLOT="0"
+KEYWORDS="amd64 ppc ppc64 x86"
+IUSE=""
+
+DEPEND="
+ dev-perl/Module-Build
+"
+
+SRC_TEST="do"
diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.899.0.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.899.0.ebuild
new file mode 100644
index 000000000000..d39798ad05c1
--- /dev/null
+++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.899.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=DCONWAY
+MODULE_VERSION=1.899
+inherit perl-module
+
+DESCRIPTION='Perl module to pluralize English words'
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST="do parallel"
+PREFER_BUILDPL=no
diff --git a/dev-perl/Lingua-EN-Inflect/Manifest b/dev-perl/Lingua-EN-Inflect/Manifest
new file mode 100644
index 000000000000..8925e4b18ccc
--- /dev/null
+++ b/dev-perl/Lingua-EN-Inflect/Manifest
@@ -0,0 +1,2 @@
+DIST Lingua-EN-Inflect-1.895.tar.gz 48608 SHA256 9e71885dfd23e2db5bb58d1339e01227a106bf044f1a0b807b5dce26547a3f37 SHA512 f077d638840e700ebddce37952f89a002a2b67610eb86475a4e86b9f64cf89fac4b8e68c75c6739ac4fcfb4b6d5cc12491b2bf892ad08000f7bc38c509461eaf WHIRLPOOL b7cb2917631f7e49140332e712e527aa41a3570500beafecb10411eaab42536c063291e32b64d9409d5c3bee86fa1bd0859021d4b0e95825b134d77dde6d4749
+DIST Lingua-EN-Inflect-1.899.tar.gz 59555 SHA256 1599a93020a2fdc0de8db14eea721df8fd772f78dedaf81081081fc93aa6a257 SHA512 5ac836f20992c68ff3edcab5c1431bd967c39295b7b950ed147157c724985b941f4c3229daf1f729219982dfe3eb3b065ca6fa0b54ecd2922ce60d887babd19c WHIRLPOOL 02a94d5eb9f98511a2603eafad66bd0d5432f9feb17bcbb7314e7a1edbed6aa57bc2867fd1b169ac5da8c7598d57b6382446d41aeaa786e4cbeaf2f29d78d826
diff --git a/dev-perl/Lingua-EN-Inflect/metadata.xml b/dev-perl/Lingua-EN-Inflect/metadata.xml
new file mode 100644
index 000000000000..194460dbe836
--- /dev/null
+++ b/dev-perl/Lingua-EN-Inflect/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Lingua-EN-Inflect</remote-id>
+ <remote-id type="cpan-module">Lingua::EN::Inflect</remote-id>
+ </upstream>
+</pkgmetadata>