summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-05-25 15:10:52 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-05-25 15:10:52 +0000
commit9a4cd1678813fce57d53bcc783ab3c54f1552509 (patch)
tree14d81b11a5f2b7bce521c783f3fddee72fee646f /app-i18n/scim
parentnow uses mirror://kernel (diff)
downloadhistorical-9a4cd1678813fce57d53bcc783ab3c54f1552509.tar.gz
historical-9a4cd1678813fce57d53bcc783ab3c54f1552509.tar.bz2
historical-9a4cd1678813fce57d53bcc783ab3c54f1552509.zip
massive chinese input support addition! watch out debian, here we come!
Diffstat (limited to 'app-i18n/scim')
-rw-r--r--app-i18n/scim/ChangeLog9
-rw-r--r--app-i18n/scim/Manifest2
-rw-r--r--app-i18n/scim/files/digest-scim-0.4.11
-rw-r--r--app-i18n/scim/scim-0.4.1.ebuild45
4 files changed, 57 insertions, 0 deletions
diff --git a/app-i18n/scim/ChangeLog b/app-i18n/scim/ChangeLog
new file mode 100644
index 000000000000..30f8f93cac18
--- /dev/null
+++ b/app-i18n/scim/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-i18n/scim
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.1 2003/05/25 15:10:52 liquidx Exp $
+
+*scim-0.4.1 (25 May 2003)
+
+ 25 May 2003; Alastair Tse <liquidx@gentoo.org> scim-0.4.1.ebuild:
+ New ebuild of another Chinese Input System
+
diff --git a/app-i18n/scim/Manifest b/app-i18n/scim/Manifest
new file mode 100644
index 000000000000..1442631c6df8
--- /dev/null
+++ b/app-i18n/scim/Manifest
@@ -0,0 +1,2 @@
+MD5 b6e31745660428557285d282a39f40be scim-0.4.1.ebuild 923
+MD5 8cd8761fc85ac6df2a99fb43620d2c8c files/digest-scim-0.4.1 63
diff --git a/app-i18n/scim/files/digest-scim-0.4.1 b/app-i18n/scim/files/digest-scim-0.4.1
new file mode 100644
index 000000000000..b142b4be10dd
--- /dev/null
+++ b/app-i18n/scim/files/digest-scim-0.4.1
@@ -0,0 +1 @@
+MD5 5bdc752b5cfb18714f1ba25698a75804 scim-0.4.1.tar.gz 1194758
diff --git a/app-i18n/scim/scim-0.4.1.ebuild b/app-i18n/scim/scim-0.4.1.ebuild
new file mode 100644
index 000000000000..ab37017bc1d7
--- /dev/null
+++ b/app-i18n/scim/scim-0.4.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.4.1.ebuild,v 1.1 2003/05/25 15:10:52 liquidx Exp $
+
+inherit gnome2
+
+DESCRIPTION="Smart Common Input Method (SCIM) is a Input Method (IM) development platform"
+HOMEPAGE="http://www.gnuchina.org/~suzhe/scim/"
+SRC_URI="http://www.gnuchina.org/~suzhe/scim/sources/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gtk"
+
+RDEPEND="virtual/x11
+ >=gnome-base/gconf-1.2
+ >=dev-libs/libxml2-2.5
+ >=gnome-base/ORBit2-2.5
+ gtk? ( >=x11-libs/gtk+-2
+ >=dev-libs/atk-1
+ >=x11-libs/pango-1
+ >=dev-libs/glib-2 )"
+PDEPEND=">=app-i18n/scim-tables-0.2.1"
+
+DEPEND="${RDEPEND}
+ dev-lang/perl"
+
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ local myconf
+ use gtk || myconf="--disable-gtk2-immodule"
+ econf ${myconf}
+ emake || "make failed"
+}
+
+src_install() {
+ einstall || "install failed"
+ dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg
+ dohtml -r docs/html/*
+}
+
+SCROLLKEEPER_UPDATE="0"