diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Lingua-EN-NameParse | |
download | gentoo-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-NameParse')
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.310.0-r1.ebuild b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.310.0-r1.ebuild new file mode 100644 index 000000000000..87f711d2dc7f --- /dev/null +++ b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.310.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=KIMRYAN +MODULE_VERSION=1.31 +inherit perl-module + +DESCRIPTION="Manipulate persons name" + +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="test" + +RDEPEND="dev-perl/Parse-RecDescent" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" diff --git a/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.330.0.ebuild b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.330.0.ebuild new file mode 100644 index 000000000000..1cf1760f7ac2 --- /dev/null +++ b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.330.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=KIMRYAN +MODULE_VERSION=1.33 +inherit perl-module + +DESCRIPTION="routines for manipulating a person's name" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Parse-RecDescent-1 +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + test? ( + >=virtual/perl-Test-Simple-0.940.0 + >=dev-perl/Test-Pod-1.40.0 + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Lingua-EN-NameParse/Manifest b/dev-perl/Lingua-EN-NameParse/Manifest new file mode 100644 index 000000000000..6b5b81b92a4a --- /dev/null +++ b/dev-perl/Lingua-EN-NameParse/Manifest @@ -0,0 +1,2 @@ +DIST Lingua-EN-NameParse-1.31.tar.gz 27615 SHA256 874e589130baae7e0f83345887f9af64a71b58cd35cc7cbb4adae5d96c9ccd85 SHA512 621656784554bace6dcda030801fe49dd0f6d7157190b07cbb06f1899c4307b3f8edbd603a075943f75650fc7d6687a243ffb8e3ffa497185c314ea4d921add4 WHIRLPOOL 408c538e4931b1f88cb2c133df123d0995417cb25a1cc5a802c75556ab5ad608039da9351557a9fab5b7afc79f9dedcefcedc3c8a634847bfaf6d2a1f652815c +DIST Lingua-EN-NameParse-1.33.tar.gz 27215 SHA256 d7754295f6f878812f7489ec74aa1af743ab15cee8f22cb014cfa990828a6ae6 SHA512 fa6fdc17053eb42d12ef9bb25a26434fb0becf2a3ae8bdc44887e0f2ab4873470520fece17637d1c34540a1b6a52f9cc0fd657692e87ed71bdfcdf5232eb9739 WHIRLPOOL 689f8115bef442cc24af1681870acb6b692cc17d8c142c8da5c7e3b422db5f0969951a9ad8a72d46a38eec88b4cac6f77c4741748e3e98374f453b5831894ab7 diff --git a/dev-perl/Lingua-EN-NameParse/metadata.xml b/dev-perl/Lingua-EN-NameParse/metadata.xml new file mode 100644 index 000000000000..ebdbbf806355 --- /dev/null +++ b/dev-perl/Lingua-EN-NameParse/metadata.xml @@ -0,0 +1,10 @@ +<?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-NameParse</remote-id> + <remote-id type="cpan-module">Lingua::EN::NameParse</remote-id> + <remote-id type="cpan-module">Lingua::EN::NameParse::Grammar</remote-id> + </upstream> +</pkgmetadata> |