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 72F5C15807A for ; Mon, 7 Oct 2024 23:21:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12DBBE29CB; Mon, 7 Oct 2024 23:21:32 +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 EA5C0E29CB for ; Mon, 7 Oct 2024 23:21:31 +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 00D8134314E for ; Mon, 7 Oct 2024 23:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EE76213D for ; Mon, 7 Oct 2024 23:21:29 +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: <1728343167.29325c91f247a991add960c5a286486c8841bc1a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-8.9999.ebuild app-office/libalkimia/libalkimia-9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 29325c91f247a991add960c5a286486c8841bc1a X-VCS-Branch: master Date: Mon, 7 Oct 2024 23:21:29 +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: d3f19844-789c-4ff1-8020-4d5eec67bf79 X-Archives-Hash: 6159867497a84d61da09faf973e4952d commit: 29325c91f247a991add960c5a286486c8841bc1a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 7 19:54:20 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 7 23:19:27 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=29325c91 app-office/libalkimia: Drop IUSE plasma Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libalkimia/libalkimia-8.9999.ebuild | 8 ++------ app-office/libalkimia/libalkimia-9999.ebuild | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild index c138f479fa..beca312986 100644 --- a/app-office/libalkimia/libalkimia-8.9999.ebuild +++ b/app-office/libalkimia/libalkimia-8.9999.ebuild @@ -21,7 +21,7 @@ https://community.kde.org/Alkimia" LICENSE="LGPL-2.1" SLOT="0/8" -IUSE="doc plasma webengine" +IUSE="doc webengine" DEPEND=" dev-libs/gmp:0=[cxx(+)] @@ -41,10 +41,6 @@ DEPEND=" >=kde-frameworks/ktextwidgets-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 - plasma? ( - >=kde-frameworks/kpackage-${KFMIN}:5 - >=kde-plasma/libplasma-${KFMIN}:5 - ) webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) " RDEPEND="${DEPEND}" @@ -62,7 +58,7 @@ src_configure() { -DBUILD_WITH_WEBKIT=OFF $(cmake_use_find_package doc Doxygen) -DCMAKE_DISABLE_FIND_PACKAGE_MPIR=ON - -DBUILD_APPLETS=$(usex plasma) + -DBUILD_APPLETS=OFF -DBUILD_WITH_WEBENGINE=$(usex webengine) ) ecm_src_configure diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index 4f1131aec3..94bcca21c8 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -20,7 +20,7 @@ https://community.kde.org/Alkimia" LICENSE="LGPL-2.1" SLOT="0/8" -IUSE="doc plasma webengine" +IUSE="doc webengine" DEPEND=" dev-libs/gmp:0=[cxx(+)] @@ -40,10 +40,6 @@ DEPEND=" >=kde-frameworks/ktextwidgets-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 - plasma? ( - >=kde-frameworks/kpackage-${KFMIN}:5 - >=kde-plasma/libplasma-${KFMIN}:5 - ) webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) " RDEPEND="${DEPEND}" @@ -61,7 +57,7 @@ src_configure() { -DBUILD_WITH_WEBKIT=OFF $(cmake_use_find_package doc Doxygen) -DCMAKE_DISABLE_FIND_PACKAGE_MPIR=ON - -DBUILD_APPLETS=$(usex plasma) + -DBUILD_APPLETS=OFF -DBUILD_WITH_WEBENGINE=$(usex webengine) ) ecm_src_configure