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 | e2e6ad3164cbb0fbf3273b62dc0418a5b81a59fd (patch) | |
tree | 70b8de5e2cfd232fae3a196a36575d3c0bb1d024 /app-i18n/scim-chinese | |
parent | Initial import. (Manifest recommit) (diff) | |
download | gentoo-2-e2e6ad3164cbb0fbf3273b62dc0418a5b81a59fd.tar.gz gentoo-2-e2e6ad3164cbb0fbf3273b62dc0418a5b81a59fd.tar.bz2 gentoo-2-e2e6ad3164cbb0fbf3273b62dc0418a5b81a59fd.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 | 2 | ||||
-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, 32 insertions, 1 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..fc70bb470ada 100644 --- a/app-i18n/scim-chinese/Manifest +++ b/app-i18n/scim-chinese/Manifest @@ -1,6 +1,8 @@ MD5 6799eb0887916293b7a9f56402b18542 ChangeLog 1718 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 +MD5 8555013e645eaff0a9f8418861651e0e scim-chinese-0.3.0.ebuild 502 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 |