diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-30 08:30:39 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-30 08:30:39 +0000 |
commit | daf7cae1d47f4480c539184fbeaa36bfc70fb49f (patch) | |
tree | 6b04819ed709d03354e82f3783f106b81c37546d | |
parent | Sync with app-i18n/scim-1.0.1-r1.ebuild (Manifest recommit) (diff) | |
download | gentoo-2-daf7cae1d47f4480c539184fbeaa36bfc70fb49f.tar.gz gentoo-2-daf7cae1d47f4480c539184fbeaa36bfc70fb49f.tar.bz2 gentoo-2-daf7cae1d47f4480c539184fbeaa36bfc70fb49f.zip |
Initial import.
-rw-r--r-- | app-i18n/scim-anthy/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/scim-anthy/Manifest | 2 | ||||
-rw-r--r-- | app-i18n/scim-anthy/files/digest-scim-anthy-0.2.0 | 1 | ||||
-rw-r--r-- | app-i18n/scim-anthy/metadata.xml | 5 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-0.2.0.ebuild | 31 |
5 files changed, 49 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..66f6f09b5907 --- /dev/null +++ b/app-i18n/scim-anthy/Manifest @@ -0,0 +1,2 @@ +MD5 e18cd7e7db7834a0f7965942077feb40 scim-anthy-0.2.0.ebuild 903 +MD5 29c5ca987a06294af02811e6634bafad files/digest-scim-anthy-0.2.0 68 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 +} |