commit:     b3f212ae1ecbf931e6f99d1e1371de4e49af27fa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 11:48:11 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 19:42:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f212ae

kde-plasma/plasma-nm: drop 5.19.5*

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

 kde-plasma/plasma-nm/Manifest                      |  1 -
 ...lasma-nm-5.19.2-fix-inline-password-field.patch | 30 --------
 kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild       | 86 ----------------------
 3 files changed, 117 deletions(-)

diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index e1ff6df8e9e..7c6ab681de5 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,2 +1 @@
-DIST plasma-nm-5.19.5.tar.xz 855504 BLAKE2B 
a2437794d9de5a0fda6328dd0e352fad956710cef06f9bc2d6590dbde7f2eb469d051db6fc4ce647fe59bf95e48e6e6c9ff68e512a2992abe183ab309112f94d
 SHA512 
2fdd42e7c9bba0b069e0ca39f8ef996b36a807a4065172a816023c32d5d24869bf92c577c9cc5a08bb9e8b13c628b7cbd8346d17dc1e6814c931f7f7ec9439a7
 DIST plasma-nm-5.20.5.tar.xz 865364 BLAKE2B 
3a316674e9c9bbe7df09c34610f117bbacfa60515e93077103a7956aa1999cc8bef7e4e5add53d3ccb847557c7fadf17ab23d82e392e1b2822cecb9dc33598bb
 SHA512 
6413dcbc6b8723384ecc6897331947343f399bedba6aff9148bc34485b54c5fd6a91b77d63390b0c398c8bcad8151de3f1746c71f3cfae9476632e2386ab6ff7

diff --git 
a/kde-plasma/plasma-nm/files/plasma-nm-5.19.2-fix-inline-password-field.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.19.2-fix-inline-password-field.patch
deleted file mode 100644
index 170e20ea225..00000000000
--- 
a/kde-plasma/plasma-nm/files/plasma-nm-5.19.2-fix-inline-password-field.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 271332cfc19ede398854113d037abfb35503179f Mon Sep 17 00:00:00 2001
-From: Nate Graham <[email protected]>
-Date: Thu, 18 Jun 2020 15:34:40 +0000
-Subject: [PATCH] [WIP] [applet] Fix inline password field component not
- working properly
-
-BUG: 423093
-FIXED-IN: 5.20
----
- applet/contents/ui/ConnectionItem.qml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/applet/contents/ui/ConnectionItem.qml 
b/applet/contents/ui/ConnectionItem.qml
-index 98240928..06c7ab25 100644
---- a/applet/contents/ui/ConnectionItem.qml
-+++ b/applet/contents/ui/ConnectionItem.qml
-@@ -231,8 +231,8 @@ PlasmaExtras.ExpandableListItem {
-                 if (!predictableWirelessPassword && !Uuid) {
-                     handler.addAndActivateConnection(DevicePath, SpecificPath)
-                 } else if (connectionItem.customExpandedViewContent == 
passwordDialogComponent) {
--                    if (passwordDialogComponent.password != "") {
--                        handler.addAndActivateConnection(DevicePath, 
SpecificPath, passwordDialogComponent.password)
-+                    if (connectionItem.customExpandedViewContentItem.password 
!= "") {
-+                        handler.addAndActivateConnection(DevicePath, 
SpecificPath, connectionItem.customExpandedViewContentItem.password)
-                         connectionItem.customExpandedViewContent = 
detailsComponent
-                         connectionItem.collapse()
-                     } else {
--- 
-2.27.0
-

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild
deleted file mode 100644
index 69089da378c..00000000000
--- a/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-       >=app-crypt/qca-2.3.0:2
-       >=dev-qt/qtdbus-${QTMIN}:5
-       >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-       >=dev-qt/qtgui-${QTMIN}:5
-       >=dev-qt/qtnetwork-${QTMIN}:5
-       >=dev-qt/qtwidgets-${QTMIN}:5
-       >=kde-frameworks/kcompletion-${KFMIN}:5
-       >=kde-frameworks/kconfig-${KFMIN}:5
-       >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-       >=kde-frameworks/kcoreaddons-${KFMIN}:5
-       >=kde-frameworks/kdbusaddons-${KFMIN}:5
-       >=kde-frameworks/kdeclarative-${KFMIN}:5
-       >=kde-frameworks/ki18n-${KFMIN}:5
-       >=kde-frameworks/kiconthemes-${KFMIN}:5
-       >=kde-frameworks/kio-${KFMIN}:5
-       >=kde-frameworks/kitemviews-${KFMIN}:5
-       >=kde-frameworks/knotifications-${KFMIN}:5
-       >=kde-frameworks/kservice-${KFMIN}:5
-       >=kde-frameworks/kwallet-${KFMIN}:5
-       >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-       >=kde-frameworks/kwindowsystem-${KFMIN}:5
-       >=kde-frameworks/kxmlgui-${KFMIN}:5
-       >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-       >=kde-frameworks/plasma-${KFMIN}:5
-       >=kde-frameworks/solid-${KFMIN}:5
-       net-misc/networkmanager[teamd=]
-       modemmanager? (
-               >=dev-qt/qtxml-${QTMIN}:5
-               >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-               net-misc/mobile-broadband-provider-info
-       )
-       openconnect? (
-               >=dev-qt/qtxml-${QTMIN}:5
-               net-vpn/networkmanager-openconnect
-               net-vpn/openconnect:=
-       )
-"
-RDEPEND="${DEPEND}
-       >=dev-qt/qtquickcontrols-${QTMIN}:5
-       >=dev-qt/qtquickcontrols2-${QTMIN}:5
-       >=kde-frameworks/kirigami-${KFMIN}:5
-       >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-5.19.2-fix-inline-password-field.patch # KDE-bug 
#423093
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-               $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-               $(cmake_use_find_package openconnect OpenConnect)
-       )
-
-       ecm_src_configure
-}
-
-pkg_postinst() {
-       ecm_pkg_postinst
-
-       if ! has_version "kde-plasma/plasma-workspace:5"; then
-               elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-               elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-               elog "or manually: $ kcmshell5 kcm_networkmanagement"
-       fi
-}

Reply via email to