blob: 245d193b43c03075241f9d7c890c993ceb1b8d01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ksensors/ksensors-0.7.2.ebuild,v 1.2 2003/10/31 17:15:13 caleb Exp $
inherit kde
need-kde 3.0
DESCRIPTION="KSensors - a nice lm_sensors frontend for KDE"
SRC_URI="mirror://sourceforge/ksensors/${P}.tar.gz"
HOMEPAGE="http://ksensors.sourceforge.net/"
newdepend ">=sys-apps/lm-sensors-2.6.3
>=kde-base/kdebase-3.0"
LICENSE="GPL-2"
KEYWORDS="~x86"
src_unpack()
{
kde_src_unpack
cd ${S}
rm -f config.cache
}
|