summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2004-04-18 05:14:35 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2004-04-18 05:14:35 +0000
commitfe5f345f37915671230c01d07e4c3c2a2fec8d42 (patch)
tree351b575583e33db0ed186e17c316654fffd1ed58 /app-dicts/ipadic
parentVersion bump. (diff)
downloadhistorical-fe5f345f37915671230c01d07e4c3c2a2fec8d42.tar.gz
historical-fe5f345f37915671230c01d07e4c3c2a2fec8d42.tar.bz2
historical-fe5f345f37915671230c01d07e4c3c2a2fec8d42.zip
Version bumped.
Diffstat (limited to 'app-dicts/ipadic')
-rw-r--r--app-dicts/ipadic/ChangeLog10
-rw-r--r--app-dicts/ipadic/Manifest4
-rw-r--r--app-dicts/ipadic/files/digest-ipadic-2.7.01
-rw-r--r--app-dicts/ipadic/ipadic-2.7.0.ebuild26
4 files changed, 38 insertions, 3 deletions
diff --git a/app-dicts/ipadic/ChangeLog b/app-dicts/ipadic/ChangeLog
index d4924df0affe..05d7c90a9912 100644
--- a/app-dicts/ipadic/ChangeLog
+++ b/app-dicts/ipadic/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/ipadic
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.2 2003/08/03 04:01:28 matsuu Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.3 2004/04/18 05:14:35 matsuu Exp $
+
+*ipadic-2.7.0 (18 Apr 2004)
+
+ 18 Apr 2004; <matsuu@gentoo.org> +ipadic-2.7.0.ebuild:
+ Version bumped.
+ Added ~ppc and ~sparc to KEYWORDS.
*ipadic-2.6.1 (03 Aug 2003)
diff --git a/app-dicts/ipadic/Manifest b/app-dicts/ipadic/Manifest
index ec992948fb1e..0bc4c1296716 100644
--- a/app-dicts/ipadic/Manifest
+++ b/app-dicts/ipadic/Manifest
@@ -1,6 +1,8 @@
-MD5 30e09ec6f562f6406ebc1bd89882bc72 ChangeLog 551
+MD5 3456672bd91bf3d30cc28fd64d660f7b ChangeLog 693
MD5 53d61bbf625b61a119e14f7f723e120b ipadic-2.6.0.ebuild 707
MD5 09ca5236dba5c30056d21230e36d0ec6 ipadic-2.6.1.ebuild 722
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 bd334cf3e126495bfbaeda81ec38b3bb ipadic-2.7.0.ebuild 740
MD5 4189a9d22ed54da49df9a42eb1f2fd7c files/digest-ipadic-2.6.0 65
MD5 4afb27bed8feaa85ed28a3a53f0c26de files/digest-ipadic-2.6.1 65
+MD5 d8ff2368aa8063da05ece0af45ed5700 files/digest-ipadic-2.7.0 65
diff --git a/app-dicts/ipadic/files/digest-ipadic-2.7.0 b/app-dicts/ipadic/files/digest-ipadic-2.7.0
new file mode 100644
index 000000000000..cf0d81eeaefa
--- /dev/null
+++ b/app-dicts/ipadic/files/digest-ipadic-2.7.0
@@ -0,0 +1 @@
+MD5 f36d315cae25b086a889b7090c674977 ipadic-2.7.0.tar.gz 4300102
diff --git a/app-dicts/ipadic/ipadic-2.7.0.ebuild b/app-dicts/ipadic/ipadic-2.7.0.ebuild
new file mode 100644
index 000000000000..01aca88f5283
--- /dev/null
+++ b/app-dicts/ipadic/ipadic-2.7.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0.ebuild,v 1.1 2004/04/18 05:14:35 matsuu Exp $
+
+DESCRIPTION="Japanese dictionary for ChaSen"
+HOMEPAGE="http://chasen.aist-nara.ac.jp/"
+SRC_URI="http://chasen.aist-nara.ac.jp/stable/ipadic/${P}.tar.gz"
+LICENSE="as-is"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=app-text/chasen-2.3.1"
+
+src_compile() {
+ sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in || die
+ econf || die
+ make || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ insinto /etc
+ doins chasenrc
+ dodoc AUTHORS ChangeLog INSTALL* NEWS README || die
+}