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 981D5158083 for ; Tue, 10 Sep 2024 16:36:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F06BCE2A1E; Tue, 10 Sep 2024 16:36: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 D69AEE2A1E for ; Tue, 10 Sep 2024 16:36:23 +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 9696D340C57 for ; Tue, 10 Sep 2024 16:36:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 005271F4E for ; Tue, 10 Sep 2024 16:36:20 +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: <1725986087.c034656029c2cfcd935597e13fc932a901c2254e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma5support/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma5support/Manifest kde-plasma/plasma5support/plasma5support-6.1.5.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c034656029c2cfcd935597e13fc932a901c2254e X-VCS-Branch: master Date: Tue, 10 Sep 2024 16:36:20 +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: de2b4784-56d0-4bb8-97f9-c11bd2769d03 X-Archives-Hash: 921954d46fcf76054879999db1fbb27a commit: c034656029c2cfcd935597e13fc932a901c2254e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 10 15:41:45 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 10 16:34:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0346560 kde-plasma/plasma5support: 6.1.5 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/Manifest | 1 + .../plasma5support/plasma5support-6.1.5.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest index 2f3741b668b1..21058a394025 100644 --- a/kde-plasma/plasma5support/Manifest +++ b/kde-plasma/plasma5support/Manifest @@ -1 +1,2 @@ DIST plasma5support-6.1.4.tar.xz 87596 BLAKE2B 93ab820f6935fda80d51193b792b6c1a35913943866b87864deb3ac1f6a29fbb1346e9f75bcacc35bced67e4edfa68e75be43c9c26d3999257977b9714b0a72a SHA512 03950606177618d9e771ef8117074f1aac36a588bcac1bf80c4662c761283cd7fdf83a101747f88370dd00be6f88e518c59bcc7a858ce86540136c90a20ed767 +DIST plasma5support-6.1.5.tar.xz 87732 BLAKE2B 6842bb67bd0d852153cbd0562c18e4ffe8c7532e71708d0bb40f6ff0d2c3dada3ccd4a402167f50174a18ec16d9b3b166e9684f88d06b45976cff5ac0948d22f SHA512 f4e0ac3b9da6795436926706758d309640b4ce824e8b2f404eb0f161ab6b314d6c23a63281d4674d828dccb53131ff526e74004e1db6405c5a23b087a6369bd7 diff --git a/kde-plasma/plasma5support/plasma5support-6.1.5.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.5.ebuild new file mode 100644 index 000000000000..a553df4b5d50 --- /dev/null +++ b/kde-plasma/plasma5support/plasma5support-6.1.5.ebuild @@ -0,0 +1,36 @@ +# 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.5.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.7.2 +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 ~ppc64 ~riscv ~x86" +IUSE="" + +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/knotifications-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 + >=kde-plasma/libksysguard-${PVCUT}:6 +" +RDEPEND="${DEPEND} + !kde-plasma/plasma-workspace:5 + !