summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-04-26 08:28:09 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-04-26 08:28:09 +0000
commita95bf4ba1bbcd446aad4bfbcb9ae382759fc1868 (patch)
tree981e9a170825e318664133e4fe9bcb0f52ac1a98 /app-i18n
parentversion bump (#48869). thanks to Ming Zhao <zhaoming@tsinghua.org.cn>. (diff)
downloadhistorical-a95bf4ba1bbcd446aad4bfbcb9ae382759fc1868.tar.gz
historical-a95bf4ba1bbcd446aad4bfbcb9ae382759fc1868.tar.bz2
historical-a95bf4ba1bbcd446aad4bfbcb9ae382759fc1868.zip
version bump
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-tables/ChangeLog7
-rw-r--r--app-i18n/scim-tables/files/digest-scim-tables-0.3.51
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.5.ebuild26
3 files changed, 33 insertions, 1 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog
index f970e3045e74..dde4bc987815 100644
--- a/app-i18n/scim-tables/ChangeLog
+++ b/app-i18n/scim-tables/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-tables
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.9 2004/04/25 22:11:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.10 2004/04/26 08:28:09 liquidx Exp $
+
+*scim-tables-0.3.5 (26 Apr 2004)
+
+ 26 Apr 2004; Alastair Tse <liquidx@gentoo.org> +scim-tables-0.3.5.ebuild:
+ version bump
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> scim-tables-0.2.1.ebuild,
scim-tables-0.2.2.ebuild, scim-tables-0.3.0.ebuild,
diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.3.5 b/app-i18n/scim-tables/files/digest-scim-tables-0.3.5
new file mode 100644
index 000000000000..fffd2cd32577
--- /dev/null
+++ b/app-i18n/scim-tables/files/digest-scim-tables-0.3.5
@@ -0,0 +1 @@
+MD5 5b924d0a517958fe29188ef96cd5a77a scim-tables-0.3.5.tar.gz 3149806
diff --git a/app-i18n/scim-tables/scim-tables-0.3.5.ebuild b/app-i18n/scim-tables/scim-tables-0.3.5.ebuild
new file mode 100644
index 000000000000..82295fc551b9
--- /dev/null
+++ b/app-i18n/scim-tables/scim-tables-0.3.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.5.ebuild,v 1.1 2004/04/26 08:28:09 liquidx Exp $
+
+DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
+HOMEPAGE="http://freedesktop.org/~suzhe/"
+SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND=">=app-i18n/scim-0.5.6"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf ${myconf}
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc README ChangeLog AUTHORS
+}