diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 11:38:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 11:38:37 +0000 |
commit | bd540ae43d173d0170dcee8fd73aec3468c46e9c (patch) | |
tree | 7dd9a46e4a66c4102ff0242b51badb2633d4e42d /dev-perl/Jcode/Jcode-2.70.0.ebuild | |
parent | Remove mask for Claws Mail 3.7.10, all packages bumped (diff) | |
download | historical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.tar.gz historical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.tar.bz2 historical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Jcode/Jcode-2.70.0.ebuild')
-rw-r--r-- | dev-perl/Jcode/Jcode-2.70.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Jcode/Jcode-2.70.0.ebuild b/dev-perl/Jcode/Jcode-2.70.0.ebuild new file mode 100644 index 000000000000..03c6a6aae6c1 --- /dev/null +++ b/dev-perl/Jcode/Jcode-2.70.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/dev-perl/Jcode/Jcode-2.70.0.ebuild,v 1.1 2011/08/30 11:34:17 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANKOGAI +MODULE_VERSION=2.07 +inherit perl-module + +DESCRIPTION="Japanese transcoding module for Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-MIME-Base64-2.1" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |