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 | |
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')
-rw-r--r-- | x11-plugins/gkrellm-hddtemp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-hddtemp/ChangeLog b/x11-plugins/gkrellm-hddtemp/ChangeLog index d1be23e7e224..f94809904a16 100644 --- a/x11-plugins/gkrellm-hddtemp/ChangeLog +++ b/x11-plugins/gkrellm-hddtemp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellm-hddtemp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.10 2004/02/29 16:29:14 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.11 2004/05/12 07:44:17 aliz Exp $ + + 12 May 2004; Daniel Ahlberg <aliz@gentoo.org> gkrellm-hddtemp-0.1.ebuild: + Removed S=, added IUSE=. 29 Feb 2004; Ciaran McCreesh <ciaranm@gentoo.org> gkrellm-hddtemp-0.2_beta.ebuild: 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" |