# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit kde DESCRIPTION="kcpufreq is a small KDE 3.x panel applet that displays the current CPU frequency. It is similar in look and functionality to the GNOME cpufreq applet" SRC_URI="http://www.wastl.net/download/kcpufreq/kcpufreq-${PV}.tar.gz" HOMEPAGE="http://www.wastl.net/projects_html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="noicon" DEPEND=">=sys-power/cpufrequtils-0.3-r1" need-kde 3 S="${WORKDIR}/kcpufreq" src_unpack() { unpack ${A} cd ${S} use noicon && epatch ${FILESDIR}/noicon.patch }