summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/scim-tables/ChangeLog7
-rw-r--r--app-i18n/scim-tables/Manifest6
-rw-r--r--app-i18n/scim-tables/files/digest-scim-tables-0.4.11
-rw-r--r--app-i18n/scim-tables/scim-tables-0.4.1.ebuild24
4 files changed, 35 insertions, 3 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog
index a475629f1eac..f2746e343f3b 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 Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.16 2004/08/03 18:44:05 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.17 2004/08/14 00:08:12 usata Exp $
+
+*scim-tables-0.4.1 (14 Aug 2004)
+
+ 14 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> +scim-tables-0.4.1.ebuild:
+ Version bumped.
04 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> scim-tables-0.4.0.ebuild:
Marked as stable.
diff --git a/app-i18n/scim-tables/Manifest b/app-i18n/scim-tables/Manifest
index 8ee8f859332c..ddddf54c9a17 100644
--- a/app-i18n/scim-tables/Manifest
+++ b/app-i18n/scim-tables/Manifest
@@ -1,6 +1,8 @@
-MD5 e1ae04cbf9df992aa2b81c6047aecb22 scim-tables-0.4.0.ebuild 704
MD5 51cf3ddcad0aae73fadc0d2a4249357b ChangeLog 2403
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 478098402fa6ebf67c4962b4dfe3bbfb scim-tables-0.3.5.ebuild 696
-MD5 006044b089b0a67e08bd1eaf60f6e901 files/digest-scim-tables-0.4.0 70
+MD5 e1ae04cbf9df992aa2b81c6047aecb22 scim-tables-0.4.0.ebuild 704
+MD5 cddf6cf5fcf12ea85b7613d3558e44fb scim-tables-0.4.1.ebuild 706
MD5 987a151995d448b5141b853c617ba74f files/digest-scim-tables-0.3.5 70
+MD5 006044b089b0a67e08bd1eaf60f6e901 files/digest-scim-tables-0.4.0 70
+MD5 a5eeb2aff54f0dfee4699685231ea261 files/digest-scim-tables-0.4.1 70
diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.4.1 b/app-i18n/scim-tables/files/digest-scim-tables-0.4.1
new file mode 100644
index 000000000000..0f83096a9e8a
--- /dev/null
+++ b/app-i18n/scim-tables/files/digest-scim-tables-0.4.1
@@ -0,0 +1 @@
+MD5 2d7f35f357b9ff903586b21da59563bd scim-tables-0.4.1.tar.gz 3789238
diff --git a/app-i18n/scim-tables/scim-tables-0.4.1.ebuild b/app-i18n/scim-tables/scim-tables-0.4.1.ebuild
new file mode 100644
index 000000000000..d20565527807
--- /dev/null
+++ b/app-i18n/scim-tables/scim-tables-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.1.ebuild,v 1.1 2004/08/14 00:08:12 usata 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 ~alpha ~ppc"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-0.99 app-i18n/scim-cvs )"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc README ChangeLog AUTHORS
+}