From cf167e1a6da47bf09aa8b0c49e6a1e852deee698 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 26 Sep 2016 05:33:20 +1000 Subject: kde-plasma: remove 5.7.4 Package-Manager: portage-2.3.1 --- kde-plasma/plasma-nm/Manifest | 1 - kde-plasma/plasma-nm/plasma-nm-5.7.4.ebuild | 66 ----------------------------- 2 files changed, 67 deletions(-) delete mode 100644 kde-plasma/plasma-nm/plasma-nm-5.7.4.ebuild (limited to 'kde-plasma/plasma-nm') diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest index 815078e5895f..743d4a0f2bf6 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.4.tar.xz 632552 SHA256 31e1dcd0302256d57a2340699e1c7aaf16f4811856093ad248bc11d68d25ac5c SHA512 c0d82907ef08599344b76f133efb881c3cfd6fe5c15370eac9f75b2c21987d2f10cb5d20261089431b648f181cf3c641812ca8e4b199b251e3c6769c5990caf6 WHIRLPOOL 84f1b37bb3d1706da7e19caeba983948a51d815506e13f20bf6b9cef82c0fe7a9cdd43aa5212fa63bc832431df33ec4dc0addc78f60e3f50dc3e6b1c773f393d DIST plasma-nm-5.7.5.tar.xz 638176 SHA256 eb74256c962703097bb6f20b10c8ef2f1646e92256772db4ec81ff4df71aedee SHA512 f806ee6b764fe7022ad82f55fb2ba28d4157a655722e02bc1b344d5e6c97ee1137938134a25ab842968174a03d72dffa20e7ab6eea4bcb5d44c5a609fa41817a WHIRLPOOL 36bbe87dfb6a783dba6d240c0f8a6361a1c4211c7f3892338288e479fd82fc22d79a018d400383e2b0085d7797a45adcecb55f5c3f54be959578e20127b96268 diff --git a/kde-plasma/plasma-nm/plasma-nm-5.7.4.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.7.4.ebuild deleted file mode 100644 index e7a396db9bea..000000000000 --- a/kde-plasma/plasma-nm/plasma-nm-5.7.4.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 -} -- cgit v1.2.3-65-gdbad