diff options
author | 2004-03-15 14:44:11 +0000 | |
---|---|---|
committer | 2004-03-15 14:44:11 +0000 | |
commit | 9a9eac803c39c03d3a9d0c0ab1fa8ed584369e54 (patch) | |
tree | abb608e952f43894f3378716b8ab34e5b21d6ddf /app-admin | |
parent | Add an error message so people know that if their sandbox is on and they have... (diff) | |
download | gentoo-2-9a9eac803c39c03d3a9d0c0ab1fa8ed584369e54.tar.gz gentoo-2-9a9eac803c39c03d3a9d0c0ab1fa8ed584369e54.tar.bz2 gentoo-2-9a9eac803c39c03d3a9d0c0ab1fa8ed584369e54.zip |
inherit eutils.
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.2.ebuild b/app-admin/hddtemp/hddtemp-0.2.ebuild index 71dee95bef89..23e5ae3f8e9f 100644 --- a/app-admin/hddtemp/hddtemp-0.2.ebuild +++ b/app-admin/hddtemp/hddtemp-0.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 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.17 2004/01/04 16:20:24 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.18 2004/03/15 14:44:11 aliz Exp $ + +inherit eutils DESCRIPTION="A simple utility to read the temperature of SMART capable hard drives" SRC_URI="http://coredump.free.fr/linux/${P}.tar.gz |