# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/ksensors/ksensors-0.7.3.ebuild,v 1.5 2005/04/04 11:56:32 greg_g Exp $ inherit kde DESCRIPTION="KSensors - a nice lm_sensors frontend for KDE" SRC_URI="mirror://sourceforge/ksensors/${P}.tar.gz" HOMEPAGE="http://ksensors.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" DEPEND=">=sys-apps/lm_sensors-2.6.3" need-kde 3 src_unpack() { kde_src_unpack cd ${S} rm -f config.cache }