diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-07 11:01:30 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-07 11:01:30 +0000 |
commit | da23936e039ac1075506192e64dc4b3f923bc7f9 (patch) | |
tree | eba7f636648d0d8338fe37008179301aeccc6e0f /app-i18n | |
parent | new version (diff) | |
download | historical-da23936e039ac1075506192e64dc4b3f923bc7f9.tar.gz historical-da23936e039ac1075506192e64dc4b3f923bc7f9.tar.bz2 historical-da23936e039ac1075506192e64dc4b3f923bc7f9.zip |
new version
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-tables/Manifest | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/files/digest-scim-tables-0.2.2 | 1 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.2.1.ebuild | 7 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.2.2.ebuild | 26 |
4 files changed, 33 insertions, 7 deletions
diff --git a/app-i18n/scim-tables/Manifest b/app-i18n/scim-tables/Manifest index 953be07e2f9c..7080f5af07fa 100644 --- a/app-i18n/scim-tables/Manifest +++ b/app-i18n/scim-tables/Manifest @@ -1,6 +1,6 @@ -MD5 9cc962aa4e8f8fcc3f2e60ab085e7f9a scim-tables-0.2.1.ebuild 681 +MD5 a8fe8ad920c2710797f7ace0064ad692 scim-tables-0.2.1.ebuild 684 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 c6586c8512dcc45be20851ca49b1bbeb ChangeLog 362 -MD5 91c16c8dc03afc1fc43b4c05d789f30f scim-tables-0.2.2.ebuild 682 +MD5 4ae2b42307b503a2c845c9381e87c644 ChangeLog 524 +MD5 ebcb10482addb7d95278f43adc13b8b6 scim-tables-0.2.2.ebuild 685 MD5 c6de8b28ebe045b1ce480db4994024ec files/digest-scim-tables-0.2.1 70 MD5 7223e772251a04a44d09c5b0c77440ce files/digest-scim-tables-0.2.2 70 diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.2.2 b/app-i18n/scim-tables/files/digest-scim-tables-0.2.2 new file mode 100644 index 000000000000..e48f3efdff2b --- /dev/null +++ b/app-i18n/scim-tables/files/digest-scim-tables-0.2.2 @@ -0,0 +1 @@ +MD5 424d70113018f0a6b34ae6ce7c5684f4 scim-tables-0.2.2.tar.gz 1868709 diff --git a/app-i18n/scim-tables/scim-tables-0.2.1.ebuild b/app-i18n/scim-tables/scim-tables-0.2.1.ebuild index 01961bccca00..52b79aa9944e 100644 --- a/app-i18n/scim-tables/scim-tables-0.2.1.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.2.1.ebuild @@ -1,16 +1,15 @@ # 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.2 2003/06/29 22:12:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.2.1.ebuild,v 1.3 2003/07/07 11:00:56 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" +HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" +SRC_URI="http://www.turbolinux.com.cn/~suzhe/scim/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" -RESTRICT="nomirror" DEPEND=">=app-i18n/scim-0.4.1" diff --git a/app-i18n/scim-tables/scim-tables-0.2.2.ebuild b/app-i18n/scim-tables/scim-tables-0.2.2.ebuild new file mode 100644 index 000000000000..09d37d3a1bb0 --- /dev/null +++ b/app-i18n/scim-tables/scim-tables-0.2.2.ebuild @@ -0,0 +1,26 @@ +# 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.2.ebuild,v 1.1 2003/07/07 11:00:56 liquidx Exp $ + +DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" +HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" +SRC_URI="http://www.turbolinux.com.cn/~suzhe/scim//sources/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND=">=app-i18n/scim-0.5.1" + +S=${WORKDIR}/${P} + +src_compile() { + econf ${myconf} + emake || "make failed" +} + +src_install() { + einstall || "install failed" + dodoc README ChangeLog AUTHORS +} |