diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-25 15:11:27 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-25 15:11:27 +0000 |
commit | c67f87674b39b6ed6e225e033897b6edc3831c24 (patch) | |
tree | dce1eebcbd67bef5bf841d69a80efa460bf5dfed /app-i18n/scim-tables | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-c67f87674b39b6ed6e225e033897b6edc3831c24.tar.gz gentoo-2-c67f87674b39b6ed6e225e033897b6edc3831c24.tar.bz2 gentoo-2-c67f87674b39b6ed6e225e033897b6edc3831c24.zip |
massive chinese input support addition! watch out debian, here we come!
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/scim-tables/Manifest | 3 | ||||
-rw-r--r-- | app-i18n/scim-tables/files/digest-scim-tables-0.2.1 | 1 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.2.1.ebuild | 27 |
4 files changed, 39 insertions, 1 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog new file mode 100644 index 000000000000..6c1518630f14 --- /dev/null +++ b/app-i18n/scim-tables/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-i18n/scim-tables +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.1 2003/05/25 15:10:52 liquidx Exp $ + +*scim-tables-0.2.1 (25 May 2003) + + 25 May 2003; Alastair Tse <liquidx@gentoo.org> scim-tables-0.2.1.ebuild: + New ebuild needed for SCIM + diff --git a/app-i18n/scim-tables/Manifest b/app-i18n/scim-tables/Manifest index 9f4d0d2594a8..8dfe3a4bee6d 100644 --- a/app-i18n/scim-tables/Manifest +++ b/app-i18n/scim-tables/Manifest @@ -1,2 +1,3 @@ -MD5 e737b6974124db6debc9ddec38c88dc7 scim-tables-0.2.1.ebuild 586 +MD5 b212c0e0ba83ea434b2c5d3d3798e059 scim-tables-0.2.1.ebuild 695 +MD5 c6586c8512dcc45be20851ca49b1bbeb ChangeLog 362 MD5 c6de8b28ebe045b1ce480db4994024ec files/digest-scim-tables-0.2.1 70 diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.2.1 b/app-i18n/scim-tables/files/digest-scim-tables-0.2.1 new file mode 100644 index 000000000000..7049ee7bb7a3 --- /dev/null +++ b/app-i18n/scim-tables/files/digest-scim-tables-0.2.1 @@ -0,0 +1 @@ +MD5 491cb1b5a5d978dea1af7b2ee5e1f2e2 scim-tables-0.2.1.tar.gz 1424174 diff --git a/app-i18n/scim-tables/scim-tables-0.2.1.ebuild b/app-i18n/scim-tables/scim-tables-0.2.1.ebuild new file mode 100644 index 000000000000..7bfc167fb619 --- /dev/null +++ b/app-i18n/scim-tables/scim-tables-0.2.1.ebuild @@ -0,0 +1,27 @@ +# 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-tables/scim-tables-0.2.1.ebuild,v 1.1 2003/05/25 15:10:52 liquidx Exp $ + +DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" +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="" +RESTRICT="nomirror" + +DEPEND=">=app-i18n/scim-0.4.1" + +S=${WORKDIR}/${P} + +src_compile() { + econf ${myconf} + emake || "make failed" +} + +src_install() { + einstall || "install failed" + dodoc README ChangeLog AUTHORS +} |