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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 215F7158083 for ; Sat, 31 Aug 2024 17:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CCAAE2A2E; Sat, 31 Aug 2024 17:26:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D0ACE2A2E for ; Sat, 31 Aug 2024 17:26:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 270B33430DA for ; Sat, 31 Aug 2024 17:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ADFF14D5 for ; Sat, 31 Aug 2024 17:26:10 +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: <1725125104.0553ebd7c6f3769e3012200c58badc347b1ab50f.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: 0553ebd7c6f3769e3012200c58badc347b1ab50f X-VCS-Branch: master Date: Sat, 31 Aug 2024 17:26:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a825db74-ba37-43be-8268-57c77814b0f3 X-Archives-Hash: 6e63c5c67deb75894ac1f77ac32b6b82 commit: 0553ebd7c6f3769e3012200c58badc347b1ab50f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 31 16:59:12 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 31 17:25:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0553ebd7 sci-visualization/labplot: Rename IUSE excel -> xlsx Bug: https://bugs.gentoo.org/936006 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-visualization/labplot/labplot-9999.ebuild | 6 +++--- sci-visualization/labplot/metadata.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index f83aea5d78d6..4684a482542b 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="eigen excel fftw fits hdf5 libcerf markdown matio netcdf ods origin root serial share telemetry" +IUSE="eigen fftw fits hdf5 libcerf markdown matio netcdf ods origin root serial share telemetry xlsx" # IUSE="cantor" # cantor? ( @@ -46,7 +46,7 @@ DEPEND=" >=kde-frameworks/syntax-highlighting-${KFMIN}:6 >=sci-libs/gsl-1.15:= eigen? ( dev-cpp/eigen:3= ) - excel? ( dev-libs/qxlsx:= ) + xlsx? ( dev-libs/qxlsx:= ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:= ) hdf5? ( sci-libs/hdf5:= ) @@ -90,7 +90,7 @@ src_configure() { -DENABLE_VECTOR_BLF=OFF # not packaged -DENABLE_CANTOR=OFF # $(usex cantor) -DENABLE_EIGEN3=$(usex eigen) - -DENABLE_XLSX=$(usex excel) + -DENABLE_XLSX=$(usex xlsx) -DENABLE_FFTW=$(usex fftw) -DENABLE_FITS=$(usex fits) -DENABLE_HDF5=$(usex hdf5) diff --git a/sci-visualization/labplot/metadata.xml b/sci-visualization/labplot/metadata.xml index 75a89a727232..0a2b3cc38e71 100644 --- a/sci-visualization/labplot/metadata.xml +++ b/sci-visualization/labplot/metadata.xml @@ -30,5 +30,6 @@ Enable support for CERN's ROOT file type Enable support for RS232 serial ports using dev-qt/qtserialport Enable support for a share menu using kde-frameworks/purpose + Enable support for importing/exporting Microsoft Excel files (.xlsx) via dev-libs/qxlsx