summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-05-28 23:23:47 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-05-28 23:23:47 +0000
commita9ad66e35961e0f97c11354d02730b9910b2d7e9 (patch)
treee30064b3dbec110781a81f446621c6bb58caa926
parentVersion bumped. (diff)
downloadgentoo-2-a9ad66e35961e0f97c11354d02730b9910b2d7e9.tar.gz
gentoo-2-a9ad66e35961e0f97c11354d02730b9910b2d7e9.tar.bz2
gentoo-2-a9ad66e35961e0f97c11354d02730b9910b2d7e9.zip
Version bumped.
(Portage version: 2.1.2.7)
-rw-r--r--app-i18n/skim-scim-anthy/ChangeLog8
-rw-r--r--app-i18n/skim-scim-anthy/files/digest-skim-scim-anthy-1.2.46
-rw-r--r--app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild34
3 files changed, 47 insertions, 1 deletions
diff --git a/app-i18n/skim-scim-anthy/ChangeLog b/app-i18n/skim-scim-anthy/ChangeLog
index 2d975e2eaae2..d97beadb1d14 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/ChangeLog,v 1.14 2007/05/06 04:47:59 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/ChangeLog,v 1.15 2007/05/28 23:23:47 matsuu Exp $
+
+*skim-scim-anthy-1.2.4 (28 May 2007)
+
+ 28 May 2007; MATSUU Takuto <matsuu@gentoo.org>
+ +skim-scim-anthy-1.2.4.ebuild:
+ Version bumped.
06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
skim-scim-anthy-1.2.2.ebuild:
diff --git a/app-i18n/skim-scim-anthy/files/digest-skim-scim-anthy-1.2.4 b/app-i18n/skim-scim-anthy/files/digest-skim-scim-anthy-1.2.4
new file mode 100644
index 000000000000..9bcf983e7f94
--- /dev/null
+++ b/app-i18n/skim-scim-anthy/files/digest-skim-scim-anthy-1.2.4
@@ -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 f7ecf16528fb3027665346fd33d7ea43 skim-scim-anthy-1.2.4.tar.gz 746251
+RMD160 aa666c38d489110b6b77a254e03fe37be12ddb19 skim-scim-anthy-1.2.4.tar.gz 746251
+SHA256 c126948a99323001f846f730782a4473ec45bf011e878f7882d3a009f8e4bdaa skim-scim-anthy-1.2.4.tar.gz 746251
diff --git a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild
new file mode 100644
index 000000000000..d29a2a6ffeae
--- /dev/null
+++ b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2007 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.4.ebuild,v 1.1 2007/05/28 23:23:47 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/25405/${P}.tar.gz
+ mirror://gentoo/kde-admindir-3.5.3.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=app-i18n/skim-1.3
+ >=app-i18n/scim-anthy-1.2.4"
+RDEPEND="${DEPEND}
+ app-dicts/kasumi"
+
+PATCHES="${FILESDIR}/${PN}-1.2.1-qt335.patch"
+
+pkg_postinst() {
+ elog
+ elog "To use skim, you should use the following in your user startup scripts"
+ elog "such as .gnomerc or .xinitrc:"
+ elog
+ elog "LANG='your_language' skim -d"
+ elog "export XMODIFIERS=@im=SCIM"
+ elog "export GTK_IM_MODULE=scim"
+ elog "export QT_IM_MODULE=scim"
+ elog
+}