summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-11-06 13:14:55 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-11-06 13:14:55 +0000
commit7292b2f062b0a1f788c81d5b743c921a44156660 (patch)
tree6ae042f03b88cb2ccc9f53cc747ce934b742dccf /app-i18n
parentstable on amd64 wrt bug 111116 (diff)
downloadhistorical-7292b2f062b0a1f788c81d5b743c921a44156660.tar.gz
historical-7292b2f062b0a1f788c81d5b743c921a44156660.tar.bz2
historical-7292b2f062b0a1f788c81d5b743c921a44156660.zip
Version bumped. Fixed HOMEPAGE and SRC_URI.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-hangul/ChangeLog8
-rw-r--r--app-i18n/scim-hangul/Manifest6
-rw-r--r--app-i18n/scim-hangul/files/digest-scim-hangul-0.2.11
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild37
4 files changed, 49 insertions, 3 deletions
diff --git a/app-i18n/scim-hangul/ChangeLog b/app-i18n/scim-hangul/ChangeLog
index 50ff6f2d59f6..892bf9debc42 100644
--- a/app-i18n/scim-hangul/ChangeLog
+++ b/app-i18n/scim-hangul/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/scim-hangul
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.8 2005/01/01 14:39:05 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.9 2005/11/06 13:14:55 matsuu Exp $
+
+*scim-hangul-0.2.1 (06 Nov 2005)
+
+ 06 Nov 2005; MATSUU Takuto <matsuu@gentoo.org> +scim-hangul-0.2.1.ebuild:
+ Version bumped.
+ Fixed HOMEPAGE and SRC_URI.
27 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> -scim-hangul-0.1.0.ebuild,
-scim-hangul-0.1.1.ebuild, scim-hangul-0.1.2.ebuild:
diff --git a/app-i18n/scim-hangul/Manifest b/app-i18n/scim-hangul/Manifest
index b65dee23bf5b..06092071bfe1 100644
--- a/app-i18n/scim-hangul/Manifest
+++ b/app-i18n/scim-hangul/Manifest
@@ -1,4 +1,6 @@
-MD5 e9acd17a1ec83629909f68974c976642 ChangeLog 1391
+MD5 dea2486b021c1fd83782a3a74551406d ChangeLog 1546
+MD5 aa20d810924e12d946707d8b9e60334c files/digest-scim-hangul-0.1.2 69
+MD5 9c6915f3852e9584709b8ae7b8a6df00 files/digest-scim-hangul-0.2.1 70
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 b079cadaa2dc1efb374b022823f4f1b1 scim-hangul-0.1.2.ebuild 953
-MD5 aa20d810924e12d946707d8b9e60334c files/digest-scim-hangul-0.1.2 69
+MD5 88893dce99ac25aa1104012cc53304c7 scim-hangul-0.2.1.ebuild 935
diff --git a/app-i18n/scim-hangul/files/digest-scim-hangul-0.2.1 b/app-i18n/scim-hangul/files/digest-scim-hangul-0.2.1
new file mode 100644
index 000000000000..32ddae14a1d3
--- /dev/null
+++ b/app-i18n/scim-hangul/files/digest-scim-hangul-0.2.1
@@ -0,0 +1 @@
+MD5 586dbd1c01d414125e1bb13821c57f93 scim-hangul-0.2.1.tar.gz 1345947
diff --git a/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild b/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild
new file mode 100644
index 000000000000..73fecc539423
--- /dev/null
+++ b/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild,v 1.1 2005/11/06 13:14:55 matsuu Exp $
+
+inherit eutils
+
+DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
+HOMEPAGE="http://www.scim-im.org/"
+SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~ppc ~x86"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog NEWS 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
+}