blob: ba6789f200db772f084be678f937fc1f95b3a2a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors/xfce4-sensors-0.3.0.ebuild,v 1.5 2005/05/10 09:22:35 dholm Exp $
DESCRIPTION="Xfce4 panel lm-sensors plugin"
KEYWORDS="~amd64 ~x86 ~ppc"
GOODIES_PLUGIN=1
RDEPEND="sys-apps/lm_sensors"
inherit xfce4
|