summaryrefslogtreecommitdiff
blob: 93da819c637726d6c3cd88a20313928e837fcfae (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
25
26
27
28
29
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

if [[ "${PV}" != "9999" ]]; then
	KEYWORDS="~amd64 ~x86"
	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
	inherit kde4-base
else
	EGIT_REPO_URI="git://anongit.kde.org/labplot"
	inherit kde4-base git-r3
fi

MY_PN=LabPlot
MY_P=${MY_PN}-${PV}

DESCRIPTION="KDE data analysis and visualisation program"
HOMEPAGE="https://edu.kde.org/applications/science/labplot/"

LICENSE="GPL-2"
SLOT="4"
IUSE=""

DEPEND="
	sci-libs/gsl
"
RDEPEND="$DEPEND"