diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 12:57:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 12:57:05 +0000 |
commit | f2cebc17022ca272a7428afbbc85595b7d617d85 (patch) | |
tree | 47277791d963d572aca024f796774bc52e24e19a /app-admin/hddtemp | |
parent | version bump and cleanup of stuff (diff) | |
download | gentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.tar.gz gentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.tar.bz2 gentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.zip |
repoman'd
Diffstat (limited to 'app-admin/hddtemp')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.2.ebuild b/app-admin/hddtemp/hddtemp-0.2.ebuild index 35e84a388f8b..93c0778d167d 100644 --- a/app-admin/hddtemp/hddtemp-0.2.ebuild +++ b/app-admin/hddtemp/hddtemp-0.2.ebuild @@ -1,18 +1,17 @@ # 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.2 2002/07/17 20:43:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.3 2002/07/25 12:57:04 seemant 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" -RDEPEND="${DEPEND}" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_unpack() { unpack ${A} ; cd ${S} |