commit: f25bf01954dd55aa94d34e86fd91927147c64794
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 5 07:40:59 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 5 07:47:34 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f25bf019
[bump] perl-core/Unicode-Collate to 1.40.0 ( 5.20s version for older perls )
Package-Manager: portage-2.2.10
---
.../Unicode-Collate/Unicode-Collate-1.40.0.ebuild | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/perl-core/Unicode-Collate/Unicode-Collate-1.40.0.ebuild
b/perl-core/Unicode-Collate/Unicode-Collate-1.40.0.ebuild
new file mode 100644
index 0000000..b9880e9
--- /dev/null
+++ b/perl-core/Unicode-Collate/Unicode-Collate-1.40.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SADAHIRO
+MODULE_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION='Unicode Collation Algorithm'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# DynaLoader -> perl
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-constant
+ virtual/perl-File-Spec
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ ${RDEPEND}
+"
+SRC_TEST="do parallel"