diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 16:12:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 16:12:01 +0000 |
commit | 9c5a3b5a4559841e765e28d6ffa0e04ead4fd4dc (patch) | |
tree | 12e57447d46d6340736319c6beffb8a8d77f4e25 /app-admin/hddtemp | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-9c5a3b5a4559841e765e28d6ffa0e04ead4fd4dc.tar.gz gentoo-2-9c5a3b5a4559841e765e28d6ffa0e04ead4fd4dc.tar.bz2 gentoo-2-9c5a3b5a4559841e765e28d6ffa0e04ead4fd4dc.zip |
glibc ----------------------------> libc !
Diffstat (limited to 'app-admin/hddtemp')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.2.ebuild | 6 | ||||
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta10.ebuild | 6 | ||||
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta11.ebuild | 6 | ||||
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta8.ebuild | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.2.ebuild b/app-admin/hddtemp/hddtemp-0.2.ebuild index 92228058623a..a4f40761ce62 100644 --- a/app-admin/hddtemp/hddtemp-0.2.ebuild +++ b/app-admin/hddtemp/hddtemp-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.21 2004/06/24 21:28:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.22 2004/06/25 16:12:01 vapier Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} ; cd ${S} @@ -33,7 +33,7 @@ src_compile() { } src_install() { - dobin hddtemp + dobin hddtemp || die insinto /usr/share/hddtemp doins ${DISTDIR}/hddtemp.db dodoc README diff --git a/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild index 6914e3232b4d..1f6dd8a7887a 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild,v 1.5 2004/06/24 21:28:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild,v 1.6 2004/06/25 16:12:01 vapier Exp $ MY_P=${P/_beta/-beta} @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc -sparc -amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc net-misc/wget" S=${WORKDIR}/${MY_P} @@ -37,7 +37,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install + make DESTDIR=${D} install || die dodoc README TODO Changelog insinto /usr/share/hddtemp diff --git a/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild index 6cc357cf02ff..4a4660d7b2a4 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild,v 1.6 2004/06/24 21:28:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild,v 1.7 2004/06/25 16:12:01 vapier Exp $ MY_P=${P/_beta/-beta} @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~ppc -sparc amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc net-misc/wget" S=${WORKDIR}/${MY_P} @@ -37,7 +37,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install + make DESTDIR=${D} install || die dodoc README TODO Changelog insinto /usr/share/hddtemp diff --git a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild index a7b263f565ec..8380bc8dc59b 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.11 2004/06/24 21:28:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.12 2004/06/25 16:12:01 vapier Exp $ MY_P=${P/_beta/-beta} @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc net-misc/wget" S=${WORKDIR}/${MY_P} @@ -36,7 +36,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install + make DESTDIR=${D} install || die dodoc README TODO Changelog insinto /usr/share/hddtemp |