Initial import.
authorMamoru Komachi <usata@gentoo.org>
Wed, 30 Mar 2005 06:52:43 +0000 (06:52 +0000)
committerMamoru Komachi <usata@gentoo.org>
Wed, 30 Mar 2005 06:52:43 +0000 (06:52 +0000)
Package-Manager: portage-2.0.51.19

app-i18n/scim-canna/ChangeLog [new file with mode: 0644]
app-i18n/scim-canna/Manifest [new file with mode: 0644]
app-i18n/scim-canna/files/digest-scim-canna-0.0.0 [new file with mode: 0644]
app-i18n/scim-canna/metadata.xml [new file with mode: 0644]
app-i18n/scim-canna/scim-canna-0.0.0.ebuild [new file with mode: 0644]

diff --git a/app-i18n/scim-canna/ChangeLog b/app-i18n/scim-canna/ChangeLog
new file mode 100644 (file)
index 0000000..6b5590a
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/scim-canna
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.1 2005/03/30 06:52:43 usata Exp $
+
+*scim-canna-0.0.0 (30 Mar 2005)
+
+  30 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+  +scim-canna-0.0.0.ebuild:
+  Initial import.
+
diff --git a/app-i18n/scim-canna/Manifest b/app-i18n/scim-canna/Manifest
new file mode 100644 (file)
index 0000000..1077395
--- /dev/null
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 8af9fa13749251a512eafa1a73b71b27 scim-canna-0.0.0.ebuild 891
+MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 0b5087509640febbd2f8ee45c3cce095 ChangeLog 354
+MD5 6c57eb03763c7c7896e471e1c51fa015 files/digest-scim-canna-0.0.0 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCSkptVWNWqTUmv+0RAulmAJ41yInDoeioeGFyo/KesYRF8R3anACeJNHt
+RMe0oUnxH31zo21/XBN5NGE=
+=RRXD
+-----END PGP SIGNATURE-----
diff --git a/app-i18n/scim-canna/files/digest-scim-canna-0.0.0 b/app-i18n/scim-canna/files/digest-scim-canna-0.0.0
new file mode 100644 (file)
index 0000000..424362e
--- /dev/null
@@ -0,0 +1 @@
+MD5 3049d8f26b423405828c79a31a5c0c0e scim-canna-0.0.0.tar.gz 495703
diff --git a/app-i18n/scim-canna/metadata.xml b/app-i18n/scim-canna/metadata.xml
new file mode 100644 (file)
index 0000000..2d5852c
--- /dev/null
@@ -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-canna/scim-canna-0.0.0.ebuild b/app-i18n/scim-canna/scim-canna-0.0.0.ebuild
new file mode 100644 (file)
index 0000000..b452e5a
--- /dev/null
@@ -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-canna/scim-canna-0.0.0.ebuild,v 1.1 2005/03/30 06:52:43 usata Exp $
+
+DESCRIPTION="Japanese input method Canna IMEngine for SCIM"
+HOMEPAGE="http://scim-imengine.sourceforge.jp/"
+SRC_URI="http://www.homa.ne.jp/~ashie/linux/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 )
+       >=app-i18n/canna-3.7"
+
+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
+}