diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-05-15 15:53:08 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-05-15 15:53:08 +0000 |
commit | 10ad3e41d3f39c0288e574c8e66cd07fcfe5aeba (patch) | |
tree | f6f4c52e131b9612bbc1303fa28d416a4b3fd491 /kde-base/ksysguard | |
parent | Version bump. (diff) | |
download | gentoo-2-10ad3e41d3f39c0288e574c8e66cd07fcfe5aeba.tar.gz gentoo-2-10ad3e41d3f39c0288e574c8e66cd07fcfe5aeba.tar.bz2 gentoo-2-10ad3e41d3f39c0288e574c8e66cd07fcfe5aeba.zip |
Version bump.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r-- | kde-base/ksysguard/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksysguard/ksysguard-4.11.19.ebuild | 46 |
2 files changed, 53 insertions, 1 deletions
diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog index 2ff1879010f7..687c939688c4 100644 --- a/kde-base/ksysguard/ChangeLog +++ b/kde-base/ksysguard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/ksysguard # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.352 2015/03/29 11:33:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.353 2015/05/15 15:53:06 kensington Exp $ + +*ksysguard-4.11.19 (15 May 2015) + + 15 May 2015; Michael Palimaka <kensington@gentoo.org> + +ksysguard-4.11.19.ebuild: + Version bump. *ksysguard-4.11.17 (29 Mar 2015) diff --git a/kde-base/ksysguard/ksysguard-4.11.19.ebuild b/kde-base/ksysguard/ksysguard-4.11.19.ebuild new file mode 100644 index 000000000000..b05dfea195af --- /dev/null +++ b/kde-base/ksysguard/ksysguard-4.11.19.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.11.19.ebuild,v 1.1 2015/05/15 15:53:06 kensington Exp $ + +EAPI=5 + +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" +HOMEPAGE+=" http://userbase.kde.org/KSysGuard" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug lm_sensors test" + +DEPEND=" + sys-libs/zlib + x11-libs/libX11 + x11-libs/libXres + lm_sensors? ( sys-apps/lm_sensors ) +" +RDEPEND="${DEPEND}" + +RESTRICT="test" +# bug 393091 + +KMEXTRA=" + libs/ksysguard/ +" + +src_configure() { + local 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!" +} |