summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:15:04 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:15:04 +0000
commit29e9b7fc7d49db46e422f267e005ab7f02ce5e22 (patch)
treebffdbf0a760085d1cd74a95cff2c65060ff49ab7 /kde-base/ksysguard
parent[kde-base/kdenetwork-filesharing] Version bump to KDE SC 4.4.0 (diff)
downloadhistorical-29e9b7fc7d49db46e422f267e005ab7f02ce5e22.tar.gz
historical-29e9b7fc7d49db46e422f267e005ab7f02ce5e22.tar.bz2
historical-29e9b7fc7d49db46e422f267e005ab7f02ce5e22.zip
[kde-base/ksysguard] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r--kde-base/ksysguard/ChangeLog7
-rw-r--r--kde-base/ksysguard/ksysguard-4.4.0.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog
index 516a9ba9ceb1..0464e1b8a171 100644
--- a/kde-base/ksysguard/ChangeLog
+++ b/kde-base/ksysguard/ChangeLog
@@ -1,6 +1,11 @@
# 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.168 2010/01/25 16:55:27 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.169 2010/02/09 00:15:01 alexxy Exp $
+
+*ksysguard-4.4.0 (08 Feb 2010)
+
+ 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +ksysguard-4.4.0.ebuild:
+ Version bump to KDE SC 4.4.0
*ksysguard-4.3.5 (25 Jan 2010)
diff --git a/kde-base/ksysguard/ksysguard-4.4.0.ebuild b/kde-base/ksysguard/ksysguard-4.4.0.ebuild
new file mode 100644
index 000000000000..c098da4acaa5
--- /dev/null
+++ b/kde-base/ksysguard/ksysguard-4.4.0.ebuild
@@ -0,0 +1,35 @@
+# 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.0.ebuild,v 1.1 2010/02/09 00:15:01 alexxy Exp $
+
+EAPI="2"
+
+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
+}