diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-09-03 04:15:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-09-03 04:15:19 +0000 |
commit | eef65676b6a42faf19daebe36794add29e06fe94 (patch) | |
tree | 15e57f6ac1d60bc6a9adc33842eb139e260ca1f5 /dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild | |
parent | Bump (diff) | |
download | gentoo-2-eef65676b6a42faf19daebe36794add29e06fe94.tar.gz gentoo-2-eef65676b6a42faf19daebe36794add29e06fe94.tar.bz2 gentoo-2-eef65676b6a42faf19daebe36794add29e06fe94.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild')
-rw-r--r-- | dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild new file mode 100644 index 000000000000..301ea655bd7f --- /dev/null +++ b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild,v 1.1 2013/09/03 04:15:19 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=CHANSEN +MODULE_VERSION=0.59 +inherit perl-module + +DESCRIPTION="Encoding and decoding of UTF-8 encoding form" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( + >=virtual/perl-Encode-1.980.100 + >=dev-perl/Test-Fatal-0.6.0 + >=virtual/perl-Test-Simple-0.470.0 + + dev-perl/Test-Pod + dev-perl/Taint-Runtime + dev-perl/Variable-Magic + dev-perl/Test-LeakTrace + ) +" + +SRC_TEST=do |