summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-03-09 21:48:39 +0000
committerDominik Stadler <centic@gentoo.org>2004-03-09 21:48:39 +0000
commit41c37d5450f0a600f13788ab5d907abcb4288146 (patch)
tree774c14e83275f7ba7518234c7bac85f655242b8e /app-office/khacc
parentVersion bumped. (diff)
downloadhistorical-41c37d5450f0a600f13788ab5d907abcb4288146.tar.gz
historical-41c37d5450f0a600f13788ab5d907abcb4288146.tar.bz2
historical-41c37d5450f0a600f13788ab5d907abcb4288146.zip
Add einfo for issues with qhacc.
Diffstat (limited to 'app-office/khacc')
-rw-r--r--app-office/khacc/ChangeLog7
-rw-r--r--app-office/khacc/Manifest4
-rw-r--r--app-office/khacc/khacc-1.7.8.ebuild10
3 files changed, 16 insertions, 5 deletions
diff --git a/app-office/khacc/ChangeLog b/app-office/khacc/ChangeLog
index 39612e0bc177..dc99ed93b816 100644
--- a/app-office/khacc/ChangeLog
+++ b/app-office/khacc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/khacc
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/ChangeLog,v 1.3 2004/03/06 21:26:28 centic Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/ChangeLog,v 1.4 2004/03/09 21:48:39 centic Exp $
+
+ 09 Mar 2004; Dominik Stadler <centic@gentoo.org> khacc-1.7.8.ebuild:
+ Add einfo for necessary action for qhacc, see Bug 38825
*khacc-1.7.8 (07 Mar 2004)
diff --git a/app-office/khacc/Manifest b/app-office/khacc/Manifest
index e1e58880c594..ed609d88fb6c 100644
--- a/app-office/khacc/Manifest
+++ b/app-office/khacc/Manifest
@@ -1,6 +1,6 @@
-MD5 cb0cd56d4f20085d1855b468417b7b7f ChangeLog 524
+MD5 f51a33dc8a31baf6c1dce1341d9bcc0f ChangeLog 656
MD5 694a2ceb37667df2e7bf6b95ccaf316d khacc-1.7.2.ebuild 470
MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163
-MD5 46f5dbeb108992a8360b0780951ab431 khacc-1.7.8.ebuild 517
+MD5 4d2fa996cfb144306f31885431c8896d khacc-1.7.8.ebuild 825
MD5 51ee80d47afaa16d79ecabd545fae66d files/digest-khacc-1.7.2 64
MD5 c5338f11ed339e1e95adf995e6eae14b files/digest-khacc-1.7.8 64
diff --git a/app-office/khacc/khacc-1.7.8.ebuild b/app-office/khacc/khacc-1.7.8.ebuild
index a23a26d6b545..273609d87342 100644
--- a/app-office/khacc/khacc-1.7.8.ebuild
+++ b/app-office/khacc/khacc-1.7.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/khacc-1.7.8.ebuild,v 1.1 2004/03/06 21:26:28 centic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/khacc-1.7.8.ebuild,v 1.2 2004/03/09 21:48:39 centic Exp $
inherit kde
need-kde 3
@@ -17,3 +17,11 @@ src_compile() {
myconf="$myconf --with-qhacc-includes=/usr/include --with-qhacc-libs=/usr/lib --with-qhacc-config=/usr/bin"
kde_src_compile
}
+
+pkg_postinst() {
+ einfo "Copy the files in /etc/qhacc to ~/.qhacc,
+ You have to run this program with the command:
+ khacc -f ~/.qhacc/
+ I prefer to put this in my .bashrc
+ alias khacc=\"khacc -f ~/.qhacc\""
+}