commit: 17bd23e661d9fdf09fe43f3bcb1bad61eb10b209 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sun Oct 5 07:54:52 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sun Oct 5 07:54:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=17bd23e6
[bump] perl-core/Unicode-Normalize to 1.170.0 ( perl 5.20s version for <=5.18 ) Package-Manager: portage-2.2.10 --- .../Unicode-Normalize-1.170.0.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild new file mode 100644 index 0000000..562d3bf --- /dev/null +++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild @@ -0,0 +1,27 @@ +# 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.17 +inherit perl-module + +DESCRIPTION='Unicode Normalization Forms' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +# DynaLoader -> perl +# File::Copy -> perl +# bytes -> perl +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-File-Spec + virtual/perl-constant +" +DEPEND=" + virtual/perl-ExtUtils-MakeMaker + $RDEPEND +" +SRC_TEST="do parallel"
