summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild')
-rw-r--r--dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild
new file mode 100644
index 000000000000..40ab34b5ede8
--- /dev/null
+++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.1 2003/06/20 16:46:03 yakina Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="This module provides libkakasi interface for Perl."
+SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/dist/Text-Kakasi/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND=">=app-text/kakasi-2.3.4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ patch -p1 < ${FILEDIR}/Text-Kakasi-1.05-gentoo.diff
+}