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 BBC1E138334 for ; Mon, 3 Sep 2018 18:03:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2D40E08A6; Mon, 3 Sep 2018 18:03:48 +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 79379E08A6 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 867FA335CB7 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 EDCD73C3 for ; Mon, 3 Sep 2018 18:03:44 +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.3fddbf9c3596381be6d1e7b55d8e31c68c04b55b.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: 3fddbf9c3596381be6d1e7b55d8e31c68c04b55b X-VCS-Branch: master Date: Mon, 3 Sep 2018 18:03:44 +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: c502466b-b966-43e3-be33-365674512a55 X-Archives-Hash: 529112840c615672054b39376ffef252 commit: 3fddbf9c3596381be6d1e7b55d8e31c68c04b55b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 3 16:56:08 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=3fddbf9c sci-visualization/labplot: Add USE root Upstream commit 62e9b7c253d1d4927ce210609236741f4ea1aa47 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-visualization/labplot/labplot-9999.ebuild | 7 ++++++- sci-visualization/labplot/metadata.xml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 29a2451cf3f..0adc14acbe2 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.kde.org/applications/education/labplot/" LICENSE="GPL-2" KEYWORDS="" -IUSE="cantor fftw fits hdf5 netcdf" +IUSE="cantor fftw fits hdf5 netcdf root" [[ ${KDE_BUILD_TYPE} != live ]] && S="${WORKDIR}/${P}-kf5" @@ -44,6 +44,10 @@ COMMON_DEPEND=" fits? ( sci-libs/cfitsio:= ) hdf5? ( sci-libs/hdf5:= ) netcdf? ( sci-libs/netcdf:= ) + root? ( + app-arch/lz4 + sys-libs/zlib + ) " DEPEND="${COMMON_DEPEND} sys-devel/gettext @@ -68,6 +72,7 @@ src_configure() { -DENABLE_FITS=$(usex fits) -DENABLE_HDF5=$(usex hdf5) -DENABLE_NETCDF=$(usex netcdf) + -DENABLE_ROOT=$(usex root) ) kde5_src_configure diff --git a/sci-visualization/labplot/metadata.xml b/sci-visualization/labplot/metadata.xml index 9e450bf9332..e2c5300fb86 100644 --- a/sci-visualization/labplot/metadata.xml +++ b/sci-visualization/labplot/metadata.xml @@ -16,5 +16,6 @@ Enable support for different open-source computer algebra systems via kde-apps/cantor Enable support for NASA's sci-libs/cfitsio library + Enable support for CERN's ROOT file type