summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/scim-tomoe')
-rw-r--r--app-i18n/scim-tomoe/ChangeLog7
-rw-r--r--app-i18n/scim-tomoe/files/digest-scim-tomoe-0.3.03
-rw-r--r--app-i18n/scim-tomoe/scim-tomoe-0.3.0.ebuild21
3 files changed, 30 insertions, 1 deletions
diff --git a/app-i18n/scim-tomoe/ChangeLog b/app-i18n/scim-tomoe/ChangeLog
index 749302942053..cfc94dd6ffb1 100644
--- a/app-i18n/scim-tomoe/ChangeLog
+++ b/app-i18n/scim-tomoe/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-tomoe
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/ChangeLog,v 1.1 2006/08/12 02:56:51 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/ChangeLog,v 1.2 2006/11/04 06:38:57 matsuu Exp $
+
+*scim-tomoe-0.3.0 (04 Nov 2006)
+
+ 04 Nov 2006; MATSUU Takuto <matsuu@gentoo.org> +scim-tomoe-0.3.0.ebuild:
+ Version bumped.
*scim-tomoe-0.2.0 (12 Aug 2006)
diff --git a/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.3.0 b/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.3.0
new file mode 100644
index 000000000000..318c2dc05af8
--- /dev/null
+++ b/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.3.0
@@ -0,0 +1,3 @@
+MD5 8f34a77d31ecb17767a7c6919a8a2d2c scim-tomoe-0.3.0.tar.gz 505785
+RMD160 e487350034119090a408969952003343a9e6ad31 scim-tomoe-0.3.0.tar.gz 505785
+SHA256 1ec243051342c804412a9b26e76147a2752c24e8473f9bbd9e84d301e24072a7 scim-tomoe-0.3.0.tar.gz 505785
diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.3.0.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.3.0.ebuild
new file mode 100644
index 000000000000..f613af0ff358
--- /dev/null
+++ b/app-i18n/scim-tomoe/scim-tomoe-0.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/scim-tomoe-0.3.0.ebuild,v 1.1 2006/11/04 06:38:57 matsuu Exp $
+
+DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
+HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMTomoe"
+SRC_URI="mirror://sourceforge.jp/scim-imengine/22492/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-1.2.0 >=app-i18n/scim-cvs-1.2.0 )
+ >=app-i18n/libtomoe-gtk-0.1.0"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}