diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-06-17 11:33:56 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-06-17 11:33:56 +0000 |
commit | 2323fe7b9cb938e192f8f3baca879254a64950c9 (patch) | |
tree | 22830a98acd50c8dfa20bf1e5ebe3fb64047d0d4 /app-i18n/scim-uim | |
parent | QA - inherit eutils, don't assign default S. (Manifest recommit) (diff) | |
download | gentoo-2-2323fe7b9cb938e192f8f3baca879254a64950c9.tar.gz gentoo-2-2323fe7b9cb938e192f8f3baca879254a64950c9.tar.bz2 gentoo-2-2323fe7b9cb938e192f8f3baca879254a64950c9.zip |
Updated CVS snapshot
Diffstat (limited to 'app-i18n/scim-uim')
-rw-r--r-- | app-i18n/scim-uim/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-uim/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/scim-uim/files/digest-scim-uim-0.0.1_pre20040616 | 1 | ||||
-rw-r--r-- | app-i18n/scim-uim/scim-uim-0.0.1_pre20040616.ebuild | 40 |
4 files changed, 51 insertions, 2 deletions
diff --git a/app-i18n/scim-uim/ChangeLog b/app-i18n/scim-uim/ChangeLog index 1990ea8a9e2b..c4dfdaaf1c40 100644 --- a/app-i18n/scim-uim/ChangeLog +++ b/app-i18n/scim-uim/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/ChangeLog,v 1.2 2004/06/17 11:33:56 usata Exp $ + +*scim-uim-0.0.1_pre20040616 (17 Jun 2004) + + 17 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> + scim-uim-0.0.1_pre20040616.ebuild: + Updated CVS snapshot *scim-uim-0.0.1_pre20040614 (15 Jun 2004) diff --git a/app-i18n/scim-uim/Manifest b/app-i18n/scim-uim/Manifest index 6fb5e5a899ab..78e4a975eb83 100644 --- a/app-i18n/scim-uim/Manifest +++ b/app-i18n/scim-uim/Manifest @@ -1,4 +1,6 @@ MD5 e938974779a3aa86c75b43d573659956 scim-uim-0.0.1_pre20040614.ebuild 1138 -MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 38a396dfa5778ba1a693a97626c95c1b ChangeLog 378 +MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 +MD5 e938974779a3aa86c75b43d573659956 scim-uim-0.0.1_pre20040616.ebuild 1138 MD5 4fcacae0314c767be1d4df3e1e97267a files/digest-scim-uim-0.0.1_pre20040614 75 +MD5 42d9c84bea57e39a55e2728277bd0919 files/digest-scim-uim-0.0.1_pre20040616 75 diff --git a/app-i18n/scim-uim/files/digest-scim-uim-0.0.1_pre20040616 b/app-i18n/scim-uim/files/digest-scim-uim-0.0.1_pre20040616 new file mode 100644 index 000000000000..fc8d2e3e108e --- /dev/null +++ b/app-i18n/scim-uim/files/digest-scim-uim-0.0.1_pre20040616 @@ -0,0 +1 @@ +MD5 47db37c9ffe4ce15cc36226110c60c4a scim-uim-0.0.1-20040616.tar.gz 471261 diff --git a/app-i18n/scim-uim/scim-uim-0.0.1_pre20040616.ebuild b/app-i18n/scim-uim/scim-uim-0.0.1_pre20040616.ebuild new file mode 100644 index 000000000000..598ba2ceb811 --- /dev/null +++ b/app-i18n/scim-uim/scim-uim-0.0.1_pre20040616.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_pre20040616.ebuild,v 1.1 2004/06/17 11:33:56 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 +} |