summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 20:10:16 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 20:10:16 +0000
commit91facf36f6536d52b5ffb0bfeceb3551e12c080b (patch)
tree0ff679d6fa745b1ef715bdf758725136b3a7f5a7 /kde-base/ksysguard
parentVersion bump KDE 4.3.2 (diff)
downloadgentoo-2-91facf36f6536d52b5ffb0bfeceb3551e12c080b.tar.gz
gentoo-2-91facf36f6536d52b5ffb0bfeceb3551e12c080b.tar.bz2
gentoo-2-91facf36f6536d52b5ffb0bfeceb3551e12c080b.zip
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/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.3.2.ebuild34
2 files changed, 40 insertions, 1 deletions
diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog
index a04c5b384028..542e795f6b47 100644
--- a/kde-base/ksysguard/ChangeLog
+++ b/kde-base/ksysguard/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.145 2009/09/01 16:01:39 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.146 2009/10/06 20:10:16 alexxy Exp $
+
+*ksysguard-4.3.2 (06 Oct 2009)
+
+ 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +ksysguard-4.3.2.ebuild:
+ Version bump
*ksysguard-4.3.1 (01 Sep 2009)
diff --git a/kde-base/ksysguard/ksysguard-4.3.2.ebuild b/kde-base/ksysguard/ksysguard-4.3.2.ebuild
new file mode 100644
index 000000000000..819756f4653a
--- /dev/null
+++ b/kde-base/ksysguard/ksysguard-4.3.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.2.ebuild,v 1.1 2009/10/06 20:10:16 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 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+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="${mycmakeargs}
+ $(cmake-utils_use_with lm_sensors Sensors)"
+
+ kde4-meta_src_configure
+}