summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-09-30 14:41:17 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-09-30 14:41:17 +0000
commite1ef008dd3c1d763f2ed72f5537b872e63b22f6e (patch)
treeb28dfba84c1f3f5b4c4906e1e41b770438d2613d /app-text/mecab
parentDrop keyword for old version (diff)
downloadhistorical-e1ef008dd3c1d763f2ed72f5537b872e63b22f6e.tar.gz
historical-e1ef008dd3c1d763f2ed72f5537b872e63b22f6e.tar.bz2
historical-e1ef008dd3c1d763f2ed72f5537b872e63b22f6e.zip
Version bumped.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-text/mecab')
-rw-r--r--app-text/mecab/ChangeLog7
-rw-r--r--app-text/mecab/Manifest4
-rw-r--r--app-text/mecab/mecab-0.98.ebuild46
3 files changed, 55 insertions, 2 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog
index 6a1c4050c103..182d964c8224 100644
--- a/app-text/mecab/ChangeLog
+++ b/app-text/mecab/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/mecab
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.58 2009/08/16 08:36:11 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.59 2009/09/30 14:41:17 matsuu Exp $
+
+*mecab-0.98 (30 Sep 2009)
+
+ 30 Sep 2009; MATSUU Takuto <matsuu@gentoo.org> +mecab-0.98.ebuild:
+ Version bumped.
16 Aug 2009; Akinori Hattori <hattya@gentoo.org> -mecab-0.96.ebuild,
-mecab-0.97.ebuild:
diff --git a/app-text/mecab/Manifest b/app-text/mecab/Manifest
index 655cf5c14df3..9c142876e0c1 100644
--- a/app-text/mecab/Manifest
+++ b/app-text/mecab/Manifest
@@ -1,4 +1,6 @@
DIST mecab-0.97.tar.gz 1364214 RMD160 a20d86c2993e1febd98eb6969125981c759389f5 SHA1 43ceea0e7acbb760c1022abe94709bd95f1035a0 SHA256 4b7ca277e9e41532a180c07c8ce9178c02468470749437c33d4fd641b90f72dd
+DIST mecab-0.98.tar.gz 1424588 RMD160 d63f396b2fc1b979f98213ba1b0b86a3a5c77cbd SHA1 8977d7760638ec65132e1f9bfc66655ac761f964 SHA256 751d431422539d714a812eba9fbb8468db412221ab03feeb5e4ebd3bbb4e34a2
EBUILD mecab-0.97-r1.ebuild 1037 RMD160 602c5d26ac2beb258713fd653f4e7354a2bc6caa SHA1 29f3a898cff464adf4843bfc6cfae6dd2bbf31c6 SHA256 642f5ee8cf92dd3d158e4d38e7b07ad626faa0bd74a75a8cd72374a52df264ef
-MISC ChangeLog 6578 RMD160 f535b42ba2c97b7ad1fc5a5c5639d40a0c369286 SHA1 0a9a7e8131fda5bfd16d080b4f27a9367576959f SHA256 5173c705de056ec88a012e5d7108f9a1060717dc0e51828132fa3bc039c67bdb
+EBUILD mecab-0.98.ebuild 970 RMD160 ece39bd2435196e97c2ef3b80e8554047e641118 SHA1 f5866964cbf89e4eb87b69cbcb24567073d7082f SHA256 76be975939ab0a122dd8b610a0756ecabc800fa5fb4694f958432f1d6cb14011
+MISC ChangeLog 6693 RMD160 cf48ef3e530f98b27ca01d6525d137fc0c813dc1 SHA1 88fc57fb922d44a50effe9039221befd4e3f6d3b SHA256 ac57b43c53599d265d555c374ff3769011eb887febc976451bbb81cf1a97c39c
MISC metadata.xml 156 RMD160 8adcf0a760a605cd42501f53097ca3a1c4e8daad SHA1 8ccc2b0f20743002b783b1f7b5162c71f7f54c2e SHA256 815820f2e5866d973fafb29a8b8027d022ccea43023309b6dc294cf077598215
diff --git a/app-text/mecab/mecab-0.98.ebuild b/app-text/mecab/mecab-0.98.ebuild
new file mode 100644
index 000000000000..472ce9332410
--- /dev/null
+++ b/app-text/mecab/mecab-0.98.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.98.ebuild,v 1.1 2009/09/30 14:41:17 matsuu Exp $
+
+EAPI="2"
+inherit autotools
+
+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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="unicode"
+
+RESTRICT="test"
+
+DEPEND="dev-lang/perl"
+PDEPEND=">=app-dicts/mecab-ipadic-2.7.0.20070610"
+
+src_prepare() {
+ sed -i \
+ -e "/CFLAGS/s/-O3/${CFLAGS}/" \
+ -e "/CXXFLAGS/s/-O3/${CXXFLAGS}/" \
+ configure.in || die
+ eautoreconf
+}
+
+src_configure() {
+
+ local myconf
+
+ use unicode && myconf="${myconf} --with-charset=utf8"
+
+ econf ${myconf} || die
+
+}
+
+src_install() {
+
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS README || die
+ dohtml -r doc || die
+
+}