diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:42:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:42:42 +0000 |
commit | 2f0108ce0500e55cc4b92f3608aae96e9aa34106 (patch) | |
tree | d9a1f01aad9afe4bdca08c6c11afe17998c7661e /dev-perl/Lingua-EN-NameCase | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | gentoo-2-2f0108ce0500e55cc4b92f3608aae96e9aa34106.tar.gz gentoo-2-2f0108ce0500e55cc4b92f3608aae96e9aa34106.tar.bz2 gentoo-2-2f0108ce0500e55cc4b92f3608aae96e9aa34106.zip |
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Lingua-EN-NameCase')
-rw-r--r-- | dev-perl/Lingua-EN-NameCase/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.15.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-NameCase/metadata.xml | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Lingua-EN-NameCase/ChangeLog b/dev-perl/Lingua-EN-NameCase/ChangeLog new file mode 100644 index 000000000000..072e321afedf --- /dev/null +++ b/dev-perl/Lingua-EN-NameCase/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Lingua-EN-NameCase +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v 1.1 2009/06/23 07:42:42 robbat2 Exp $ + +*Lingua-EN-NameCase-1.15 (23 Jun 2009) + + 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + +Lingua-EN-NameCase-1.15.ebuild, +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.15.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.15.ebuild new file mode 100644 index 000000000000..eb6ee365e313 --- /dev/null +++ b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.15.ebuild @@ -0,0 +1,17 @@ +# 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-NameCase/Lingua-EN-NameCase-1.15.ebuild,v 1.1 2009/06/23 07:42:42 robbat2 Exp $ + +EAPI=2 +MODULE_AUTHOR="SUMMER" + +inherit perl-module + +DESCRIPTION="Convert NAMES and names to Correct Case" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + diff --git a/dev-perl/Lingua-EN-NameCase/metadata.xml b/dev-perl/Lingua-EN-NameCase/metadata.xml new file mode 100644 index 000000000000..056ad389507d --- /dev/null +++ b/dev-perl/Lingua-EN-NameCase/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + </maintainer> +</pkgmetadata> |