summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-18 20:48:26 +0200
committerJohannes Huber <johu@gentoo.org>2016-10-18 20:48:45 +0200
commit147896de6e6f141078f5b0a2a081035cbb13eb26 (patch)
treec06934c96b23e0b96ed54227df4b9825dce357f3 /kde-plasma/ksysguard
parentkde-plasma: Version bump KDE Plasma 5.8.2 (diff)
downloadgentoo-147896de6e6f141078f5b0a2a081035cbb13eb26.tar.gz
gentoo-147896de6e6f141078f5b0a2a081035cbb13eb26.tar.bz2
gentoo-147896de6e6f141078f5b0a2a081035cbb13eb26.zip
kde-plasma: Remove KDE Plasma 5.8.1
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r--kde-plasma/ksysguard/Manifest1
-rw-r--r--kde-plasma/ksysguard/ksysguard-5.8.1.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest
index 19e7961de088..68d751f9fe41 100644
--- a/kde-plasma/ksysguard/Manifest
+++ b/kde-plasma/ksysguard/Manifest
@@ -1,3 +1,2 @@
DIST ksysguard-5.7.5.tar.xz 487508 SHA256 4767872c282ffade3f113b9aeca95f0ec4d70fa7c3e8ef14e12ab341004a3e2d SHA512 b882d57d0fe5fc36d8d9d56819a3a9d002df1e60ec324e61ac9cc30f933b737658270a47c9482985724d8cac8c2c582ad494ac870df6e2c2ac9213966bf3ae21 WHIRLPOOL 3ae8b03e2666b69d6aea0043f5cc16dd7e90d1f7bcdb89e2c8ae42014630f80fd068d9271e6612e991cb4190ba9086fda7c1f9a0ab0d217e0d06576d709defe6
-DIST ksysguard-5.8.1.tar.xz 487588 SHA256 c9b2d50e65ca6a2a5d52cc7ec0c7bc80e9b4e7c72d9bf8d0f1c1144b29ec59d7 SHA512 d16514d7f47f905aafbb48ca74ed71daff76f8a090fb3618c0032665ea1dc4cccaec1e42073af4d92c8816cc04c3bbac05e89db49451d429b751673f3340bcb3 WHIRLPOOL c084259651c350c41b587ecc603035844bd190c28af842b8e3d0bc44b72bf52dbc4a496aa3d78286909ec911cbe956f0bb9ae4ec1f8a0b85dc07d761ca9a1a5c
DIST ksysguard-5.8.2.tar.xz 487716 SHA256 d6ee1f2b83471c6e5cd3774c7a4b1e86c9a42d779f37c551d8721dbb8011cfd7 SHA512 721af2d250f105fc4d31bd52847bab3b3fcd3aea5cf1c7765bcc5cfe2645d99a8a0db291f561ea3ac580a869bbb0f5a46e38fd698c6f4e20a19bbbc90ca77831 WHIRLPOOL 36f83c0cda8b401b63b4fa3994dd8eae8f86773bfc191a1cb08577a505b6bdfc632b8b347de03f915be99fac0464d8b79370fa7f10b6d925859f817796f987d8
diff --git a/kde-plasma/ksysguard/ksysguard-5.8.1.ebuild b/kde-plasma/ksysguard/ksysguard-5.8.1.ebuild
deleted file mode 100644
index 4a1fd3a9a767..000000000000
--- a/kde-plasma/ksysguard/ksysguard-5.8.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Network-enabled task manager and system monitor"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="lm_sensors"
-
-DEPEND="
- $(add_plasma_dep libksysguard)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kinit)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- lm_sensors? ( sys-apps/lm_sensors )
-"
-RDEPEND="${DEPEND}
- !kde-base/ksysguard:4
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package lm_sensors Sensors)
- )
-
- kde5_src_configure
-}