diff options
author | Torsten Veller <tove@gentoo.org> | 2011-05-22 06:22:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-05-22 06:22:55 +0000 |
commit | 4162257d04b2cf3377850e527524a4eb4b29154a (patch) | |
tree | 19b025751609493b6c91c4b25aa1d1e28d0573c6 /perl-core/Encode/Encode-2.430.0.ebuild | |
parent | Also install for ree18. (diff) | |
download | gentoo-2-4162257d04b2cf3377850e527524a4eb4b29154a.tar.gz gentoo-2-4162257d04b2cf3377850e527524a4eb4b29154a.tar.bz2 gentoo-2-4162257d04b2cf3377850e527524a4eb4b29154a.zip |
[bump] perl-core/Encode-2.430.0
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Encode/Encode-2.430.0.ebuild')
-rw-r--r-- | perl-core/Encode/Encode-2.430.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-core/Encode/Encode-2.430.0.ebuild b/perl-core/Encode/Encode-2.430.0.ebuild new file mode 100644 index 000000000000..6474a6c8b239 --- /dev/null +++ b/perl-core/Encode/Encode-2.430.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/Encode-2.430.0.ebuild,v 1.1 2011/05/22 06:22:55 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANKOGAI +MODULE_VERSION=2.43 +inherit perl-module + +DESCRIPTION="character encodings" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND="!!<dev-lang/perl-5.8.8-r8" + +SRC_TEST=do +PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff ) |