blob: 91bf2ac338d09a5a818f018e7d6345d0acdd0d7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.2.ebuild,v 1.3 2004/06/24 22:41:27 agriffis Exp $
inherit kde
need-kde 3
newdepend ">=app-office/qhacc-2.9"
DESCRIPTION="KDE personal accounting system based on QHacc."
HOMEPAGE="http://qhacc.sourceforge.net"
SRC_URI="mirror://sourceforge/qhacc//${P}.tar.gz"
KEYWORDS="~x86"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
|