summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-06 19:49:03 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-06 19:49:03 +0000
commit90940985884599aecb1ff64c2de4c34c246e56b4 (patch)
tree95de51712c65d10a6deb987cbc5bdf6b2762e8c5
parentVersion bump (diff)
downloadgentoo-2-90940985884599aecb1ff64c2de4c34c246e56b4.tar.gz
gentoo-2-90940985884599aecb1ff64c2de4c34c246e56b4.tar.bz2
gentoo-2-90940985884599aecb1ff64c2de4c34c246e56b4.zip
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
-rw-r--r--dev-perl/Lingua-EN-NameCase/ChangeLog10
-rw-r--r--dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild29
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-perl/Lingua-EN-NameCase/ChangeLog b/dev-perl/Lingua-EN-NameCase/ChangeLog
index 265ae2e974d4..9ff1fde49d9f 100644
--- a/dev-perl/Lingua-EN-NameCase/ChangeLog
+++ b/dev-perl/Lingua-EN-NameCase/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Lingua-EN-NameCase
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v 1.5 2014/08/26 15:20:26 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v 1.6 2015/04/06 19:49:03 dilfridge Exp $
+
+*Lingua-EN-NameCase-1.190.0 (06 Apr 2015)
+
+ 06 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +Lingua-EN-NameCase-1.190.0.ebuild:
+ Version bump
*Lingua-EN-NameCase-1.150.0-r1 (26 Aug 2014)
diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild
new file mode 100644
index 000000000000..bdcd91025cd4
--- /dev/null
+++ b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 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.190.0.ebuild,v 1.1 2015/04/06 19:49:03 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=1.19
+inherit perl-module
+
+DESCRIPTION="Correctly case a person's name from UPERCASE or lowcase"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-IO
+ >=virtual/perl-Test-Simple-0.700.0
+ )
+"
+
+SRC_TEST=do