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: Wed, 02 Jul 2025 17:22:46 +0000 (UTC)	[thread overview]
Message-ID: <1751476790.24c92c5fd4cba6d3d56d62124f7a1f6786843b51.asturm@gentoo> (raw)

commit:     24c92c5fd4cba6d3d56d62124f7a1f6786843b51
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  1 19:12:06 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  2 17:19:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c92c5f

kde-plasma/plasma5support: drop 6.4.1

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

 kde-plasma/plasma5support/Manifest                 |  1 -
 .../plasma5support/plasma5support-6.4.1.ebuild     | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index 2f845ceefd9a..a941f8f68fa9 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1,3 +1,2 @@
 DIST plasma5support-6.3.5.tar.xz 229720 BLAKE2B 29e824ec29e78930a64d5f8e2f050f4453caf3e679b094ffca311799ae14affaf15cba932ef31297820df9d815030a52b7f7e8add9c1489c75a2e5af86a286b3 SHA512 e27ff7d836c8283479df56b884629593a1173de739c242b84bc607e3028914afc686e08b2f248603b45f188153acdbf25013d1b4150fd1b6734adb668ac2def8
-DIST plasma5support-6.4.1.tar.xz 228416 BLAKE2B 237f32dd27dcb35efd4d460e64c66839b95bbecf8e0266dedf8eb0a373297e2f97151f625741c491e68ee6dfed8ad8cd8b680af3adb5eda37582b944d21adcf2 SHA512 85c166bd427ee7062db150d5da3b34c59e94d734dfe158741fe7876d33fc27c623bdf25131ac2078b1fe03a265851834a2138d697eb5b8d40a8a28e9f8b9d785
 DIST plasma5support-6.4.2.tar.xz 228456 BLAKE2B 508e38e666430ad4bd37911bfeaa0291a5f8ec5f17dc4b4fdb3d73fb9d7def674d717a13855fe84438ce3bb884334bd3cda0be7bdebc610f9a77e8761d6e0dd3 SHA512 1fb93744dd72055f0590bc204f5cb3b3175ce9cf00521e41163ca5f9b746aa92ae23c54bae5f0d512dd7a3827e227c513c2a7d0c3cffa39e90d4635f44652b63

diff --git a/kde-plasma/plasma5support/plasma5support-6.4.1.ebuild b/kde-plasma/plasma5support/plasma5support-6.4.1.ebuild
deleted file mode 100644
index 25f14998e41b..000000000000
--- a/kde-plasma/plasma5support/plasma5support-6.4.1.ebuild
+++ /dev/null
@@ -1,51 +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.14.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 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/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
-	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.2.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-07-02 17:23 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-02 17:22 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-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=1751476790.24c92c5fd4cba6d3d56d62124f7a1f6786843b51.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