summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-08-17 10:08:56 +0000
committerMamoru Komachi <usata@gentoo.org>2005-08-17 10:08:56 +0000
commit63fb61402f35b3ed559f28378fa1fea1c17aca5b (patch)
tree87e0e9cf5b6af1bd6631d22dc271284e801cd109 /app-i18n/scim-tables
parentNew version (#102687). (diff)
downloadgentoo-2-63fb61402f35b3ed559f28378fa1fea1c17aca5b.tar.gz
gentoo-2-63fb61402f35b3ed559f28378fa1fea1c17aca5b.tar.bz2
gentoo-2-63fb61402f35b3ed559f28378fa1fea1c17aca5b.zip
Version bumped.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r--app-i18n/scim-tables/ChangeLog7
-rw-r--r--app-i18n/scim-tables/Manifest12
-rw-r--r--app-i18n/scim-tables/files/digest-scim-tables-0.5.31
-rw-r--r--app-i18n/scim-tables/scim-tables-0.5.3.ebuild26
4 files changed, 35 insertions, 11 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog
index 63436baaee87..7f8f4d97542e 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.30 2005/08/11 13:49:33 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.31 2005/08/17 10:08:56 usata Exp $
+
+*scim-tables-0.5.3 (17 Aug 2005)
+
+ 17 Aug 2005; Mamoru KOMACHI <usata@gentoo.org> +scim-tables-0.5.3.ebuild:
+ Version bumped.
*scim-tables-0.5.2 (11 Aug 2005)
diff --git a/app-i18n/scim-tables/Manifest b/app-i18n/scim-tables/Manifest
index b361b6d1bf6c..90dfd3b19213 100644
--- a/app-i18n/scim-tables/Manifest
+++ b/app-i18n/scim-tables/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 feb26a3a7b79a97b22f40858f56e5b7f ChangeLog 4095
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 3f988b3308149a6baa9514487f48a4e8 scim-tables-0.5.0.ebuild 702
MD5 b44916d193f5684bcbe430faf6f17d4a scim-tables-0.5.2.ebuild 729
+MD5 b44916d193f5684bcbe430faf6f17d4a scim-tables-0.5.3.ebuild 729
MD5 dcead7a42490a138eaa65cfa864ca4b8 files/digest-scim-tables-0.5.0 70
MD5 b1f821d5fbf81e933ec93e39cbac2a24 files/digest-scim-tables-0.5.2 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC+1QpVWNWqTUmv+0RAv/MAJ9fcJHhkMYhqN+ziL0jMmKgudHTdgCff2Ac
-L8meKzZ3PhPoisD5TeLXXWw=
-=dgra
------END PGP SIGNATURE-----
+MD5 e4847ba4300cf9c35d4b6bd684f2db70 files/digest-scim-tables-0.5.3 70
diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.5.3 b/app-i18n/scim-tables/files/digest-scim-tables-0.5.3
new file mode 100644
index 000000000000..547662dbdfe3
--- /dev/null
+++ b/app-i18n/scim-tables/files/digest-scim-tables-0.5.3
@@ -0,0 +1 @@
+MD5 0e4c216af80e6a7d40d3d0224f84b22a scim-tables-0.5.3.tar.gz 5539832
diff --git a/app-i18n/scim-tables/scim-tables-0.5.3.ebuild b/app-i18n/scim-tables/scim-tables-0.5.3.ebuild
new file mode 100644
index 000000000000..d5b7c176f02c
--- /dev/null
+++ b/app-i18n/scim-tables/scim-tables-0.5.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 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.5.3.ebuild,v 1.1 2005/08/17 10:08:56 usata Exp $
+
+inherit kde-functions
+
+DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
+HOMEPAGE="http://www.scim-im.org/"
+SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc README ChangeLog AUTHORS
+}