public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma5support/
Date: Tue, 28 Oct 2025 15:53:26 +0000 (UTC)	[thread overview]
Message-ID: <1761666571.b24f4175e041d9e1aee43ff72dc33326b48c5325.asturm@gentoo> (raw)

commit:     b24f4175e041d9e1aee43ff72dc33326b48c5325
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 28 14:16:18 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 28 15:49:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24f4175

kde-plasma/plasma5support: drop 6.5.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma5support/Manifest                 |  1 -
 .../plasma5support/plasma5support-6.5.0.ebuild     | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index c156173c6787..fb81aec11ed2 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1,3 +1,2 @@
 DIST plasma5support-6.4.5.tar.xz 229772 BLAKE2B e42120e038315c13874d40cd69bd88adc6ce8b91ae69c40bb4df3397a0a113ee4a391397bc2a2c081b074894487305f2acdff2b148fc615d91bbd935670d5816 SHA512 8b5289240b4016dec2f8a8af42b40c16dde57ee861c97f80693f23c99a91cf6814b5635a78421abc927d721d6a28cfefe193db291a3ad3d344c8c75428ba1307
-DIST plasma5support-6.5.0.tar.xz 819612 BLAKE2B aab18a2539e1d76af6dea37f40f397fbae0467b9e1b04ccebd698b7abf6e38f807f5d0418ec4e6352fd1e929687d50a700c4bc3fccb740ffc3d89a081ababcda SHA512 22192deea582bfabb34b2a80b2105c08edfff6c16b8c114ea7578af034c2ca834e9c0d7026866c5fd854c0c21edf0e4ab869ef9962c1ee197b386a8601168350
 DIST plasma5support-6.5.1.tar.xz 820108 BLAKE2B 9c4ad2741d55c7709ae317dc6883bb6357e75868a8467bcdada35c6aadbc5448e510f03feeb2fbf1d553cb010cf5c9da4e369b1f667bd5db8d48b3c3b558c59a SHA512 e600dd3f90e41d8f7f0133cb054a20d41a5bcfd2869bd68dd6568281163c068dc625cac534b6979484626614a1a3aa35f7a31a364900ef620d33cfa2f1a6c58d

diff --git a/kde-plasma/plasma5support/plasma5support-6.5.0.ebuild b/kde-plasma/plasma5support/plasma5support-6.5.0.ebuild
deleted file mode 100644
index 7a436a85ac5e..000000000000
--- a/kde-plasma/plasma5support/plasma5support-6.5.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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.18.0
-QTMIN=6.9.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"
-IUSE="activities geolocation ksysguard 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/kholidays-${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/kunitconversion-${KFMIN}:6
-	>=kde-frameworks/solid-${KFMIN}:6
-	activities? ( >=kde-plasma/plasma-activities-${KDE_CATV}:6= )
-	geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
-	ksysguard? ( >=kde-plasma/libksysguard-${KDE_CATV}:6 )
-	X? ( x11-libs/libX11 )
-"
-RDEPEND="${DEPEND}
-	!kde-plasma/plasma-workspace:5
-	!<kde-plasma/plasma-workspace-6.4.90:6
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package activities PlasmaActivities)
-		$(cmake_use_find_package geolocation KF6NetworkManagerQt)
-		$(cmake_use_find_package ksysguard KSysGuard)
-		-DWITH_X11=$(usex X)
-	)
-	ecm_src_configure
-}


             reply	other threads:[~2025-10-28 15:53 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-28 15:53 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-26 10:21 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma5support/ Andreas Sturmlechner
2025-09-17 12:13 Arthur Zamarin
2025-09-17 11:36 Arthur Zamarin
2025-09-09 15:09 Andreas Sturmlechner
2025-08-06 15:13 Andreas Sturmlechner
2025-08-05 21:23 Andreas Sturmlechner
2025-07-28 16:58 Andreas Sturmlechner
2025-07-16 19:03 Andreas Sturmlechner
2025-07-15 15:37 Andreas Sturmlechner
2025-07-09 16:26 Andreas Sturmlechner
2025-07-02 17:22 Andreas Sturmlechner
2025-07-01 19:41 Andreas Sturmlechner
2025-06-24 18:11 Andreas Sturmlechner
2025-06-17 18:08 Andreas Sturmlechner
2025-05-26 18:04 Andreas Sturmlechner
2025-05-06 19:21 Andreas Sturmlechner
2025-04-02 16:34 Andreas Sturmlechner
2025-04-02  6:03 Sam James
2025-03-11 20:52 Andreas Sturmlechner
2025-02-25 17:37 Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-02-18 18:44 Andreas Sturmlechner
2025-02-11 17:59 Andreas Sturmlechner
2025-01-10  9:54 WANG Xuerui
2025-01-01 21:05 Andreas Sturmlechner
2024-12-10 23:46 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-11-26 18:25 Andreas Sturmlechner
2024-11-05 19:16 Andreas Sturmlechner
2024-10-22 15:45 Andreas Sturmlechner
2024-10-15 18:03 Andreas Sturmlechner
2024-10-08 15:36 Andreas Sturmlechner
2024-10-07 18:02 Andreas Sturmlechner
2024-09-21  7:13 Arthur Zamarin
2024-09-21  7:12 Arthur Zamarin
2024-09-10 16:36 Andreas Sturmlechner
2024-08-06 14:26 Andreas Sturmlechner
2024-07-16 16:32 Andreas Sturmlechner
2024-07-02 17:57 Andreas Sturmlechner
2024-06-27 17:18 Andreas Sturmlechner
2024-06-25 22:33 Sam James
2024-06-24 17:27 Andreas Sturmlechner
2024-06-18 14:52 Andreas Sturmlechner
2024-05-27 22:23 Andreas Sturmlechner
2024-05-21 19:05 Andreas Sturmlechner
2024-04-16 19:54 Andreas Sturmlechner
2024-03-26 19:56 Andreas Sturmlechner
2024-03-06 15:47 Andreas Sturmlechner
2024-01-10 23:24 Andreas Sturmlechner
2023-12-23 18:30 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1761666571.b24f4175e041d9e1aee43ff72dc33326b48c5325.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox