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 8621F15812D for ; Wed, 01 Jan 2025 21:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B019BE07A9; Wed, 01 Jan 2025 21:05:29 +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 90535E07AE for ; Wed, 01 Jan 2025 21:05:29 +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 AAB7134027D for ; Wed, 01 Jan 2025 21:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3E3A19A0 for ; Wed, 01 Jan 2025 21:05:24 +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: <1735765446.6427bc640cb8c5f15095847ae518c22b12c00eb3.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.2.5.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6427bc640cb8c5f15095847ae518c22b12c00eb3 X-VCS-Branch: master Date: Wed, 01 Jan 2025 21:05:24 +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: bbbdd975-116e-42c5-9844-09b8c8dc6e4c X-Archives-Hash: 334e2cf9807b6395c0acd619106c2940 commit: 6427bc640cb8c5f15095847ae518c22b12c00eb3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 1 19:32:47 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 21:04:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6427bc64 kde-plasma/plasma5support: 6.2.5 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/Manifest | 1 + .../plasma5support/plasma5support-6.2.5.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest index e8324e197ac3..3b96a14f716b 100644 --- a/kde-plasma/plasma5support/Manifest +++ b/kde-plasma/plasma5support/Manifest @@ -1 +1,2 @@ DIST plasma5support-6.2.4.tar.xz 191312 BLAKE2B 40db6ccc293e55aba89d8fdc67fc8453466f6d01b1d623b54a411f1d49bfce830d89eaf08e63a0ec12667a57c09cf07fe9a43c3a52f790a224cddfc8ea8522b7 SHA512 b435090a6318350426c426dbdce43b21c31d36f80e804a9336603ad0a381e62a52ea3abc0d32b0949a47ca7aacaec3bbc9526cfb778b278dd2422cb19800888a +DIST plasma5support-6.2.5.tar.xz 191624 BLAKE2B 32f204d1d3a4b0c7a61f180c2e4e9577927fa80d3f4f1ba9be5edb17146080f04b5670cb4ff41daa8717781c5df8f0291af15427124a63df0ecb15e1ad592fdf SHA512 0cbd74cf799b50c4e0baf834940b503c61c5af54f24a3aec52d5a50866ff430590ec6ca1712129b6584734e26f4b537e61b1d3a91313597400bc57bdfaa27dbc diff --git a/kde-plasma/plasma5support/plasma5support-6.2.5.ebuild b/kde-plasma/plasma5support/plasma5support-6.2.5.ebuild new file mode 100644 index 000000000000..657d79e8ce97 --- /dev/null +++ b/kde-plasma/plasma5support/plasma5support-6.2.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=6.6.0 +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/kio-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 + >=kde-plasma/libksysguard-${KDE_CATV}:6 +" +RDEPEND="${DEPEND} + !kde-plasma/plasma-workspace:5 + !