diff options
author | 2005-05-15 17:55:51 +0000 | |
---|---|---|
committer | 2005-05-15 17:55:51 +0000 | |
commit | cbc3dec973b3ce94891edf4541bea9e931394961 (patch) | |
tree | f23ac76e5319110bc7b70a8aa66a93d3bcb29f01 /app-i18n/scim-anthy | |
parent | alpha stable (diff) | |
download | historical-cbc3dec973b3ce94891edf4541bea9e931394961.tar.gz historical-cbc3dec973b3ce94891edf4541bea9e931394961.tar.bz2 historical-cbc3dec973b3ce94891edf4541bea9e931394961.zip |
Version bumped.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r-- | app-i18n/scim-anthy/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-anthy/Manifest | 2 | ||||
-rw-r--r-- | app-i18n/scim-anthy/files/digest-scim-anthy-0.4.0 | 1 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-0.4.0.ebuild | 31 |
4 files changed, 40 insertions, 1 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog index d6c8a1b2cddb..9c69bb85592a 100644 --- a/app-i18n/scim-anthy/ChangeLog +++ b/app-i18n/scim-anthy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/scim-anthy # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.7 2005/05/09 14:22:12 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.8 2005/05/15 17:55:51 usata Exp $ + +*scim-anthy-0.4.0 (15 May 2005) + + 15 May 2005; Mamoru KOMACHI <usata@gentoo.org> +scim-anthy-0.4.0.ebuild: + Version bumped. *scim-anthy-0.3.2 (09 May 2005) diff --git a/app-i18n/scim-anthy/Manifest b/app-i18n/scim-anthy/Manifest index cc2e77d10873..30b39fb30d72 100644 --- a/app-i18n/scim-anthy/Manifest +++ b/app-i18n/scim-anthy/Manifest @@ -2,5 +2,7 @@ MD5 6d53e6eff0fd0813a68499f584ebf26f ChangeLog 972 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 9fee4cd9c844dd1bb33c2676a08dce52 scim-anthy-0.3.1.ebuild 977 MD5 8ae0fe6e2b135244b6f0d3dd2189c760 scim-anthy-0.3.2.ebuild 978 +MD5 8b28a4b3a4165c419dfdcf101c71f55d scim-anthy-0.4.0.ebuild 978 MD5 4a27c7a36a07b80be86acd2b8bf92022 files/digest-scim-anthy-0.3.2 68 MD5 f3fb0c165858cdf04423a69602ad7e2f files/digest-scim-anthy-0.3.1 68 +MD5 b996d35757f33811fc9ab2d63a8b3dfd files/digest-scim-anthy-0.4.0 68 diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-0.4.0 b/app-i18n/scim-anthy/files/digest-scim-anthy-0.4.0 new file mode 100644 index 000000000000..3973accf750a --- /dev/null +++ b/app-i18n/scim-anthy/files/digest-scim-anthy-0.4.0 @@ -0,0 +1 @@ +MD5 d2ea41cc33f53ed98eea6ef9b678b015 scim-anthy-0.4.0.tar.gz 541218 diff --git a/app-i18n/scim-anthy/scim-anthy-0.4.0.ebuild b/app-i18n/scim-anthy/scim-anthy-0.4.0.ebuild new file mode 100644 index 000000000000..8ca582a79d49 --- /dev/null +++ b/app-i18n/scim-anthy/scim-anthy-0.4.0.ebuild @@ -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-anthy/scim-anthy-0.4.0.ebuild,v 1.1 2005/05/15 17:55:51 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/14708/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +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 +} |