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
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')
-rw-r--r--dev-perl/Text-ChaSen/ChangeLog11
-rw-r--r--dev-perl/Text-ChaSen/Manifest3
-rw-r--r--dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild24
-rw-r--r--dev-perl/Text-ChaSen/files/digest-Text-ChaSen-1.032
4 files changed, 39 insertions, 1 deletions
diff --git a/dev-perl/Text-ChaSen/ChangeLog b/dev-perl/Text-ChaSen/ChangeLog
new file mode 100644
index 000000000000..64049e4fe84d
--- /dev/null
+++ b/dev-perl/Text-ChaSen/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/Text-ChaSen
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.1 2003/06/20 16:43:13 yakina Exp $
+
+*Text-ChaSen-1.03 (21 Jun 2003)
+
+ 21 Jun 2003; YAMAKURA Makoto <yakina@gentoo.org> Text-ChaSen-1.03.ebuild,
+ Manifest,ChangeLog,files/digest-Text-ChaSen-1.03:
+
+ Initial import. Ebuild submitted by naoto @ GentooJP
+
diff --git a/dev-perl/Text-ChaSen/Manifest b/dev-perl/Text-ChaSen/Manifest
index b6171e489bda..055d6f01dcde 100644
--- a/dev-perl/Text-ChaSen/Manifest
+++ b/dev-perl/Text-ChaSen/Manifest
@@ -1,2 +1,3 @@
-MD5 38314a91f6cc4fb4e28272abb5b04c08 Text-ChaSen-1.03.ebuild 703
+MD5 de50bcc457bbbaecb0f4ac2ce3d4dd06 Text-ChaSen-1.03.ebuild 673
+MD5 0338ba0219510574eb9f330ecd82fb44 ChangeLog 440
MD5 74fcef12ba542f4ac99686511df858a1 files/digest-Text-ChaSen-1.03 135
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
+}
diff --git a/dev-perl/Text-ChaSen/files/digest-Text-ChaSen-1.03 b/dev-perl/Text-ChaSen/files/digest-Text-ChaSen-1.03
new file mode 100644
index 000000000000..8a1788afc433
--- /dev/null
+++ b/dev-perl/Text-ChaSen/files/digest-Text-ChaSen-1.03
@@ -0,0 +1,2 @@
+MD5 1f5f8b1c79b815c1bc7d171971f1f4a4 Text-ChaSen-1.03.tar.gz 4836
+MD5 4d86509b769695a01a54fda5df774152 ChaSen.pm-1.03-pod-fix.diff 239