diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-11 22:15:54 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-11 22:15:54 +0000 |
commit | 32b8eeac8a37b591f1558f2bac18b9fc4f7c86e2 (patch) | |
tree | dbebcdf0a509f9d87090f2e6028e6754f064ce07 /app-i18n/scim-chinese | |
parent | Changed horrible error in ebuild. Closes #22638 (diff) | |
download | gentoo-2-32b8eeac8a37b591f1558f2bac18b9fc4f7c86e2.tar.gz gentoo-2-32b8eeac8a37b591f1558f2bac18b9fc4f7c86e2.tar.bz2 gentoo-2-32b8eeac8a37b591f1558f2bac18b9fc4f7c86e2.zip |
fixed hard coded path
Diffstat (limited to 'app-i18n/scim-chinese')
-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 | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-i18n/scim-chinese/ChangeLog b/app-i18n/scim-chinese/ChangeLog index dbb0cab63bea..5bf64ca8ac4d 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.2 2003/06/11 00:29:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.3 2003/06/11 22:15:45 liquidx Exp $ + + 11 Jun 2003; Alastair Tse <liquidx@gentoo.org> scim-chinese-0.2.2.ebuild: + fixed hardcoded dodoc *scim-chinese-0.2.2 (11 Jun 2003) diff --git a/app-i18n/scim-chinese/Manifest b/app-i18n/scim-chinese/Manifest index 0f0e5028810a..8414ce084cf4 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 1774e58ff3b5e0e91181b35c39390e85 ChangeLog 646 -MD5 3402e0d7603ac66d8dde091518ede552 scim-chinese-0.2.2.ebuild 1572 +MD5 f959a108dad0bac5bf69b9b1ba1506bb ChangeLog 747 +MD5 f5b064df8ec1660c3b7f57f1dcffd425 scim-chinese-0.2.2.ebuild 1559 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 970846615062..34667029ff16 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,6 @@ # 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.1 2003/06/11 00:29:51 liquidx Exp $ +# $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 $ DESCRIPTION="Smart Common Input Method (SCIM) Closed Source Pinyin Input Method" HOMEPAGE="http://www.gnuchina.org/~suzhe/scim/" @@ -62,5 +62,5 @@ src_install() { insinto /etc/gconf/schemas doins etc/gconf/schemas/* - dodoc usr/share/doc/packages/scim-chinese-0.2.1/{AUTHORS,COPYING,README} + dodoc usr/share/doc/packages/${PF}/{AUTHORS,COPYING,README} } |