diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-12 07:44:17 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-12 07:44:17 +0000 |
commit | 4c6796bd9ad3e00baac02d7b8d0ae9ddcb0cb32e (patch) | |
tree | 01c45898c2f99480139b71a475bc50a9dbf5ba40 /x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild | |
parent | somebody removed amd64 support while adding in ppc support, so i added it bac... (diff) | |
download | gentoo-2-4c6796bd9ad3e00baac02d7b8d0ae9ddcb0cb32e.tar.gz gentoo-2-4c6796bd9ad3e00baac02d7b8d0ae9ddcb0cb32e.tar.bz2 gentoo-2-4c6796bd9ad3e00baac02d7b8d0ae9ddcb0cb32e.zip |
Various small fixes.
Diffstat (limited to 'x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild index 6c5c17dd6f9c..eeb47fe2e9f6 100644 --- a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild +++ b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild,v 1.10 2004/04/30 21:11:16 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild,v 1.11 2004/05/12 07:44:17 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="a GKrellM plugin for hddtemp (which reads the temperature of SMART capable hard drives)" SRC_URI="http://coredump.free.fr/linux/${P}.tar.gz" HOMEPAGE="http://coredump.free.fr/linux/harddrive.html" - +IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ~ppc" |