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 Apr 2025 16:34:47 +0000 (UTC) [thread overview]
Message-ID: <1743611586.50e171d97f7f4859f718683622f6d8e1af44ed4b.asturm@gentoo> (raw)
commit: 50e171d97f7f4859f718683622f6d8e1af44ed4b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 16:14:14 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 16:33:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e171d9
kde-plasma/plasma5support: drop 6.3.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/Manifest | 1 -
.../plasma5support/plasma5support-6.3.3.ebuild | 50 ----------------------
2 files changed, 51 deletions(-)
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index 6145256e0d8f..9a91a7fdf83a 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1,3 +1,2 @@
DIST plasma5support-6.2.5.tar.xz 191624 BLAKE2B 32f204d1d3a4b0c7a61f180c2e4e9577927fa80d3f4f1ba9be5edb17146080f04b5670cb4ff41daa8717781c5df8f0291af15427124a63df0ecb15e1ad592fdf SHA512 0cbd74cf799b50c4e0baf834940b503c61c5af54f24a3aec52d5a50866ff430590ec6ca1712129b6584734e26f4b537e61b1d3a91313597400bc57bdfaa27dbc
-DIST plasma5support-6.3.3.tar.xz 229712 BLAKE2B 373ac2c6ebbedf86eda0b722429619e1b7c9c7c4648376a55045cb53cbf7a2bf0ac590c46ab099cf271bcac97935c0992be8253c7514e4b77271872d5356c936 SHA512 a3efc0af1a318799c08a22ea51cd7b51e624fb2214be710ed26e9b8e7fae41597e95330ae5f435a531d6908fd41c7bd9a761bfca642966d1b581a6889f146ecc
DIST plasma5support-6.3.4.tar.xz 229756 BLAKE2B ab075fddb6e6a3023131ed746e4e61cd1946177f41354f44415345cb9a205bb273992c9f21dc182b7904476b25f630839f873151b150423b422944eb156d82d4 SHA512 ab87a1fe560a9e5365521c93cd35c554773767e061f1f7879afc10c6a49f2736b10f0e60923ce9535506c13f6d99ed1f223b61c8845478c8a3e2ced6870eb7a6
diff --git a/kde-plasma/plasma5support/plasma5support-6.3.3.ebuild b/kde-plasma/plasma5support/plasma5support-6.3.3.ebuild
deleted file mode 100644
index 0972202b3dc3..000000000000
--- a/kde-plasma/plasma5support/plasma5support-6.3.3.ebuild
+++ /dev/null
@@ -1,50 +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.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
- !<kde-plasma/plasma-workspace-6.2.90:6
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package activities PlasmaActivities)
- $(cmake_use_find_package geolocation KF6NetworkManagerQt)
- -DWITH_X11=$(usex X)
- )
- ecm_src_configure
-}
next reply other threads:[~2025-04-02 16:35 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-02 16:34 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-02 6:03 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma5support/ 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=1743611586.50e171d97f7f4859f718683622f6d8e1af44ed4b.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