From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1701787-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C6F6815802C
	for <garchives@archives.gentoo.org>; Fri, 20 Dec 2024 17:29:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5028EE08C8;
	Fri, 20 Dec 2024 17:29:20 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C76A8E08C2
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Dec 2024 17:29:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B83D333FEF1
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Dec 2024 17:29:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 508F81E65
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Dec 2024 17:29:16 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1734715751.abc0c361bcbb5fda7f5d620a6fac8a1bc2b52c59.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: abc0c361bcbb5fda7f5d620a6fac8a1bc2b52c59
X-VCS-Branch: master
Date: Fri, 20 Dec 2024 17:29:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6e04af02-9506-4027-a639-fc22e67b7b2a
X-Archives-Hash: 5fbc4d52fe73a06cceead4707d1557d2

commit:     abc0c361bcbb5fda7f5d620a6fac8a1bc2b52c59
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 21:01:20 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 17:29:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc0c361

sci-visualization/labplot: Re-enable IUSE cantor

Upstream commit b7ffb099d15001757b98f7028b78df4763fe623f

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-visualization/labplot/labplot-9999.ebuild | 15 +++++++--------
 sci-visualization/labplot/metadata.xml        |  1 +
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
index abbcecc0ec3b..b73963a92781 100644
--- a/sci-visualization/labplot/labplot-9999.ebuild
+++ b/sci-visualization/labplot/labplot-9999.ebuild
@@ -18,14 +18,8 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="eigen fftw fits hdf5 libcerf markdown matio netcdf ods origin root serial share telemetry xlsx"
+IUSE="eigen cantor fftw fits hdf5 libcerf markdown matio netcdf ods origin root serial share telemetry xlsx"
 
-# IUSE="cantor"
-# 	cantor? (
-# 		>=kde-apps/cantor-19.12.0:6
-# 		>=kde-frameworks/kparts-${KFMIN}:6
-# 		>=kde-frameworks/kservice-${KFMIN}:6
-# 	)
 DEPEND="
 	app-text/poppler[qt6(-)]
 	>=dev-qt/qtbase-${QTMIN}:6=[concurrent,gui,network,sql,widgets]
@@ -45,6 +39,11 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	>=kde-frameworks/syntax-highlighting-${KFMIN}:6
 	>=sci-libs/gsl-1.15:=
+	cantor? (
+		>=kde-apps/cantor-24.12.0:6
+		>=kde-frameworks/kparts-${KFMIN}:6
+		>=kde-frameworks/kservice-${KFMIN}:6
+	)
 	eigen? ( dev-cpp/eigen:3= )
 	xlsx? ( dev-libs/qxlsx:= )
 	fftw? ( sci-libs/fftw:3.0= )
@@ -88,7 +87,7 @@ src_configure() {
 		-DENABLE_MQTT=OFF # not packaged
 		-DENABLE_READSTAT=OFF # not packaged
 		-DENABLE_VECTOR_BLF=OFF # not packaged
-		-DENABLE_CANTOR=OFF # $(usex cantor)
+		-DENABLE_CANTOR=$(usex cantor)
 		-DENABLE_EIGEN3=$(usex eigen)
 		-DENABLE_XLSX=$(usex xlsx)
 		-DENABLE_FFTW=$(usex fftw)

diff --git a/sci-visualization/labplot/metadata.xml b/sci-visualization/labplot/metadata.xml
index cd20ab7b75cd..a732a5fd8ea0 100644
--- a/sci-visualization/labplot/metadata.xml
+++ b/sci-visualization/labplot/metadata.xml
@@ -18,6 +18,7 @@
 		<remote-id type="kde-invent">education/labplot</remote-id>
 	</upstream>
 	<use>
+		<flag name="cantor">Enable support for different open-source computer algebra systems via <pkg>kde-apps/cantor</pkg></flag>
 		<flag name="eigen">Enable support for fast baseline removal via <pkg>dev-cpp/eigen</pkg></flag>
 		<flag name="fits">Enable support for NASA's <pkg>sci-libs/cfitsio</pkg> library</flag>
 		<flag name="libcerf">Enable special functions from <pkg>sci-libs/libcerf</pkg></flag>