diff options
Diffstat (limited to 'kde-misc/cpuload/cpuload-0.3.1.ebuild')
| -rw-r--r-- | kde-misc/cpuload/cpuload-0.3.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-misc/cpuload/cpuload-0.3.1.ebuild b/kde-misc/cpuload/cpuload-0.3.1.ebuild new file mode 100644 index 00000000000..ddb48026963 --- /dev/null +++ b/kde-misc/cpuload/cpuload-0.3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit kde4-base + +DESCRIPTION="KDE4 plasmoid that shows CPU load on the screen." +HOMEPAGE="http://www.kde-look.org/content/show.php/cpuload?content=86628" +SRC_URI="http://kde-look.org/CONTENT/content-files/86628-${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${DEPEND} + !kde-plasmoids/cpuload" + +S="${WORKDIR}"/"${PN}" |
