summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-11 22:15:54 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-11 22:15:54 +0000
commit7074cfa5ac43e4dd0c3894252e550ca69adfc1cf (patch)
treef79632acaed940544d440cec340bdd1807999298 /app-i18n
parentChanged horrible error in ebuild. Closes #22638 (diff)
downloadhistorical-7074cfa5ac43e4dd0c3894252e550ca69adfc1cf.tar.gz
historical-7074cfa5ac43e4dd0c3894252e550ca69adfc1cf.tar.bz2
historical-7074cfa5ac43e4dd0c3894252e550ca69adfc1cf.zip
fixed hard coded path
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-chinese/ChangeLog5
-rw-r--r--app-i18n/scim-chinese/Manifest4
-rw-r--r--app-i18n/scim-chinese/scim-chinese-0.2.2.ebuild4
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}
}