commit:     002a61b86650497d29e27ba0433e20012d8fc569
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  1 19:11:39 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  2 17:19:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002a61b8

kde-plasma/plasma-nm: drop 6.4.1

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

 kde-plasma/plasma-nm/Manifest               |  1 -
 kde-plasma/plasma-nm/plasma-nm-6.4.1.ebuild | 76 -----------------------------
 2 files changed, 77 deletions(-)

diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index 14c253afa429..db475e567990 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.4.1.tar.xz 1430468 BLAKE2B 
824d58a0b55bb2373a03a33e13b0fd15cf699f2c3db91388466869f39ed30e6f12a491ddd73aad84940ffe282534d5a9cbbb45ff126473636c627800b2d7ff2b
 SHA512 
26b2228dbc7e0a66f212e2f06141b342c8b2cbcdc2a68b46766c4be901729edc0a48d195a732b70d1c9bad1c598fe51d538ddf327a7fe6c2586c376595a77072
 DIST plasma-nm-6.4.2.tar.xz 1430436 BLAKE2B 
4cd93ace4c4dcf571fd9c3eefb08e6f0158ef6265d42d5fcb5c081cd805f81b932543d6e1aaeaf1d0d91cf899a7c09e14ac7dcd77f9339d4f3df9f52e3109816
 SHA512 
4068becc5078665c71d4578bf86f18bfd5a448f684ed4903bf0fe112bc35c8b2b384cd5b0cfb8f32984823bd6bdfd970c1b7a847d8e4ec833f24c3cfd3534c05

diff --git a/kde-plasma/plasma-nm/plasma-nm-6.4.1.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-6.4.1.ebuild
deleted file mode 100644
index 03646a13d1ea..000000000000
--- a/kde-plasma/plasma-nm/plasma-nm-6.4.1.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.14.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
-}

Reply via email to