diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-17 20:43:18 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-17 20:43:18 +0000 |
commit | d5a373878b27e3acf141f7032c4626c70bdd661f (patch) | |
tree | fedfbd0f748f624df8e8be14073962d5c254c327 /app-admin/hddtemp | |
parent | changes and eclasses for upcomnig kde cvs ebuilds. they won't live in portage... (diff) | |
download | historical-d5a373878b27e3acf141f7032c4626c70bdd661f.tar.gz historical-d5a373878b27e3acf141f7032c4626c70bdd661f.tar.bz2 historical-d5a373878b27e3acf141f7032c4626c70bdd661f.zip |
Added SLOT
Diffstat (limited to 'app-admin/hddtemp')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.2.ebuild b/app-admin/hddtemp/hddtemp-0.2.ebuild index faa2486a867c..35e84a388f8b 100644 --- a/app-admin/hddtemp/hddtemp-0.2.ebuild +++ b/app-admin/hddtemp/hddtemp-0.2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.1 2002/06/22 06:05:31 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.2 2002/07/17 20:43:16 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A simple utility, to read the temperature of SMART IDE hard drives." SRC_URI="http://coredump.free.fr/linux/${P}.tar.gz" +SLOT="0" HOMEPAGE="http://coredump.free.fr/linux/harddrive.html" DEPEND="virtual/glibc" |