diff options
author | 2011-06-02 21:58:00 +0000 | |
---|---|---|
committer | 2011-06-02 21:58:00 +0000 | |
commit | 298a064cbac18a7a40afb3a47dfa230fd976bcea (patch) | |
tree | 72bbbd9777d2d6d6fcb39ee96ec18b6edf243de5 /kde-base/ksysguard | |
parent | Bump to 0.10.0, new slot, ebuild from the GNOME overlay (diff) | |
download | gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.gz gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.bz2 gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.zip |
Drop KDE 4.4
(Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ksysguard')
-rw-r--r-- | kde-base/ksysguard/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ksysguard/ksysguard-4.4.5.ebuild | 42 |
2 files changed, 5 insertions, 43 deletions
diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog index 46eb5bc3e8f5..2f25fd8b2dd0 100644 --- a/kde-base/ksysguard/ChangeLog +++ b/kde-base/ksysguard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksysguard # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.203 2011/06/01 18:58:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.204 2011/06/02 21:57:54 dilfridge Exp $ + + 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -ksysguard-4.4.5.ebuild: + Drop KDE-4.4 01 Jun 2011; Brent Baude <ranger@gentoo.org> ksysguard-4.6.2-r1.ebuild: Marking ksysguard-4.6.2-r1 ppc stable for bug 354033 diff --git a/kde-base/ksysguard/ksysguard-4.4.5.ebuild b/kde-base/ksysguard/ksysguard-4.4.5.ebuild deleted file mode 100644 index fe2c1586f262..000000000000 --- a/kde-base/ksysguard/ksysguard-4.4.5.ebuild +++ /dev/null @@ -1,42 +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.5.ebuild,v 1.5 2010/08/09 17:34:17 scarabeus 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="amd64 ~arm ppc ~ppc64 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 -} - -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!" -} |