summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2007-07-11 13:10:09 +0000
committerAkinori Hattori <hattya@gentoo.org>2007-07-11 13:10:09 +0000
commit600641c07580e0eab3d471b357754275e3772537 (patch)
tree07aa9492b99454c72dc597313f659f479002527f /app-text
parentUpdate HOMEPAGE (and dependencies). (diff)
downloadgentoo-2-600641c07580e0eab3d471b357754275e3772537.tar.gz
gentoo-2-600641c07580e0eab3d471b357754275e3772537.tar.bz2
gentoo-2-600641c07580e0eab3d471b357754275e3772537.zip
new upstream release.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/mecab/ChangeLog8
-rw-r--r--app-text/mecab/files/digest-mecab-0.806
-rw-r--r--app-text/mecab/files/digest-mecab-0.963
-rw-r--r--app-text/mecab/mecab-0.80.ebuild39
-rw-r--r--app-text/mecab/mecab-0.96.ebuild35
5 files changed, 45 insertions, 46 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog
index 9e288dc46e1a..1df725505e88 100644
--- a/app-text/mecab/ChangeLog
+++ b/app-text/mecab/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/mecab
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.37 2007/05/06 04:56:53 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.38 2007/07/11 13:10:09 hattya Exp $
+
+*mecab-0.96 (11 Jul 2007)
+
+ 11 Jul 2007; Akinori Hattori <hattya@gentoo.org> -mecab-0.80.ebuild,
+ +mecab-0.96.ebuild:
+ new upstream release.
06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> mecab-0.93.ebuild:
ppc stable
diff --git a/app-text/mecab/files/digest-mecab-0.80 b/app-text/mecab/files/digest-mecab-0.80
deleted file mode 100644
index 7193fbad50d9..000000000000
--- a/app-text/mecab/files/digest-mecab-0.80
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 18c37ad9d02aa79e9f9ce752ee4ecea6 ipadic-2.5.1.tar.gz 4212891
-RMD160 0b63ecf4650ac067e16b7aa29d9f449454c4bbf8 ipadic-2.5.1.tar.gz 4212891
-SHA256 0bff8ca355329dfc5f9587963cc6035144582764b4478a1d1319a4d582b2ebc2 ipadic-2.5.1.tar.gz 4212891
-MD5 d7d49fbbf431ebec233342a1882798b9 mecab-0.80.tar.gz 345131
-RMD160 4c11cc5e4d94e0b0a3f3ae7725c451e580fac4ea mecab-0.80.tar.gz 345131
-SHA256 66632f96b312fa0886c9bfd55312709d50634f5c104cefe0333ace2b27f5cf7b mecab-0.80.tar.gz 345131
diff --git a/app-text/mecab/files/digest-mecab-0.96 b/app-text/mecab/files/digest-mecab-0.96
new file mode 100644
index 000000000000..3e428e52df94
--- /dev/null
+++ b/app-text/mecab/files/digest-mecab-0.96
@@ -0,0 +1,3 @@
+MD5 baf018d9eae158571613d6918392fc17 mecab-0.96.tar.gz 1387493
+RMD160 8032ff1cea3ee8201d4f32d540e45b277e8846e8 mecab-0.96.tar.gz 1387493
+SHA256 b1330d01bdcd2efa9bab59e50820a22c282c90b4aef89ee462b97d381d95d7e0 mecab-0.96.tar.gz 1387493
diff --git a/app-text/mecab/mecab-0.80.ebuild b/app-text/mecab/mecab-0.80.ebuild
deleted file mode 100644
index 173584940a09..000000000000
--- a/app-text/mecab/mecab-0.80.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.80.ebuild,v 1.9 2007/06/26 01:44:30 mr_bones_ Exp $
-
-# need one of ipadic-2.4.4/2.5.0/2.5.1
-MY_IPADIC="ipadic-2.5.1"
-
-DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer"
-HOMEPAGE="http://chasen.org/~taku/software/mecab/"
-SRC_URI="http://chasen.org/~taku/software/mecab/src/${P}.tar.gz
- http://chasen.naist.jp/stable/ipadic/${MY_IPADIC}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="unicode"
-
-DEPEND="dev-lang/perl"
-RDEPEND=""
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}/dic
- unpack ${MY_IPADIC}.tar.gz
-}
-
-src_compile() {
- local myconf
-
- use unicode && myconf="${myconf} --with-charset=utf8"
-
- econf ${myconf} || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README
-}
diff --git a/app-text/mecab/mecab-0.96.ebuild b/app-text/mecab/mecab-0.96.ebuild
new file mode 100644
index 000000000000..6a29d5831999
--- /dev/null
+++ b/app-text/mecab/mecab-0.96.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.96.ebuild,v 1.1 2007/07/11 13:10:09 hattya Exp $
+
+IUSE="unicode"
+
+DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer"
+HOMEPAGE="http://mecab.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+
+DEPEND="dev-lang/perl"
+PDEPEND=">=app-dicts/mecab-ipadic-2.7.0.20070610"
+
+src_compile() {
+
+ local myconf
+
+ use unicode && myconf="${myconf} --with-charset=utf8"
+
+ econf ${myconf} || die
+ emake || die
+
+}
+
+src_install() {
+
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS README || die
+ dohtml -r doc || die
+
+}