aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-01-05 15:05:12 -0500
committerChris Reffett <creffett@gentoo.org>2013-01-05 15:05:12 -0500
commiteaa712591d8d50d386f0042b81285bd6c72595b5 (patch)
tree5598251ba58ed1a65b18ab5f1bd845a5aabfdb5c /kde-base/ksysguard
parent[kde-base/kdepimlibs] Change sed line to fix bug 450350, credit to Franz Fell... (diff)
downloadkde-eaa712591d8d50d386f0042b81285bd6c72595b5.tar.gz
kde-eaa712591d8d50d386f0042b81285bd6c72595b5.tar.bz2
kde-eaa712591d8d50d386f0042b81285bd6c72595b5.zip
[kde] KDE 4.9.5 moved to tree
Package-Manager: portage-2.2.0_alpha149
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r--kde-base/ksysguard/Manifest1
-rw-r--r--kde-base/ksysguard/ksysguard-4.9.5.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-base/ksysguard/Manifest b/kde-base/ksysguard/Manifest
index 2997e06a9e..1c9712cbea 100644
--- a/kde-base/ksysguard/Manifest
+++ b/kde-base/ksysguard/Manifest
@@ -1,3 +1,2 @@
-DIST kde-workspace-4.9.5.tar.xz 22520656 SHA256 073e495c4ef4eb4689c5c666c86fb6f24f57f2c00801f965c60bf8b32adb014a SHA512 1a8802e8c9dcaf1e81276c962dce7d321a26f205f60ccd27fa00780c4c09a8cd404a67b037265a4dd5efdc4ffc386cc31f571ac5ca10c1a14bc59259683a5e54 WHIRLPOOL f6ba18b30f7a5c454c9304d42f50238eac9a90abfc29fb6f7e873675eca89d206045f7277e5732e3faf669d36ec822cae0849813c66d72f7ba3af25bac3130ef
DIST kde-workspace-4.9.95.tar.xz 20676896 SHA256 8d13e9cc47876dc9bdce85bfc34f86c1c7a1ee2e19c36e256a96224766b47dac SHA512 bd4e4758e6e2053b787f8ea35b41b34c136b571e0a9505fde7bf7ded0d0affcbb32a7812a10e383f89a63b144e24aea548913f40cc7d489ae0aac6c5c8bd1251 WHIRLPOOL 83e4598f058d85772bdc56a0cccd9ff6570243a01e2ad40fc5e12450e636f542b64351e134ab62fdd84e1b0d642c5ffb2f50e274021ef66b3cb74101948b4751
DIST kde-workspace-4.9.97.tar.xz 13416412 SHA256 2edbca35c414f48b7b6f61fb2221f19d18a0b65cc21809b930cdb60b1a141838 SHA512 8db362037db6ed51d5cdf620dbaa7a0243922de5dab142da8c346d56016c12112e189ef2ddb3d97483decf3b8cc720405a2f64fab23d934f5388092fdcd4bac3 WHIRLPOOL e092f0b19b01f1874b66931e6c986e2ce2490fead92707bd28aee256a86627a324117bbc119bc78ec3be769715b5a6133fd74b8c4cb94c79d695979f3fc72ff1
diff --git a/kde-base/ksysguard/ksysguard-4.9.5.ebuild b/kde-base/ksysguard/ksysguard-4.9.5.ebuild
deleted file mode 100644
index 9db9416785..0000000000
--- a/kde-base/ksysguard/ksysguard-4.9.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 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!"
-}