summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 08:55:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 09:05:40 +0200
commit23729181844ced1334c14b869fce731471565b71 (patch)
tree8e8d4287ef8c14aeb53fe14dc83857ac5cf143cc /kde-plasma/plasma-nm
parentkde-apps/spectacle: Add missing DEPEND (diff)
downloadgentoo-23729181844ced1334c14b869fce731471565b71.tar.gz
gentoo-23729181844ced1334c14b869fce731471565b71.tar.bz2
gentoo-23729181844ced1334c14b869fce731471565b71.zip
kde-plasma: Drop KDE Plasma 5.13.3
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-plasma/plasma-nm')
-rw-r--r--kde-plasma/plasma-nm/Manifest1
-rw-r--r--kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild75
2 files changed, 0 insertions, 76 deletions
diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index 72f8b5c46d87..104da5457c5f 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,4 +1,3 @@
DIST plasma-nm-5.12.5.tar.xz 703236 BLAKE2B f522d11a182b589beae46a2aae6c59b6964da7d073e8bae14464cd99fb29d9fc0188113a7a00ed568646daf7a22ef2000c3ccaee848361f50caaff6087364c40 SHA512 7c61743d028d27ead7b7c373757f5ea82703808702d31546477558a631607c15d867140624391b803a72f5675c96853e1eea07c7af3001718a96c36d6c3191c6
DIST plasma-nm-5.12.6.tar.xz 704664 BLAKE2B 5dd1741873d4b79a8d69d32065e95e9133244b01cce43e7242f07a4039e96cdbc93d864627cd6876f03a396da6d636cc877fe73fd879be14d65e839cf2b2e26d SHA512 aa1554ebf73bd0495722ebd58da5d12b6703335b6fa395f5a330911bbe563f113ed5fc3d78e20427b6af932da6e39faea539a6e6a1e3db9f61eb64bab7b62c60
-DIST plasma-nm-5.13.3.tar.xz 701100 BLAKE2B 96c16b0884717012a10dcc86218dc01833e51cf1a6f0d5951f8d77c7095ca65ec07da8ea2e0cc333f8aa2ef5500caf190ab69b099cf62d3295a742f5c34ea1fd SHA512 1e0c05261255ec78cb4b8bf711cf96c1829de12cb012257e8696dd5ab59a287daeb08253dbda1db1676c722924cb83c38430c257a8a716e2d632badfdd48868b
DIST plasma-nm-5.13.4.tar.xz 705288 BLAKE2B 9ce40696f69f0858b1669dd19819f496c04f2b199815f0fdfee02f28b65870bf8c1f9ee931d9a159cfce3ce9e141bcfc6650d69977cb2dad1009592017ab496c SHA512 088182a80df38f4a12be6cfa410dfbcff28c6838f8d346c6ae006e7369752a0c69fd07dc973c80b6a6f8cd9b49f687581c41028334f524f1e53cb091f169e985
diff --git a/kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild
deleted file mode 100644
index 626c931ef3d1..000000000000
--- a/kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep networkmanager-qt 'teamd=')
- $(add_frameworks_dep plasma)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- >=app-crypt/qca-2.1.1:2[qt5(+)]
- net-misc/networkmanager[teamd=]
- modemmanager? (
- $(add_frameworks_dep modemmanager-qt)
- $(add_qt_dep qtxml)
- net-misc/mobile-broadband-provider-info
- )
- openconnect? (
- $(add_qt_dep qtxml)
- net-misc/networkmanager-openconnect
- net-vpn/openconnect:=
- )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep kde-cli-tools)
- !kde-plasma/plasma-nm:4
-"
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
- $(cmake-utils_use_find_package modemmanager KF5ModemManagerQt)
- $(cmake-utils_use_find_package openconnect OpenConnect)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if ! has_version "kde-plasma/plasma-workspace:5"; then
- einfo "${PN} is not terribly useful without kde-plasma/plasma-workspace:5."
- einfo "However, the networkmanagement KCM can be called from either systemsettings"
- einfo "or manually: $ kcmshell5 kcm_networkmanagement"
- fi
-}