summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-06-14 17:48:57 +0000
committerMamoru Komachi <usata@gentoo.org>2004-06-14 17:48:57 +0000
commitb6f2937949b377dcd622bdca5745b66acdf95876 (patch)
tree86afdd5eaeb62f373d8fcff81808f26658ea8b05 /app-i18n
parentAdded CVS snapshot needed for scim-m17n and scim-uim. (diff)
downloadhistorical-b6f2937949b377dcd622bdca5745b66acdf95876.tar.gz
historical-b6f2937949b377dcd622bdca5745b66acdf95876.tar.bz2
historical-b6f2937949b377dcd622bdca5745b66acdf95876.zip
Initial import.
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-m17n/ChangeLog10
-rw-r--r--app-i18n/scim-m17n/Manifest3
-rw-r--r--app-i18n/scim-m17n/files/digest-scim-m17n-0.0.1_pre200406141
-rw-r--r--app-i18n/scim-m17n/metadata.xml5
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.0.1_pre20040614.ebuild40
-rw-r--r--app-i18n/scim-uim/ChangeLog10
-rw-r--r--app-i18n/scim-uim/Manifest3
-rw-r--r--app-i18n/scim-uim/files/digest-scim-uim-0.0.1_pre200406141
-rw-r--r--app-i18n/scim-uim/metadata.xml5
-rw-r--r--app-i18n/scim-uim/scim-uim-0.0.1_pre20040614.ebuild40
10 files changed, 118 insertions, 0 deletions
diff --git a/app-i18n/scim-m17n/ChangeLog b/app-i18n/scim-m17n/ChangeLog
new file mode 100644
index 000000000000..630c59869f29
--- /dev/null
+++ b/app-i18n/scim-m17n/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/scim-m17n
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/ChangeLog,v 1.1 2004/06/14 17:48:57 usata Exp $
+
+*scim-m17n-0.0.1_pre20040614 (15 Jun 2004)
+
+ 15 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +scim-m17n-0.0.1_pre20040614.ebuild:
+ Initial import.
+
diff --git a/app-i18n/scim-m17n/Manifest b/app-i18n/scim-m17n/Manifest
new file mode 100644
index 000000000000..fbe71922e8c7
--- /dev/null
+++ b/app-i18n/scim-m17n/Manifest
@@ -0,0 +1,3 @@
+MD5 f8f70f2f1ae8676c9136fbafde19830a scim-m17n-0.0.1_pre20040614.ebuild 1143
+MD5 503e483195a1bf3e990bbe607fce7000 scim-m17n-0.0.1_pre20040614.ebuild.bak 1155
+MD5 3cc942133e2407d4f853b6ee31c0405d files/digest-scim-m17n-0.0.1_pre20040614 76
diff --git a/app-i18n/scim-m17n/files/digest-scim-m17n-0.0.1_pre20040614 b/app-i18n/scim-m17n/files/digest-scim-m17n-0.0.1_pre20040614
new file mode 100644
index 000000000000..fa545c2ac3da
--- /dev/null
+++ b/app-i18n/scim-m17n/files/digest-scim-m17n-0.0.1_pre20040614
@@ -0,0 +1 @@
+MD5 7b61d78ae50f9efea30bf23dbdf2f8ba scim-m17n-0.0.1-20040614.tar.gz 472783
diff --git a/app-i18n/scim-m17n/metadata.xml b/app-i18n/scim-m17n/metadata.xml
new file mode 100644
index 000000000000..2d5852c16c60
--- /dev/null
+++ b/app-i18n/scim-m17n/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-m17n/scim-m17n-0.0.1_pre20040614.ebuild b/app-i18n/scim-m17n/scim-m17n-0.0.1_pre20040614.ebuild
new file mode 100644
index 000000000000..01ff0fd196cf
--- /dev/null
+++ b/app-i18n/scim-m17n/scim-m17n-0.0.1_pre20040614.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.0.1_pre20040614.ebuild,v 1.1 2004/06/14 17:48:57 usata Exp $
+
+DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
+HOMEPAGE="http://freedesktop.org/~suzhe/"
+#SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P/_pre/-}.tar.gz"
+
+S="${WORKDIR}/${PN}-${PV/[0-9]*_pre/}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=app-i18n/scim-0.99.0_pre20040614
+ >=dev-libs/m17n-lib-1.0.2-r1"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+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 -f socket -e m17n -c simple -d"
+ einfo "LANG='your_language' scim -f x11 -e socket -c socket -d"
+ einfo "export XMODIFIERS=@im=SCIM"
+ einfo
+}
diff --git a/app-i18n/scim-uim/ChangeLog b/app-i18n/scim-uim/ChangeLog
new file mode 100644
index 000000000000..1990ea8a9e2b
--- /dev/null
+++ b/app-i18n/scim-uim/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/scim-uim
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/ChangeLog,v 1.1 2004/06/14 17:47:08 usata Exp $
+
+*scim-uim-0.0.1_pre20040614 (15 Jun 2004)
+
+ 15 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +scim-uim-0.0.1_pre20040614.ebuild:
+ Initial import.
+
diff --git a/app-i18n/scim-uim/Manifest b/app-i18n/scim-uim/Manifest
new file mode 100644
index 000000000000..ec1e9a263385
--- /dev/null
+++ b/app-i18n/scim-uim/Manifest
@@ -0,0 +1,3 @@
+MD5 cefca0a4d4b38d6d6e2446bd6b0a76a4 scim-uim-0.0.1_pre20040614.ebuild 1118
+MD5 54d0ebfafbd94192521aecfc89208cd7 scim-uim-0.0.1_pre20040614.ebuild.bak 1116
+MD5 4fcacae0314c767be1d4df3e1e97267a files/digest-scim-uim-0.0.1_pre20040614 75
diff --git a/app-i18n/scim-uim/files/digest-scim-uim-0.0.1_pre20040614 b/app-i18n/scim-uim/files/digest-scim-uim-0.0.1_pre20040614
new file mode 100644
index 000000000000..c4cea27f004a
--- /dev/null
+++ b/app-i18n/scim-uim/files/digest-scim-uim-0.0.1_pre20040614
@@ -0,0 +1 @@
+MD5 92bf9d1f1c788bae7ecc937bf5808174 scim-uim-0.0.1-20040614.tar.gz 471127
diff --git a/app-i18n/scim-uim/metadata.xml b/app-i18n/scim-uim/metadata.xml
new file mode 100644
index 000000000000..2d5852c16c60
--- /dev/null
+++ b/app-i18n/scim-uim/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-uim/scim-uim-0.0.1_pre20040614.ebuild b/app-i18n/scim-uim/scim-uim-0.0.1_pre20040614.ebuild
new file mode 100644
index 000000000000..6a40ff2f9f94
--- /dev/null
+++ b/app-i18n/scim-uim/scim-uim-0.0.1_pre20040614.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/scim-uim-0.0.1_pre20040614.ebuild,v 1.1 2004/06/14 17:47:08 usata Exp $
+
+DESCRIPTION="scim-uim is an input module for Smart Common Input Method (SCIM) which uses uim as backend"
+HOMEPAGE="http://freedesktop.org/~suzhe/"
+#SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P/_pre/-}.tar.gz"
+
+S="${WORKDIR}/${P/[0-9]*_pre/}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=app-i18n/scim-0.99.0_pre20040614
+ >=app-i18n/uim-0.3.8"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+
+ dodoc AUTHORS THANKS
+}
+
+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 -f socket -e uim -c simple -d"
+ einfo "LANG='your_language' scim -f x11 -e socket -c socket -d"
+ einfo "export XMODIFIERS=@im=SCIM"
+ einfo
+}