aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-12-05 21:04:50 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2012-12-05 21:04:50 +0400
commit321b8073aa09f7ffc13f51e4da2c69f490a5aeaa (patch)
tree9aefbf2676f817989932c4890a1e33533a84f361 /kde-base/ksysguard
parent[kde-misc/kover] New(ish) package wrt bug 249232. (diff)
downloadkde-321b8073aa09f7ffc13f51e4da2c69f490a5aeaa.tar.gz
kde-321b8073aa09f7ffc13f51e4da2c69f490a5aeaa.tar.bz2
kde-321b8073aa09f7ffc13f51e4da2c69f490a5aeaa.zip
[kde-base] KDE SC 4.9.4 moved to tree
Package-Manager: portage-2.2.0_alpha144
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r--kde-base/ksysguard/Manifest1
-rw-r--r--kde-base/ksysguard/ksysguard-4.9.4.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-base/ksysguard/Manifest b/kde-base/ksysguard/Manifest
index 025585c540..af25ca7606 100644
--- a/kde-base/ksysguard/Manifest
+++ b/kde-base/ksysguard/Manifest
@@ -1,3 +1,2 @@
-DIST kde-workspace-4.9.4.tar.xz 22465172 SHA256 879afa08125dae6d136d1e4161f83a5c57378337c540c474e1321d75545a1cc7 SHA512 d5f601f5db92ccfd3da2684993210b23162b748ed19ef5ed9390de2dc58534f48d0c60034476548cb64cb80bba92af940337a0de34293afbaf965ff164258ad1 WHIRLPOOL 1d77d37d7a053b6cc43fe91b9a1bb090f51c18dc1c89f4762533ec19bfcf9577f359db0142bda0f2628a0909a56ee85ef4bae413184fad69254ffa3619c69f3e
DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23
DIST kde-workspace-4.9.90.tar.xz 22414960 SHA256 fa94d271893ac3edca813fa384f589291ca6860421d9516ee020e3bded1222b3 SHA512 bb8d3691a0b080347536d7cc29a5e6dd8e0c1e09faab73d02ce9714be7817912cc6a144e007d8dfca83826207108274632f8e097c78368d55bbbd629ce9a05da WHIRLPOOL 1afad772949ff2666b1c7b52da7c8d2e50e2f619910dc373415c47cba33ae000f24ddddb3f28f1fce91d15ed1d7dc13c99a1f5239cd1152cc1412cd9b87e7753
diff --git a/kde-base/ksysguard/ksysguard-4.9.4.ebuild b/kde-base/ksysguard/ksysguard-4.9.4.ebuild
deleted file mode 100644
index 73561b7ae2..0000000000
--- a/kde-base/ksysguard/ksysguard-4.9.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="kde-workspace"
-CPPUNIT_REQUIRED="optional"
-VIRTUALX_REQUIRED=test
-inherit kde4-meta
-
-DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug lm_sensors test"
-
-COMMONDEPEND="
- x11-libs/libXrender
- x11-libs/libXres
- lm_sensors? ( sys-apps/lm_sensors )
-"
-DEPEND="${COMMONDEPEND}
- x11-proto/renderproto
-"
-RDEPEND="${COMMONDEPEND}"
-
-RESTRICT="test"
-# bug 393091
-
-KMEXTRA="
- libs/ksysguard/
-"
-
-src_configure() {
- 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!"
-}