summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-10-31 21:45:10 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-10-31 21:45:10 +0000
commit0d82f41f280f2ba7e54b5ccafb2a4226b356ee32 (patch)
treea4c92839e424e0547a62f02b89361a41f1ea812a /app-office/khacc/khacc-1.7.9.ebuild
parentvesafb-tng and fbsplash updates. parport/lp printing and kswapd/vm fixes. (diff)
downloadhistorical-0d82f41f280f2ba7e54b5ccafb2a4226b356ee32.tar.gz
historical-0d82f41f280f2ba7e54b5ccafb2a4226b356ee32.tar.bz2
historical-0d82f41f280f2ba7e54b5ccafb2a4226b356ee32.zip
clean up
Diffstat (limited to 'app-office/khacc/khacc-1.7.9.ebuild')
-rw-r--r--app-office/khacc/khacc-1.7.9.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-office/khacc/khacc-1.7.9.ebuild b/app-office/khacc/khacc-1.7.9.ebuild
deleted file mode 100644
index ebe512a1aff3..000000000000
--- a/app-office/khacc/khacc-1.7.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/khacc-1.7.9.ebuild,v 1.3 2004/06/24 22:41:27 agriffis Exp $
-
-inherit kde
-need-kde 3
-
-newdepend "=app-office/qhacc-2.9.9"
-
-DESCRIPTION="KDE personal accounting system based on QHacc."
-HOMEPAGE="http://qhacc.sourceforge.net"
-SRC_URI="mirror://sourceforge/qhacc/${P}.tar.gz"
-
-KEYWORDS="~x86 ~sparc ~ppc"
-LICENSE="GPL-2"
-
-IUSE=""
-SLOT="0"
-
-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\""
-}
-