diff options
author | Mamoru Komachi <usata@gentoo.org> | 2006-04-01 13:43:22 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2006-04-01 13:43:22 +0000 |
commit | 5b1c2bc83fbca4d7d141d09e126bd7aa0a82c70f (patch) | |
tree | 47909beb61506d40d37bd139401239e5c12c250f /app-i18n | |
parent | fix thoggen compilation against latest libdvdread (diff) | |
download | gentoo-2-5b1c2bc83fbca4d7d141d09e126bd7aa0a82c70f.tar.gz gentoo-2-5b1c2bc83fbca4d7d141d09e126bd7aa0a82c70f.tar.bz2 gentoo-2-5b1c2bc83fbca4d7d141d09e126bd7aa0a82c70f.zip |
Version bumped.
(Portage version: 2.0.53)
Diffstat (limited to 'app-i18n')
-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-1.0.0 | 1 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild | 35 |
4 files changed, 44 insertions, 1 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog index 6306e6397bb9..c80f91012934 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.29 2006/03/04 16:15:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.30 2006/04/01 13:43:22 usata Exp $ + +*scim-anthy-1.0.0 (01 Apr 2006) + + 01 Apr 2006; Mamoru KOMACHI <usata@gentoo.org> +scim-anthy-1.0.0.ebuild: + Version bumped. *scim-anthy-0.9.0 (04 Mar 2006) diff --git a/app-i18n/scim-anthy/Manifest b/app-i18n/scim-anthy/Manifest index 0f17f557359e..ad0ae6690713 100644 --- a/app-i18n/scim-anthy/Manifest +++ b/app-i18n/scim-anthy/Manifest @@ -2,7 +2,9 @@ MD5 c782bcde175912b17e2bb33bd27ea1b7 ChangeLog 4084 MD5 93d04b47cc6e24f9c6de9cdd6c0bbb15 files/digest-scim-anthy-0.7.1 68 MD5 54cad17fae0d7eb437b16c3a253190d2 files/digest-scim-anthy-0.8.0 68 MD5 4304da7c9458a1a914fac362da181456 files/digest-scim-anthy-0.9.0 68 +MD5 065f74b6a087561dce2c12b068b35585 files/digest-scim-anthy-1.0.0 68 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 7e07215d0e918a0cad4eaa277d2e722c scim-anthy-0.7.1.ebuild 1059 MD5 20cfb7e7d47cc926b734597f27006fff scim-anthy-0.8.0.ebuild 1049 MD5 b99d25dc13c95a81a0dace7ed283601b scim-anthy-0.9.0.ebuild 1059 +MD5 7b3a66537c113d498ab3dc52b45158f5 scim-anthy-1.0.0.ebuild 1059 diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-1.0.0 b/app-i18n/scim-anthy/files/digest-scim-anthy-1.0.0 new file mode 100644 index 000000000000..a623b227c396 --- /dev/null +++ b/app-i18n/scim-anthy/files/digest-scim-anthy-1.0.0 @@ -0,0 +1 @@ +MD5 b0c452da1886ba36f47d9bd9f6ea7a10 scim-anthy-1.0.0.tar.gz 626000 diff --git a/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild b/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild new file mode 100644 index 000000000000..93e7dac156d4 --- /dev/null +++ b/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild,v 1.1 2006/04/01 13:43:22 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/19544/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 ) + || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )" +RDEPEND="${DEPEND} + app-dicts/kasumi" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + + dodoc AUTHORS THANKS README +} + +pkg_postinst() { + einfo + einfo "To use SCIM, you should use the following in your user startup scripts" + einfo "such as .gnomerc or .xinitrc:" + einfo + einfo "LANG='your_language' scim -d" + einfo "export XMODIFIERS=@im=SCIM" + einfo "export GTK_IM_MODULE=scim" + einfo "export QT_IM_MODULE=scim" + einfo +} |