diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-11-16 17:16:09 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-11-16 17:16:09 +0000 |
commit | 4e51687790abd0f8d9b6a00d946a77281b4dbdbb (patch) | |
tree | 2c772450f6892f11fe6b34d3f53bbce6f75431de | |
parent | Version bumped, Added PDEPEND. (diff) | |
download | gentoo-2-4e51687790abd0f8d9b6a00d946a77281b4dbdbb.tar.gz gentoo-2-4e51687790abd0f8d9b6a00d946a77281b4dbdbb.tar.bz2 gentoo-2-4e51687790abd0f8d9b6a00d946a77281b4dbdbb.zip |
Version bumped.
(Portage version: 2.1.1-r1)
-rw-r--r-- | app-i18n/skim-scim-anthy/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/skim-scim-anthy/files/digest-skim-scim-anthy-1.2.2 | 6 | ||||
-rw-r--r-- | app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild | 34 |
3 files changed, 47 insertions, 1 deletions
diff --git a/app-i18n/skim-scim-anthy/ChangeLog b/app-i18n/skim-scim-anthy/ChangeLog index cdb8486112bc..14f3aa60814d 100644 --- a/app-i18n/skim-scim-anthy/ChangeLog +++ b/app-i18n/skim-scim-anthy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/skim-scim-anthy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/ChangeLog,v 1.5 2006/11/09 15:38:16 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/ChangeLog,v 1.6 2006/11/16 17:16:09 matsuu Exp $ + +*skim-scim-anthy-1.2.2 (16 Nov 2006) + + 16 Nov 2006; MATSUU Takuto <matsuu@gentoo.org> + +skim-scim-anthy-1.2.2.ebuild: + Version bumped. *skim-scim-anthy-1.2.1 (07 Nov 2006) diff --git a/app-i18n/skim-scim-anthy/files/digest-skim-scim-anthy-1.2.2 b/app-i18n/skim-scim-anthy/files/digest-skim-scim-anthy-1.2.2 new file mode 100644 index 000000000000..f08c34da467f --- /dev/null +++ b/app-i18n/skim-scim-anthy/files/digest-skim-scim-anthy-1.2.2 @@ -0,0 +1,6 @@ +MD5 122f8bcc6b7eb5805df46461ed48bf2c kde-admindir-3.5.3.tar.bz2 187248 +RMD160 81eedc1b81f2cee6709b7c8ad08859024da090f6 kde-admindir-3.5.3.tar.bz2 187248 +SHA256 0cd8bf32dad0affa56edf5723747275be2b1e0702abefc28ded8763ad58fe07b kde-admindir-3.5.3.tar.bz2 187248 +MD5 1ae0238cbfc3162039d0acf34c3af710 skim-scim-anthy-1.2.2.tar.gz 746067 +RMD160 4ec497bd7bb742516ea38da99112aca2bda97908 skim-scim-anthy-1.2.2.tar.gz 746067 +SHA256 08904d24856b40da9faef5cb4b2a7989886ae943a13675f513ccafdd72813f36 skim-scim-anthy-1.2.2.tar.gz 746067 diff --git a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild new file mode 100644 index 000000000000..ef1cb625fa91 --- /dev/null +++ b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild,v 1.1 2006/11/16 17:16:09 matsuu Exp $ + +inherit kde + +DESCRIPTION="SKIM configuration panel for scim-anthy" +HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" +SRC_URI="mirror://sourceforge.jp/scim-imengine/22713/${P}.tar.gz + mirror://gentoo/kde-admindir-3.5.3.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=app-i18n/skim-1.3 + >=app-i18n/scim-anthy-1.2.2" +RDEPEND="${DEPEND} + app-dicts/kasumi" + +PATCHES="${FILESDIR}/${PN}-1.2.1-qt335.patch" + +pkg_postinst() { + einfo + einfo "To use skim, you should use the following in your user startup scripts" + einfo "such as .gnomerc or .xinitrc:" + einfo + einfo "LANG='your_language' skim -d" + einfo "export XMODIFIERS=@im=SCIM" + einfo "export GTK_IM_MODULE=scim" + einfo "export QT_IM_MODULE=scim" + einfo +} |