summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.7.2.ebuild66
2 files changed, 0 insertions, 67 deletions
diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index 7471d121a07a..c4df2b7809a1 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,3 +1,2 @@
DIST plasma-nm-5.6.5.tar.xz 646768 SHA256 00a9a15ede8462d34926ae05040e570f7d37f31a4972db233ae456430d68b9b2 SHA512 2e3f5823232bc852aef8e54ee47c7f614bda06874290d521af9fb6a8c71cab8ee4a083c8d2bec3b4f0ee3bc40fc82490e5699e589e3c2c19a35b6f611e4d3aec WHIRLPOOL fb105bc27e99c8908a671fec11902e517272d55aea4741db23238ecb8d1756a40476f2dcb9007d8c869997b6f9d411d95f6d7ddba42cb5455c15d708585ad207
-DIST plasma-nm-5.7.2.tar.xz 633372 SHA256 75858a305821681bfeb3a7669f30d6c90470c9b12fe1ce35e7817d49bf140eab SHA512 8dbf687af2c74c1647429e058bbb1d00a8edb314eb74a8aef6192a6b7ca44611e3b17c26bd45060fda3365690b3e7244b994eaaf9cd9f51adce9444806d49f8e WHIRLPOOL 3ae5e53c89f4a7209172499bb4c8a75276567ce33c36f1d22e2b1bd7d596ac6c00ef7d5f538a869310aa9938be2c5e3f391df5a4ee038d18219b248387170cd6
DIST plasma-nm-5.7.3.tar.xz 635020 SHA256 9f63f73dbc21127860db8fb027221e7197be1769a9d1a0fdb6e9d120650d5775 SHA512 ed1deab39a102f70f5066e0173d3e831f9c640b4c170ef9a44116287c270517734a3b691018fe1bfd76b1b9756ccdac76fec1c4c6b19a497491b1bec1e5144cc WHIRLPOOL 030455cd9d0356651cce1b57f4b56847c25157bfd9f08d1fd84c90f7e1a224ef15480e240116b67dc98fdc3451f1229f8b7692923ed6ae2ec466e83cd65e9a87
diff --git a/kde-plasma/plasma-nm/plasma-nm-5.7.2.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.7.2.ebuild
deleted file mode 100644
index e7a396db9bea..000000000000
--- a/kde-plasma/plasma-nm/plasma-nm-5.7.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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-0.9.10.0[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-misc/openconnect:=
- )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- !kde-misc/plasma-nm
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package modemmanager ModemManager)
- $(cmake-utils_use_find_package modemmanager KF5ModemManagerQt)
- $(cmake-utils_use_find_package openconnect OpenConnect)
- )
-
- kde5_src_configure
-}