commit:     d233bb1903f567bc1d874d861b4d1f9565a063b3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 11 20:30:24 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 20:52:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d233bb19

kde-plasma/plasma-nm: drop 6.3.2

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

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

diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index ec9251473ecf..8e5ad3cec2fb 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-nm-6.2.5.tar.xz 1243156 BLAKE2B 
ba7e375a3570a25301c8e32679ef995d7a6b24f0f6ab3de3750fdcfe844b57ca03319a131c2305794041cb1b8677ae3d3571a913bb725d4b7d33fadfe508e2fc
 SHA512 
110c1ce9614a043f7d1aee0f3fe5c0700db4e2708ea9c444006aa90ecbf813acda61c578245929117c39c24a041afb725fec928adf04d8bc077adf4efae0ffaf
-DIST plasma-nm-6.3.2.tar.xz 1318488 BLAKE2B 
af0ca5ac9280fc20c1913b2cd8af78c70fd69b9d9a4e032a1bd6bfe27f515e4392d9689a77b5b7b2a788148c55c21f42380bfc2edf13c7725235a4bd617bb722
 SHA512 
0e4de3ec2063c47b2d3a1ffb70e4009c9321e64f99ac1142d9b1c318cf5a28cdf53816a3a263200a1a8c208d839c8024259fc2fee31f7a782900c07300ba11ff
 DIST plasma-nm-6.3.3.tar.xz 1318748 BLAKE2B 
a50556b95eab936d3f1d887e9731bfa857e2c4211cc2498ac9e0a1795e677e56a9435ab878b7b68283cdcaf4de3f1b5d77b5a57aed64e26f4fbed4c8549575bb
 SHA512 
6cff1843fd01e0fafcd7e4caf20a99bd93f06923206f8bbdf76697bb8c5177028c58e13445a7e4fba0703bffa4344922791ee45326acd4de5259c0425404fa56

diff --git a/kde-plasma/plasma-nm/plasma-nm-6.3.2.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-6.3.2.ebuild
deleted file mode 100644
index 872f1c55e7cb..000000000000
--- a/kde-plasma/plasma-nm/plasma-nm-6.3.2.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
-}

Reply via email to