summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-02-05 07:07:26 +0000
committerMamoru Komachi <usata@gentoo.org>2005-02-05 07:07:26 +0000
commit8d6c15c88c7349dc573c110cbf0d30813ed345be (patch)
treea805f73c7715e1c57cf4509fd50b9cb5a72515fe /app-i18n/scim-anthy
parentVersion bumped. This closes bug #80037. (diff)
downloadhistorical-8d6c15c88c7349dc573c110cbf0d30813ed345be.tar.gz
historical-8d6c15c88c7349dc573c110cbf0d30813ed345be.tar.bz2
historical-8d6c15c88c7349dc573c110cbf0d30813ed345be.zip
Version bumped. This closes bug #80570.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r--app-i18n/scim-anthy/ChangeLog7
-rw-r--r--app-i18n/scim-anthy/Manifest4
-rw-r--r--app-i18n/scim-anthy/files/digest-scim-anthy-0.3.11
-rw-r--r--app-i18n/scim-anthy/scim-anthy-0.3.1.ebuild31
4 files changed, 41 insertions, 2 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog
index 9c2a631aad80..fae57e7b815f 100644
--- a/app-i18n/scim-anthy/ChangeLog
+++ b/app-i18n/scim-anthy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-anthy
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.2 2005/01/01 14:38:24 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.3 2005/02/05 07:07:26 usata Exp $
+
+*scim-anthy-0.3.1 (05 Feb 2005)
+
+ 05 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> +scim-anthy-0.3.1.ebuild:
+ Version bumped. This closes bug #80570.
*scim-anthy-0.2.0 (30 Nov 2004)
diff --git a/app-i18n/scim-anthy/Manifest b/app-i18n/scim-anthy/Manifest
index 8011edaedf02..ee38b6b667a7 100644
--- a/app-i18n/scim-anthy/Manifest
+++ b/app-i18n/scim-anthy/Manifest
@@ -1,4 +1,6 @@
-MD5 170651cff0f0b64ea9b76d5ff373ffc7 ChangeLog 359
+MD5 dca1353d486356549643e502b68781fb ChangeLog 505
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 e50cc4fc3941da33f196540739f7ef74 scim-anthy-0.2.0.ebuild 971
+MD5 f9f20959b690427cb0529e24760b3872 scim-anthy-0.3.1.ebuild 966
MD5 29c5ca987a06294af02811e6634bafad files/digest-scim-anthy-0.2.0 68
+MD5 f3fb0c165858cdf04423a69602ad7e2f files/digest-scim-anthy-0.3.1 68
diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-0.3.1 b/app-i18n/scim-anthy/files/digest-scim-anthy-0.3.1
new file mode 100644
index 000000000000..d054bd85d2c4
--- /dev/null
+++ b/app-i18n/scim-anthy/files/digest-scim-anthy-0.3.1
@@ -0,0 +1 @@
+MD5 72b48b8f32d9bca1df93c5b3bfb02c91 scim-anthy-0.3.1.tar.gz 522662
diff --git a/app-i18n/scim-anthy/scim-anthy-0.3.1.ebuild b/app-i18n/scim-anthy/scim-anthy-0.3.1.ebuild
new file mode 100644
index 000000000000..2a947a6de2d5
--- /dev/null
+++ b/app-i18n/scim-anthy/scim-anthy-0.3.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-0.3.1.ebuild,v 1.1 2005/02/05 07:07:26 usata Exp $
+
+DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
+HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
+SRC_URI="mirror://sourceforge.jp/scim-imengine/13188/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
+ || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+
+ dodoc AUTHORS THANKS README
+}
+
+pkg_postinst() {
+ einfo
+ einfo "To use SCIM with both GTK2 and XIM, you should use the following"
+ einfo "in your user startup scripts such as .gnomerc or .xinitrc:"
+ einfo
+ einfo "LANG='your_language' scim -d"
+ einfo "export XMODIFIERS=@im=SCIM"
+ einfo
+}