blob: 9e9734d212a4a8e4c63f0c3b10cdc5a80d0b2955 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.8.1.1.ebuild,v 1.2 2005/09/22 11:41:27 metalgod Exp $
inherit kde
DESCRIPTION="A modern multi-purpose calculator for KDE"
HOMEPAGE="http://qalculate.sourceforge.net/"
SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
DEPEND="=sci-libs/libqalculate-0.8.1.1*
x11-libs/qt
kde-base/kdelibs"
DOCS="AUTHORS ChangeLog NEWS README TODO"
need-kde 3.1
|