diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 19:33:14 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 19:33:14 +0000 |
commit | 69e9d0c81880ad7e50df6a4d071fac51e9babb46 (patch) | |
tree | ad8c8706e0bd7837c3c4aacb022ab2353d3925af /kde-base/ksysguard | |
parent | Version bumps. Remove old (diff) | |
download | gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.gz gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.bz2 gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r-- | kde-base/ksysguard/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksysguard/ksysguard-4.11.13.ebuild | 46 |
2 files changed, 4 insertions, 47 deletions
diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog index 8ee1b871333a..bf38d2362c8e 100644 --- a/kde-base/ksysguard/ChangeLog +++ b/kde-base/ksysguard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksysguard # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.345 2014/11/14 18:41:52 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.346 2014/11/14 19:33:10 mrueg Exp $ + + 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -ksysguard-4.11.13.ebuild: + Cleanup old. *ksysguard-4.11.14 (14 Nov 2014) diff --git a/kde-base/ksysguard/ksysguard-4.11.13.ebuild b/kde-base/ksysguard/ksysguard-4.11.13.ebuild deleted file mode 100644 index 37012fd9dce6..000000000000 --- a/kde-base/ksysguard/ksysguard-4.11.13.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.11.13.ebuild,v 1.1 2014/10/25 20:03:17 mrueg 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!" -} |