summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-08-17 12:47:00 +0000
committerMamoru Komachi <usata@gentoo.org>2004-08-17 12:47:00 +0000
commite1b43d4e42d6ac2f00818ab68cc8fd7bbbd506a8 (patch)
treef8210f6fcb5e62bc5c4e82de9ec9857fa0205212 /app-i18n
parentVersion bumped. (diff)
downloadhistorical-e1b43d4e42d6ac2f00818ab68cc8fd7bbbd506a8.tar.gz
historical-e1b43d4e42d6ac2f00818ab68cc8fd7bbbd506a8.tar.bz2
historical-e1b43d4e42d6ac2f00818ab68cc8fd7bbbd506a8.zip
Version bumped.
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-hangul/ChangeLog7
-rw-r--r--app-i18n/scim-hangul/Manifest4
-rw-r--r--app-i18n/scim-hangul/files/digest-scim-hangul-0.1.01
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild37
4 files changed, 47 insertions, 2 deletions
diff --git a/app-i18n/scim-hangul/ChangeLog b/app-i18n/scim-hangul/ChangeLog
index 3a0367bef051..e17c5dd2ca89 100644
--- a/app-i18n/scim-hangul/ChangeLog
+++ b/app-i18n/scim-hangul/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-hangul
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.3 2004/08/14 00:25:18 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.4 2004/08/17 12:47:00 usata Exp $
+
+*scim-hangul-0.1.0 (17 Aug 2004)
+
+ 17 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> +scim-hangul-0.1.0.ebuild:
+ Version bumped.
*scim-hangul-0.0.3 (14 Aug 2004)
diff --git a/app-i18n/scim-hangul/Manifest b/app-i18n/scim-hangul/Manifest
index e5fd53d1d2ab..c26a9d35e20a 100644
--- a/app-i18n/scim-hangul/Manifest
+++ b/app-i18n/scim-hangul/Manifest
@@ -1,7 +1,9 @@
-MD5 d49ac864d9039853a1ead8b3ca65bf8f ChangeLog 617
+MD5 d382bd819929f7088aedd39ff6d45873 ChangeLog 746
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 a55d4aab65f9eff1e0a5a29d35314b94 scim-hangul-0.0.2.ebuild 919
MD5 30e4cd0ba2ad72c7aa1fdd0942c051d5 scim-hangul-0.0.3.ebuild 1017
+MD5 03c4eb477d32ee45efc74703eeea36e3 scim-hangul-0.1.0.ebuild 935
MD5 1c79e7360815ac32c3a5388a7192d7c5 files/digest-scim-hangul-0.0.2 69
MD5 96c30b427bf0329907f426238ac44ef5 files/digest-scim-hangul-0.0.3 69
+MD5 9e8c2a1a0b48af6feab64bff43510bf1 files/digest-scim-hangul-0.1.0 69
MD5 bee2e48a9d5f7f691ffd84f8d5051fb5 files/scim-hangul-0.0.3-gentoo.patch 373
diff --git a/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.0 b/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.0
new file mode 100644
index 000000000000..0ee062ff5599
--- /dev/null
+++ b/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.0
@@ -0,0 +1 @@
+MD5 0644c3a88649fb448ea5b5091ff5d81a scim-hangul-0.1.0.tar.gz 617378
diff --git a/app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild
new file mode 100644
index 000000000000..03414d8c5cac
--- /dev/null
+++ b/app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild,v 1.1 2004/08/17 12:47:00 usata Exp $
+
+inherit eutils
+
+DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
+HOMEPAGE="http://scim.freedesktop.org/ScimHangul"
+SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-0.99.0 app-i18n/scim-cvs )"
+
+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 -d"
+ einfo "export XMODIFIERS=@im=SCIM"
+ einfo
+}