summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 22:11:30 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 22:11:30 +0000
commitb773ad88bc726661ffd30315a9b6ddc336593b0c (patch)
tree14a7b89776510c6b6ba52d398a8db53d5a7905a7 /kde-base/ksysguard
parent[kde-base] Drop KDE SC 4.4.1 (diff)
downloadhistorical-b773ad88bc726661ffd30315a9b6ddc336593b0c.tar.gz
historical-b773ad88bc726661ffd30315a9b6ddc336593b0c.tar.bz2
historical-b773ad88bc726661ffd30315a9b6ddc336593b0c.zip
[kde-base] Drop KDE SC 4.4.1
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r--kde-base/ksysguard/ChangeLog5
-rw-r--r--kde-base/ksysguard/ksysguard-4.4.1.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog
index ee4cef5e6d62..313cdf1ba325 100644
--- a/kde-base/ksysguard/ChangeLog
+++ b/kde-base/ksysguard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.175 2010/05/03 21:20:59 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.176 2010/05/03 22:03:47 alexxy Exp $
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -ksysguard-4.4.1.ebuild:
+ Drop KDE SC 4.4.1
*ksysguard-4.4.3 (03 May 2010)
diff --git a/kde-base/ksysguard/ksysguard-4.4.1.ebuild b/kde-base/ksysguard/ksysguard-4.4.1.ebuild
deleted file mode 100644
index 614d671d14a3..000000000000
--- a/kde-base/ksysguard/ksysguard-4.4.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.4.1.ebuild,v 1.1 2010/03/02 18:49:13 tampakrap Exp $
-
-EAPI="3"
-
-KMNAME="kdebase-workspace"
-CPPUNIT_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook lm_sensors"
-
-COMMONDEPEND="
- x11-libs/libXrender
- x11-libs/libXres
- lm_sensors? ( sys-apps/lm_sensors )
-"
-DEPEND="${COMMONDEPEND}
- x11-proto/renderproto
-"
-RDEPEND="${COMMONDEPEND}"
-
-KMEXTRA="
- libs/ksysguard/
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with lm_sensors Sensors)
- )
-
- kde4-meta_src_configure
-}