diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-05-04 07:27:27 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-05-04 07:27:27 +0000 |
commit | 52aa93ed158f866976a622460e0af4ec23ca1ef4 (patch) | |
tree | 35be78991cbef8cc538770fed7431f2383e746e5 /app-i18n/scim-chinese | |
parent | Initial import. (diff) | |
download | historical-52aa93ed158f866976a622460e0af4ec23ca1ef4.tar.gz historical-52aa93ed158f866976a622460e0af4ec23ca1ef4.tar.bz2 historical-52aa93ed158f866976a622460e0af4ec23ca1ef4.zip |
new GPL'ed version of scim-chinese (smart pinyin input). Ebuild submitted by Ming Zhao <zhaoming@tsinghua.org.cn> (#49674)
Diffstat (limited to 'app-i18n/scim-chinese')
-rw-r--r-- | app-i18n/scim-chinese/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-chinese/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/scim-chinese/files/digest-scim-chinese-0.3.0 | 1 | ||||
-rw-r--r-- | app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild | 22 |
4 files changed, 33 insertions, 2 deletions
diff --git a/app-i18n/scim-chinese/ChangeLog b/app-i18n/scim-chinese/ChangeLog index 1504bb14721f..4e581a9bf2db 100644 --- a/app-i18n/scim-chinese/ChangeLog +++ b/app-i18n/scim-chinese/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/scim-chinese # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.9 2004/02/07 07:20:18 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.10 2004/05/04 07:27:27 liquidx Exp $ + +*scim-chinese-0.3.0 (04 May 2004) + + 04 May 2004; Alastair Tse <liquidx@gentoo.org> +scim-chinese-0.3.0.ebuild: + new GPL'ed version of scim-chinese (smart pinyin input). Ebuild submitted by + Ming Zhao <zhaoming@tsinghua.org.cn> (#49674) *scim-chinese-0.2.7 (07 Feb 2004) diff --git a/app-i18n/scim-chinese/Manifest b/app-i18n/scim-chinese/Manifest index af391e22fe0c..bd04235c7000 100644 --- a/app-i18n/scim-chinese/Manifest +++ b/app-i18n/scim-chinese/Manifest @@ -1,6 +1,8 @@ -MD5 6799eb0887916293b7a9f56402b18542 ChangeLog 1718 +MD5 ec7668639d59718b7a0f9b0e45e042b9 ChangeLog 1959 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 +MD5 d9678fe516f3456ef61f5899583866d3 scim-chinese-0.3.0.ebuild 634 MD5 46409ee7f10df724a85e544543875bb0 scim-chinese-0.2.6.ebuild 1453 MD5 382d33aa9ba9b39ff601dbb4239b9a4e scim-chinese-0.2.7.ebuild 1358 +MD5 a9b283e15eb05eeac84a66262bdb0521 files/digest-scim-chinese-0.3.0 71 MD5 a893ac1589517737cbc8e14eaf684d86 files/digest-scim-chinese-0.2.6 75 MD5 5252240f2f44e22c0761d58bc04051b5 files/digest-scim-chinese-0.2.7 75 diff --git a/app-i18n/scim-chinese/files/digest-scim-chinese-0.3.0 b/app-i18n/scim-chinese/files/digest-scim-chinese-0.3.0 new file mode 100644 index 000000000000..e1f839e20b56 --- /dev/null +++ b/app-i18n/scim-chinese/files/digest-scim-chinese-0.3.0 @@ -0,0 +1 @@ +MD5 fd82f2fe86883b2a927311dbb4e89cac scim-chinese-0.3.0.tar.gz 4811337 diff --git a/app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild b/app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild new file mode 100644 index 000000000000..0602ec768164 --- /dev/null +++ b/app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild @@ -0,0 +1,22 @@ +# 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-chinese/scim-chinese-0.3.0.ebuild,v 1.1 2004/05/04 07:27:27 liquidx Exp $ + +inherit gnome2 + +DESCRIPTION="Smart Common Input Method (SCIM) Smart Pinyin Input Method" +HOMEPAGE="http://freedesktop.org/~suzhe/" +SRC_URI="http://freedesktop.org/~suzhe/${PN}/${P}.tar.gz" + +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/x11 + >=app-i18n/scim-0.9.0" + +SCROLLKEEPER_UPDATE="0" +G2CONF="--disable-static" +DOCS="AUTHORS COPYING NEWS README ChangeLog" +USE_DESTDIR=1 |