diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-26 00:09:36 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-26 00:09:36 +0000 |
commit | c06db4b2bd371b17b588e9e9f5664a5718a45d00 (patch) | |
tree | e5239ec8f9ff60cdb40563ca9b9e456b46ffe0dc /app-i18n | |
parent | fix manifest (diff) | |
download | gentoo-2-c06db4b2bd371b17b588e9e9f5664a5718a45d00.tar.gz gentoo-2-c06db4b2bd371b17b588e9e9f5664a5718a45d00.tar.bz2 gentoo-2-c06db4b2bd371b17b588e9e9f5664a5718a45d00.zip |
switched to use rpm eclass and removed rpm dep
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-chinese/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/scim-chinese/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/scim-chinese/scim-chinese-0.2.2.ebuild | 13 |
3 files changed, 11 insertions, 11 deletions
diff --git a/app-i18n/scim-chinese/ChangeLog b/app-i18n/scim-chinese/ChangeLog index 5bf64ca8ac4d..a4f8b091fcc7 100644 --- a/app-i18n/scim-chinese/ChangeLog +++ b/app-i18n/scim-chinese/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/scim-chinese # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.3 2003/06/11 22:15:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.4 2003/06/26 00:09:28 liquidx Exp $ + + 26 Jun 2003; Alastair Tse <liquidx@gentoo.org> scim-chinese-0.2.2.ebuild: + switched to using rpm eclass 11 Jun 2003; Alastair Tse <liquidx@gentoo.org> scim-chinese-0.2.2.ebuild: fixed hardcoded dodoc diff --git a/app-i18n/scim-chinese/Manifest b/app-i18n/scim-chinese/Manifest index 8414ce084cf4..c64f7163ed3d 100644 --- a/app-i18n/scim-chinese/Manifest +++ b/app-i18n/scim-chinese/Manifest @@ -1,5 +1,5 @@ MD5 276146ae5bb24a294d5f34060eb94a71 scim-chinese-0.2.1.ebuild 1571 -MD5 f959a108dad0bac5bf69b9b1ba1506bb ChangeLog 747 -MD5 f5b064df8ec1660c3b7f57f1dcffd425 scim-chinese-0.2.2.ebuild 1559 +MD5 144233fc01fabf905151b75948695ef4 ChangeLog 855 +MD5 f90a640ad49e0bfffe280103a5cc19eb scim-chinese-0.2.2.ebuild 1504 MD5 711ddeffc04e00fc58aae25eb1f6e5d5 files/digest-scim-chinese-0.2.1 75 MD5 15dac5aa5dc2201721bada665c53992e files/digest-scim-chinese-0.2.2 75 diff --git a/app-i18n/scim-chinese/scim-chinese-0.2.2.ebuild b/app-i18n/scim-chinese/scim-chinese-0.2.2.ebuild index 34667029ff16..fe1d3a794782 100644 --- a/app-i18n/scim-chinese/scim-chinese-0.2.2.ebuild +++ b/app-i18n/scim-chinese/scim-chinese-0.2.2.ebuild @@ -1,6 +1,8 @@ # 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-chinese/scim-chinese-0.2.2.ebuild,v 1.2 2003/06/11 22:15:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/scim-chinese-0.2.2.ebuild,v 1.3 2003/06/26 00:09:28 liquidx Exp $ + +inherit rpm DESCRIPTION="Smart Common Input Method (SCIM) Closed Source Pinyin Input Method" HOMEPAGE="http://www.gnuchina.org/~suzhe/scim/" @@ -13,17 +15,12 @@ IUSE="" RDEPEND="virtual/x11 >=app-i18n/scim-0.4.1" - + DEPEND="${RDEPEND} - app-arch/rpm" + >=app-arch/rpm2targz-9.0-r1" S=${WORKDIR} -src_unpack() { - cd ${S} - rpm2cpio ${DISTDIR}/${A} | cpio -i --make-directories -} - src_compile() { return } |