summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-06-20 17:25:32 +0000
committerMamoru Komachi <usata@gentoo.org>2004-06-20 17:25:32 +0000
commit08b7ce9615fd6729386c3613ec2ba4c882efa677 (patch)
treed61d3f9e9be8d34cfae7b21bb77636b8f4bfab4c /app-i18n/scim-tables
parentStable on alpha. (diff)
downloadhistorical-08b7ce9615fd6729386c3613ec2ba4c882efa677.tar.gz
historical-08b7ce9615fd6729386c3613ec2ba4c882efa677.tar.bz2
historical-08b7ce9615fd6729386c3613ec2ba4c882efa677.zip
Version bumped.
Diffstat (limited to 'app-i18n/scim-tables')
-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.01
-rw-r--r--app-i18n/scim-tables/scim-tables-0.4.0.ebuild24
4 files changed, 35 insertions, 3 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog
index dde4bc987815..634385df635a 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.10 2004/04/26 08:28:09 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.11 2004/06/20 17:25:32 usata Exp $
+
+*scim-tables-0.4.0 (21 Jun 2004)
+
+ 21 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> +scim-tables-0.4.0.ebuild:
+ Version bumped.
*scim-tables-0.3.5 (26 Apr 2004)
diff --git a/app-i18n/scim-tables/Manifest b/app-i18n/scim-tables/Manifest
index 61e7ea2a5d72..7b66ed80f6cc 100644
--- a/app-i18n/scim-tables/Manifest
+++ b/app-i18n/scim-tables/Manifest
@@ -1,6 +1,8 @@
-MD5 3e4f81bef499513074271c6ead84b2af ChangeLog 1751
-MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 5ef07552b71f9a1e2ad99042d4b70fe4 scim-tables-0.4.0.ebuild 683
MD5 ea6c606c0f88162b03f77322fd74abc0 scim-tables-0.3.0.ebuild 733
+MD5 b8fb14776e7d74202e591f81613cfd6a ChangeLog 1877
+MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 e3132d08104e06f6b3e5f11ed6520c65 scim-tables-0.3.5.ebuild 692
+MD5 006044b089b0a67e08bd1eaf60f6e901 files/digest-scim-tables-0.4.0 70
MD5 8c1b48d243e69f545fa4f600feebbf79 files/digest-scim-tables-0.3.0 70
MD5 987a151995d448b5141b853c617ba74f files/digest-scim-tables-0.3.5 70
diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.4.0 b/app-i18n/scim-tables/files/digest-scim-tables-0.4.0
new file mode 100644
index 000000000000..ba516a1bd210
--- /dev/null
+++ b/app-i18n/scim-tables/files/digest-scim-tables-0.4.0
@@ -0,0 +1 @@
+MD5 b0b68769dc35569e8683a4ead79ac889 scim-tables-0.4.0.tar.gz 3786400
diff --git a/app-i18n/scim-tables/scim-tables-0.4.0.ebuild b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild
new file mode 100644
index 000000000000..0491f2ae5000
--- /dev/null
+++ b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild
@@ -0,0 +1,24 @@
+# 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.4.0.ebuild,v 1.1 2004/06/20 17:25:32 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 ~ppc"
+IUSE=""
+
+DEPEND=">=app-i18n/scim-0.5.6"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc README ChangeLog AUTHORS
+}