commit: 0bfaa4be287acda43c336ed4b5fb420bd2627cc8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 14:57:43 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 16:56:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfaa4be
kde-plasma/plasma-nm: drop 6.3.5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-nm/Manifest | 1 -
kde-plasma/plasma-nm/plasma-nm-6.3.5.ebuild | 76 -----------------------------
2 files changed, 77 deletions(-)
diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index c64863a7d72e..806a1a97aa6e 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-nm-6.3.5.tar.xz 1325508 BLAKE2B
bddf034534f4954ce7d314009dbd67ca5bda1dbb89cd8ebab4913dc02b585d43d57eb2087ae6fd9d4b43ebb32661d0387d7d5292c0576daeffbb13fb81047a32
SHA512
af41452eecb365fb3b0547cd6dadc94010d54e54360f3c22180aa2237ab9ccb20dfa2692a06ec80aa5ed295101f5ba51b73128b360d8bd50d46b53c45943d21e
DIST plasma-nm-6.3.6.tar.xz 1312172 BLAKE2B
f52d940a447e34388163a93bd12356044baa2189fe513a76dd0c971c40e4b758b043a8aee3d0f29d89d6ca89179780e37ebe62c151c51286ae74cf691d925ddb
SHA512
c3c5ed93005c00e3dd405adcbf3248523a9ad7d3ce45addaab5783d406adf21fd14dc35ab757a98c224535431fa645780fd8161c2b179776d6e6e337ce2cd846
DIST plasma-nm-6.4.3.tar.xz 1430532 BLAKE2B
1f59081d3c54fc21a7bf98dbbee2477bcf78ee17e96c1fb6d96b7e6077967e8437b6101112207b403d6531b435a891edc2c161f982edf79f859b13c87c16a8da
SHA512
bd9ca4012c3dc7e29488e977a5319afe8eb8d2bff53ff9fc1100fade80e970432a9566c0ff02ea150a7e17034ece06cf9e835248ae14d03b819e99c4e905f959
diff --git a/kde-plasma/plasma-nm/plasma-nm-6.3.5.ebuild
b/kde-plasma/plasma-nm/plasma-nm-6.3.5.ebuild
deleted file mode 100644
index b7671c354f27..000000000000
--- a/kde-plasma/plasma-nm/plasma-nm-6.3.5.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.10.0
-QTMIN=6.8.1
-inherit ecm plasma.kde.org xdg
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="6"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="openconnect teamd"
-
-DEPEND="
- >=app-crypt/qca-2.3.7:2[qt6(+)]
- dev-libs/qcoro[dbus]
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
- >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
- >=kde-frameworks/kcolorscheme-${KFMIN}:6
- >=kde-frameworks/kcompletion-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kitemviews-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/ksvg-${KFMIN}:6
- >=kde-frameworks/kwallet-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/modemmanager-qt-${KFMIN}:6
- >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=]
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-plasma/libplasma-${KDE_CATV}:6
- net-misc/mobile-broadband-provider-info
- net-misc/networkmanager[teamd=]
- openconnect? (
- >=dev-qt/qtwebengine-${QTMIN}:6
- net-vpn/networkmanager-openconnect
- net-vpn/openconnect:=
- )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kdeclarative-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/kquickcharts-${KFMIN}:6
-"
-BDEPEND="
- >=kde-frameworks/kcmutils-${KFMIN}:6
- virtual/pkgconfig
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_OPENCONNECT=$(usex openconnect)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- if ! has_version "kde-frameworks/kcmutils:6"; then
- elog "${PN} is not terribly useful without
kde-frameworks/kcmutils:6."
- elog "However, the networkmanagement KCM can be called from
either systemsettings"
- elog "or manually: $ kcmshell6 kcm_networkmanagement"
- fi
-}