aboutsummaryrefslogtreecommitdiff
blob: fbf5b0f11a13575d9a7487fec3b1e137db752173 (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
30
31
32
33
34
35
36
37
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit subversion kde4-base

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

DESCRIPTION="KDE data analysis and visualisation program"
HOMEPAGE="http://labplot.sourceforge.net/"

# SRC_URI="http://prdownloads.sourceforge.net/${PN}/${MY_P}.tar.gz"
ESVN_REPO_URI="https://labplot.svn.sourceforge.net/svnroot/labplot/2.0/"

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

DEPEND="
	sci-libs/cdf
	sci-libs/gsl
	sci-libs/hdf5
	sci-libs/liborigin
	sci-libs/netcdf
"
RDEPEND="$DEPEND"

S=${WORKDIR}/${PN}

PATCHES=( "${FILESDIR}/${P}-liborigin2.patch" )

# this is partly hardwired in the build system :(
CMAKE_BUILD_DIR=${S}/build