Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Mon, 03 Sep 2018 18:03:51
Message-Id: 1535997811.3a5ba26d8e28ce85546da944690675dab45d8b43.asturm@gentoo
1 commit: 3a5ba26d8e28ce85546da944690675dab45d8b43
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 17:11:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 18:03:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5ba26d
7
8 sci-visualization/labplot: Add USE libcerf
9
10 Upstream commit 03f2cec7c69a2ad35ebbf405d1e3cc3ec86479d3
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 sci-visualization/labplot/labplot-9999.ebuild | 4 +++-
15 sci-visualization/labplot/metadata.xml | 1 +
16 2 files changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
19 index 5073f218bae..30110089d94 100644
20 --- a/sci-visualization/labplot/labplot-9999.ebuild
21 +++ b/sci-visualization/labplot/labplot-9999.ebuild
22 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/applications/education/labplot/"
23
24 LICENSE="GPL-2"
25 KEYWORDS=""
26 -IUSE="cantor fftw fits hdf5 netcdf root"
27 +IUSE="cantor fftw fits hdf5 libcerf netcdf root"
28
29 [[ ${KDE_BUILD_TYPE} != live ]] && S="${WORKDIR}/${P}-kf5"
30
31 @@ -44,6 +44,7 @@ COMMON_DEPEND="
32 fftw? ( sci-libs/fftw:3.0= )
33 fits? ( sci-libs/cfitsio:= )
34 hdf5? ( sci-libs/hdf5:= )
35 + libcerf? ( sci-libs/libcerf )
36 netcdf? ( sci-libs/netcdf:= )
37 root? (
38 app-arch/lz4
39 @@ -72,6 +73,7 @@ src_configure() {
40 -DENABLE_FFTW=$(usex fftw)
41 -DENABLE_FITS=$(usex fits)
42 -DENABLE_HDF5=$(usex hdf5)
43 + -DENABLE_LIBCERF=$(usex libcerf)
44 -DENABLE_NETCDF=$(usex netcdf)
45 -DENABLE_ROOT=$(usex root)
46 -DENABLE_TEST=$(usex test)
47
48 diff --git a/sci-visualization/labplot/metadata.xml b/sci-visualization/labplot/metadata.xml
49 index e2c5300fb86..150390b1984 100644
50 --- a/sci-visualization/labplot/metadata.xml
51 +++ b/sci-visualization/labplot/metadata.xml
52 @@ -16,6 +16,7 @@
53 <use>
54 <flag name="cantor">Enable support for different open-source computer algebra systems via <pkg>kde-apps/cantor</pkg></flag>
55 <flag name="fits">Enable support for NASA's <pkg>sci-libs/cfitsio</pkg> library</flag>
56 + <flag name="libcerf">Enable special functions from <pkg>sci-libs/libcerf</pkg></flag>
57 <flag name="root">Enable support for CERN's ROOT file type</flag>
58 </use>
59 </pkgmetadata>