summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamakura Makoto <yakina@gentoo.org>2003-06-20 16:46:48 +0000
committerYamakura Makoto <yakina@gentoo.org>2003-06-20 16:46:48 +0000
commitccafa1a2ae5f4165430a24479839919934a020f0 (patch)
tree32d87e60e76f8a853bb43a2233ca3589c911bb83 /dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild
parentInitial import (diff)
downloadgentoo-2-ccafa1a2ae5f4165430a24479839919934a020f0.tar.gz
gentoo-2-ccafa1a2ae5f4165430a24479839919934a020f0.tar.bz2
gentoo-2-ccafa1a2ae5f4165430a24479839919934a020f0.zip
Initial import
Diffstat (limited to 'dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild')
-rw-r--r--dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild
new file mode 100644
index 000000000000..185c15084eb2
--- /dev/null
+++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2002-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.1 2003/06/20 16:43:13 yakina Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Chasen library module for Perl."
+SRC_URI="http://www.daionet.gr.jp/~knok/chasen/${P}.tar.gz
+ http://www.daionet.gr.jp/~knok/chasen/ChaSen.pm-1.03-pod-fix.diff"
+HOMEPAGE="http://www.daionet.gr.jp/~knok/chasen/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND=">=app-text/chasen-2.2.9"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ patch -p0 < ${DISTDIR}/ChaSen.pm-1.03-pod-fix.diff
+}