summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-08-06 16:10:06 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-08-06 16:10:06 +0000
commite15bba1470881942e2d410d013b959db876b0377 (patch)
treebfb171c7cfbca9f8f8abe904d6b2e82536b20721 /app-i18n/scim-anthy
parentpull in texinfo for USE=test #142966 by Brant Gurganus (diff)
downloadgentoo-2-e15bba1470881942e2d410d013b959db876b0377.tar.gz
gentoo-2-e15bba1470881942e2d410d013b959db876b0377.tar.bz2
gentoo-2-e15bba1470881942e2d410d013b959db876b0377.zip
Version bumped
(Portage version: 2.1-r1)
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r--app-i18n/scim-anthy/ChangeLog7
-rw-r--r--app-i18n/scim-anthy/files/digest-scim-anthy-0.7.12
-rw-r--r--app-i18n/scim-anthy/files/digest-scim-anthy-1.2.03
-rw-r--r--app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild56
4 files changed, 67 insertions, 1 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog
index 24ee03074537..158cf45cb098 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.32 2006/07/04 00:06:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.33 2006/08/06 16:10:06 matsuu Exp $
+
+*scim-anthy-1.2.0 (06 Aug 2006)
+
+ 06 Aug 2006; MATSUU Takuto <matsuu@gentoo.org> +scim-anthy-1.2.0.ebuild:
+ Version bumped
04 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
-scim-anthy-0.8.0.ebuild, -scim-anthy-0.9.0.ebuild,
diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-0.7.1 b/app-i18n/scim-anthy/files/digest-scim-anthy-0.7.1
index f7c6acd34732..76bf5035b667 100644
--- a/app-i18n/scim-anthy/files/digest-scim-anthy-0.7.1
+++ b/app-i18n/scim-anthy/files/digest-scim-anthy-0.7.1
@@ -1 +1,3 @@
MD5 c0cc77402b8c9aa1fc0525398ef1cb90 scim-anthy-0.7.1.tar.gz 593450
+RMD160 f772e7a12c9a8606768079d8bfd8da6dbc7949bc scim-anthy-0.7.1.tar.gz 593450
+SHA256 4e329d9e749edced8af3e3e9861a58304d4c2e715948e1974b541c237ad2b35e scim-anthy-0.7.1.tar.gz 593450
diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-1.2.0 b/app-i18n/scim-anthy/files/digest-scim-anthy-1.2.0
new file mode 100644
index 000000000000..0042392d47a2
--- /dev/null
+++ b/app-i18n/scim-anthy/files/digest-scim-anthy-1.2.0
@@ -0,0 +1,3 @@
+MD5 ce8d4ff0c8e96413d343e2d80daba3ee scim-anthy-1.2.0.tar.gz 643320
+RMD160 9aca26a2aba0f3bc127b5cfd586b1053d09e6faf scim-anthy-1.2.0.tar.gz 643320
+SHA256 786eece2d342ab8b66575c927d8741e202d3091daa1947c3bd2e14a02745d228 scim-anthy-1.2.0.tar.gz 643320
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild
new file mode 100644
index 000000000000..9e32b7cf168e
--- /dev/null
+++ b/app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild
@@ -0,0 +1,56 @@
+# 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.2.0.ebuild,v 1.1 2006/08/06 16:10:06 matsuu Exp $
+
+inherit libtool
+
+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/21166/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 )
+ || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )
+ nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}
+ app-dicts/kasumi"
+DEPEND="${DEPEND}
+ nls? ( sys-devel/gettext )
+ dev-util/pkgconfig"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ elibtoolize
+}
+
+src_compile() {
+ econf \
+ $(use_enable nls) \
+ --disable-static \
+ --disable-dependency-tracking || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake 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
+}