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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BFC115813A for ; Fri, 10 Jan 2025 17:53:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 512CAE0827; Fri, 10 Jan 2025 17:53:23 +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 CC552E0822 for ; Fri, 10 Jan 2025 17:53:22 +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 E6D27341C4B for ; Fri, 10 Jan 2025 17:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3861E204B for ; Fri, 10 Jan 2025 17:53:18 +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: <1736531558.7c80b2ef8e8e3bb96b1c4371758dd8e9920cdd0e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma5support/plasma5support-6.2.90.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c80b2ef8e8e3bb96b1c4371758dd8e9920cdd0e X-VCS-Branch: master Date: Fri, 10 Jan 2025 17:53:18 +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: c2e0b6eb-8459-413d-98d7-ff2e61fc7e61 X-Archives-Hash: b9fba8f77096b0edaa1cc0c0a2fdc77b commit: 7c80b2ef8e8e3bb96b1c4371758dd8e9920cdd0e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 10 15:36:25 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 10 17:52:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c80b2ef kde-plasma/plasma5support: 6.2.90 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma5support/plasma5support-6.2.90.ebuild | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/kde-plasma/plasma5support/plasma5support-6.2.90.ebuild b/kde-plasma/plasma5support/plasma5support-6.2.90.ebuild new file mode 100644 index 0000000000..a844e36aaa --- /dev/null +++ b/kde-plasma/plasma5support/plasma5support-6.2.90.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=6.10.0 +QTMIN=6.8.1 +inherit ecm plasma.kde.org + +DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="activities geolocation X" + +RESTRICT="test" # bug 926347 + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kguiaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kidletime-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 + >=kde-plasma/libksysguard-${KDE_CATV}:6 + activities? ( >=kde-plasma/plasma-activities-${KDE_CATV}:6 ) + geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 ) + X? ( x11-libs/libX11 ) +" +RDEPEND="${DEPEND} + !kde-plasma/plasma-workspace:5 + !