summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-anthy/ChangeLog10
-rw-r--r--app-i18n/scim-anthy/Manifest14
-rw-r--r--app-i18n/scim-anthy/files/digest-scim-anthy-0.2.01
-rw-r--r--app-i18n/scim-anthy/metadata.xml5
-rw-r--r--app-i18n/scim-anthy/scim-anthy-0.2.0.ebuild31
5 files changed, 61 insertions, 0 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog
new file mode 100644
index 000000000000..fa32f91f2d8e
--- /dev/null
+++ b/app-i18n/scim-anthy/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/scim-anthy
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.1 2004/11/30 08:30:39 usata Exp $
+
+*scim-anthy-0.2.0 (30 Nov 2004)
+
+ 30 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +scim-anthy-0.2.0.ebuild:
+ Initial import.
+
diff --git a/app-i18n/scim-anthy/Manifest b/app-i18n/scim-anthy/Manifest
new file mode 100644
index 000000000000..d3cdccc990de
--- /dev/null
+++ b/app-i18n/scim-anthy/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 a094d7c9a0d4764723c5acc84be7c91b scim-anthy-0.2.0.ebuild 966
+MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 70d5e7490f090d51c300138039e99b66 ChangeLog 354
+MD5 29c5ca987a06294af02811e6634bafad files/digest-scim-anthy-0.2.0 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBrC+4VWNWqTUmv+0RAljNAJ9smZL4XIxdU3EqTv3DKLaWKJmOhgCgsJr7
+9NBq7p1GD9X1wWio+NYHpKk=
+=K8Qd
+-----END PGP SIGNATURE-----
diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-0.2.0 b/app-i18n/scim-anthy/files/digest-scim-anthy-0.2.0
new file mode 100644
index 000000000000..301112848f2a
--- /dev/null
+++ b/app-i18n/scim-anthy/files/digest-scim-anthy-0.2.0
@@ -0,0 +1 @@
+MD5 bd97d25a883299d8edc93c82fdbf8f89 scim-anthy-0.2.0.tar.gz 525480
diff --git a/app-i18n/scim-anthy/metadata.xml b/app-i18n/scim-anthy/metadata.xml
new file mode 100644
index 000000000000..2d5852c16c60
--- /dev/null
+++ b/app-i18n/scim-anthy/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>cjk</herd>
+</pkgmetadata>
diff --git a/app-i18n/scim-anthy/scim-anthy-0.2.0.ebuild b/app-i18n/scim-anthy/scim-anthy-0.2.0.ebuild
new file mode 100644
index 000000000000..bfab67626b80
--- /dev/null
+++ b/app-i18n/scim-anthy/scim-anthy-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 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.2.0.ebuild,v 1.1 2004/11/30 08:30:39 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/12375/${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
+}