From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 845A9138335 for ; Mon, 3 Sep 2018 18:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36C9EE08AD; Mon, 3 Sep 2018 18:03:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B282E08BD for ; Mon, 3 Sep 2018 18:03:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B49BE335CC2 for ; Mon, 3 Sep 2018 18:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20C213C6 for ; Mon, 3 Sep 2018 18:03:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1535997811.3a5ba26d8e28ce85546da944690675dab45d8b43.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/labplot-9999.ebuild sci-visualization/labplot/metadata.xml X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a5ba26d8e28ce85546da944690675dab45d8b43 X-VCS-Branch: master Date: Mon, 3 Sep 2018 18:03:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88b0c457-da83-4c8b-b6bf-6e61f6b2b0ee X-Archives-Hash: 150e15d0dc036bb779b672a4282caea9 commit: 3a5ba26d8e28ce85546da944690675dab45d8b43 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 3 17:11:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 3 18:03:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5ba26d sci-visualization/labplot: Add USE libcerf Upstream commit 03f2cec7c69a2ad35ebbf405d1e3cc3ec86479d3 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-visualization/labplot/labplot-9999.ebuild | 4 +++- sci-visualization/labplot/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 5073f218bae..30110089d94 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/applications/education/labplot/" LICENSE="GPL-2" KEYWORDS="" -IUSE="cantor fftw fits hdf5 netcdf root" +IUSE="cantor fftw fits hdf5 libcerf netcdf root" [[ ${KDE_BUILD_TYPE} != live ]] && S="${WORKDIR}/${P}-kf5" @@ -44,6 +44,7 @@ COMMON_DEPEND=" fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:= ) hdf5? ( sci-libs/hdf5:= ) + libcerf? ( sci-libs/libcerf ) netcdf? ( sci-libs/netcdf:= ) root? ( app-arch/lz4 @@ -72,6 +73,7 @@ src_configure() { -DENABLE_FFTW=$(usex fftw) -DENABLE_FITS=$(usex fits) -DENABLE_HDF5=$(usex hdf5) + -DENABLE_LIBCERF=$(usex libcerf) -DENABLE_NETCDF=$(usex netcdf) -DENABLE_ROOT=$(usex root) -DENABLE_TEST=$(usex test) diff --git a/sci-visualization/labplot/metadata.xml b/sci-visualization/labplot/metadata.xml index e2c5300fb86..150390b1984 100644 --- a/sci-visualization/labplot/metadata.xml +++ b/sci-visualization/labplot/metadata.xml @@ -16,6 +16,7 @@ Enable support for different open-source computer algebra systems via kde-apps/cantor Enable support for NASA's sci-libs/cfitsio library + Enable special functions from sci-libs/libcerf Enable support for CERN's ROOT file type