diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-11-08 18:10:45 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-11-08 18:10:45 +0000 |
commit | a9c49d654083446e5c3928584c07baf5cede581e (patch) | |
tree | eec697db95d71ae4bb4b906ac6c32e7b8d8afa57 /app-admin/hddtemp/hddtemp-0.3_beta14.ebuild | |
parent | Modular X deps (diff) | |
download | gentoo-2-a9c49d654083446e5c3928584c07baf5cede581e.tar.gz gentoo-2-a9c49d654083446e5c3928584c07baf5cede581e.tar.bz2 gentoo-2-a9c49d654083446e5c3928584c07baf5cede581e.zip |
Removed explicit dependencies on libc and wget since these two are in the system profile.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.3_beta14.ebuild')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta14.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta14.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta14.ebuild index 9dfc54b5a399..9a4eca297440 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta14.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta14.ebuild,v 1.1 2005/11/06 12:20:48 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta14.ebuild,v 1.2 2005/11/08 18:10:45 spock Exp $ inherit eutils @@ -15,14 +15,13 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="nls" -DEPEND="virtual/libc - net-misc/wget" +DEPEND="" S=${WORKDIR}/${MY_P} src_unpack() { - unpack ${A} ; cd ${S} -# epatch ${FILESDIR}/${P}-setsid.patch + unpack ${A} + cd ${S} ebegin "Trying to download the latest hddtemp.db file" wget -q --timeout=10 http://www.guzu.net/linux/hddtemp.db |