summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-01-06 05:57:19 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-01-06 05:57:19 +0000
commitcd713d22bec2d2b06b4de9d546f78645ba20319b (patch)
treec4bfd3ebb0c479ea00e434ab1bda98cf0618fdfc /app-i18n/scim-tomoe
parentVersion bumped. (diff)
downloadgentoo-2-cd713d22bec2d2b06b4de9d546f78645ba20319b.tar.gz
gentoo-2-cd713d22bec2d2b06b4de9d546f78645ba20319b.tar.bz2
gentoo-2-cd713d22bec2d2b06b4de9d546f78645ba20319b.zip
Version bumped.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-i18n/scim-tomoe')
-rw-r--r--app-i18n/scim-tomoe/ChangeLog9
-rw-r--r--app-i18n/scim-tomoe/files/digest-scim-tomoe-0.5.03
-rw-r--r--app-i18n/scim-tomoe/scim-tomoe-0.5.0.ebuild21
3 files changed, 31 insertions, 2 deletions
diff --git a/app-i18n/scim-tomoe/ChangeLog b/app-i18n/scim-tomoe/ChangeLog
index e7814db8f88c..f7b92e5d6f9a 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.3 2006/12/02 08:32:45 matsuu Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/ChangeLog,v 1.4 2007/01/06 05:57:19 matsuu Exp $
+
+*scim-tomoe-0.5.0 (06 Jan 2007)
+
+ 06 Jan 2007; MATSUU Takuto <matsuu@gentoo.org> +scim-tomoe-0.5.0.ebuild:
+ Version bumped.
*scim-tomoe-0.4.0 (02 Dec 2006)
diff --git a/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.5.0 b/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.5.0
new file mode 100644
index 000000000000..39bdf656b2e0
--- /dev/null
+++ b/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.5.0
@@ -0,0 +1,3 @@
+MD5 9d18a485faff3bc2aa18537d0115ca51 scim-tomoe-0.5.0.tar.gz 506966
+RMD160 793535393171c36b86ab9bac5763b1c3f44ab2df scim-tomoe-0.5.0.tar.gz 506966
+SHA256 9523a34006aab3b8a005dcef2e9f5c2bbc35d66363bd60cd8dcc3bd4b1f56a41 scim-tomoe-0.5.0.tar.gz 506966
diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.5.0.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.5.0.ebuild
new file mode 100644
index 000000000000..076755684cb1
--- /dev/null
+++ b/app-i18n/scim-tomoe/scim-tomoe-0.5.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 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.5.0.ebuild,v 1.1 2007/01/06 05:57:19 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/23343/${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.4.0"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}