blob: 1dec53e108218a8d92c5d9552aec6f36a02c0b9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/qalculate-applet/qalculate-applet-0.7.2.ebuild,v 1.2 2009/11/01 10:55:40 ssuominen Exp $
EAPI=2
inherit kde4-base
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Qalculate! Plasmoid"
HOMEPAGE="http://wwwu.uni-klu.ac.at/magostin/qalculate.html"
SRC_URI="http://wwwu.uni-klu.ac.at/magostin/src/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND=">=kde-base/plasma-workspace-${KDE_MINIMAL}
>=sci-libs/libqalculate-0.9.6-r1"
S=${WORKDIR}/${MY_P}
DOCS="Changelog README TODO"
|