summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-13 14:59:50 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-13 14:59:50 +0000
commite6b6d7469752701a6b15bd5de6bc12242d8c4585 (patch)
tree7d7eec9ef85199961664ebd86e20f61a12744d06 /dev-perl/Jcode/Jcode-2.03.ebuild
parentVersion bump upstream (diff)
downloadgentoo-2-e6b6d7469752701a6b15bd5de6bc12242d8c4585.tar.gz
gentoo-2-e6b6d7469752701a6b15bd5de6bc12242d8c4585.tar.bz2
gentoo-2-e6b6d7469752701a6b15bd5de6bc12242d8c4585.zip
Version bump
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/Jcode/Jcode-2.03.ebuild')
-rw-r--r--dev-perl/Jcode/Jcode-2.03.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Jcode/Jcode-2.03.ebuild b/dev-perl/Jcode/Jcode-2.03.ebuild
new file mode 100644
index 000000000000..420fdeb7a993
--- /dev/null
+++ b/dev-perl/Jcode/Jcode-2.03.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Jcode/Jcode-2.03.ebuild,v 1.1 2006/01/13 14:55:08 mcummings Exp $
+
+inherit perl-module
+
+MY_P=Jcode-${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Japanese transcoding module for Perl"
+SRC_URI="mirror://cpan/authors/id/D/DA/DANKOGAI/${MY_P}.tar.gz"
+HOMEPAGE="http://cpan.org/modules/by-authors/id/D/DA/DANKOGAI/${MY_P}.readme"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=perl-core/MIME-Base64-2.1"