summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-04 12:48:33 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-04 12:49:59 +0100
commit141e69448a61fd13655cdd2936806509de135513 (patch)
tree52348be1bdcd791154bc1d8c411cc768d1aedf1b /kde-base/ksysguard
parentsys-kernel/vanilla-sources: Automated version bump to {4.4.30,4.8.6} - remove... (diff)
downloadgentoo-141e69448a61fd13655cdd2936806509de135513.tar.gz
gentoo-141e69448a61fd13655cdd2936806509de135513.tar.bz2
gentoo-141e69448a61fd13655cdd2936806509de135513.zip
kde-base/ksysguard -> kde-plasma/ksysguard
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r--kde-base/ksysguard/Manifest1
-rw-r--r--kde-base/ksysguard/ksysguard-4.11.22.ebuild47
-rw-r--r--kde-base/ksysguard/metadata.xml8
3 files changed, 0 insertions, 56 deletions
diff --git a/kde-base/ksysguard/Manifest b/kde-base/ksysguard/Manifest
deleted file mode 100644
index db5163f83985..000000000000
--- a/kde-base/ksysguard/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802
diff --git a/kde-base/ksysguard/ksysguard-4.11.22.ebuild b/kde-base/ksysguard/ksysguard-4.11.22.ebuild
deleted file mode 100644
index 2f66deb9beef..000000000000
--- a/kde-base/ksysguard/ksysguard-4.11.22.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kde-workspace"
-CPPUNIT_REQUIRED="optional"
-VIRTUALX_REQUIRED="test"
-WEBKIT_REQUIRED="always"
-inherit kde4-meta
-
-DESCRIPTION="KSysguard is a network enabled task manager and system monitor application"
-HOMEPAGE+=" https://userbase.kde.org/KSysGuard"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug lm_sensors test"
-
-DEPEND="
- sys-libs/zlib
- x11-libs/libX11
- x11-libs/libXres
- lm_sensors? ( sys-apps/lm_sensors )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-# bug 393091
-
-KMEXTRA="
- libs/ksysguard/
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with lm_sensors Sensors)
- )
-
- kde4-meta_src_configure
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
- ewarn "Note that ksysguard has powerful features; one of these is the executing of arbitrary"
- ewarn "programs with elevated privileges (as data sources). So be careful opening worksheets"
- ewarn "from untrusted sources!"
-}
diff --git a/kde-base/ksysguard/metadata.xml b/kde-base/ksysguard/metadata.xml
deleted file mode 100644
index 0cf59224b009..000000000000
--- a/kde-base/ksysguard/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
-</maintainer>
-</pkgmetadata>