diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-13 13:38:39 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-13 13:38:39 +0000 |
commit | f7614ac727734c9c1032881201c50e1f642d8218 (patch) | |
tree | c9c6bdba199b5195f923b80ba78b9b2fc7ba0313 /app-admin/hddtemp | |
parent | unmask and ebuilds cleanup (diff) | |
download | historical-f7614ac727734c9c1032881201c50e1f642d8218.tar.gz historical-f7614ac727734c9c1032881201c50e1f642d8218.tar.bz2 historical-f7614ac727734c9c1032881201c50e1f642d8218.zip |
Unmask on amd64
Diffstat (limited to 'app-admin/hddtemp')
-rw-r--r-- | app-admin/hddtemp/Manifest | 14 | ||||
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta8.ebuild | 7 |
2 files changed, 10 insertions, 11 deletions
diff --git a/app-admin/hddtemp/Manifest b/app-admin/hddtemp/Manifest index e2b5151612bc..d939b45ed19b 100644 --- a/app-admin/hddtemp/Manifest +++ b/app-admin/hddtemp/Manifest @@ -1,14 +1,14 @@ -MD5 0f9e3f59f5909488ff7d836eb735688c ChangeLog 3034 MD5 aa07929960900de6e228505a40a82d08 hddtemp-0.2.ebuild 888 MD5 8a2032d01e9d0e0af6de397f32bc0c52 hddtemp-0.3_beta6-r1.ebuild 1122 +MD5 e6cfe3db892faf936d189cdcaaca0371 hddtemp-0.3_beta10.ebuild 1151 MD5 35ecb0d6325bb8c8d7a0fda9ff5f572f hddtemp-0.3_beta6.ebuild 872 -MD5 766acaedcf8f8931429e2c81cb6886e7 hddtemp-0.3_beta8.ebuild 1158 +MD5 0f9e3f59f5909488ff7d836eb735688c ChangeLog 3034 MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220 -MD5 e6cfe3db892faf936d189cdcaaca0371 hddtemp-0.3_beta10.ebuild 1151 -MD5 06b275391f52469a2773a41b9ccc48d6 files/digest-hddtemp-0.2 115 -MD5 0441f48755331a54d70ab13db98b4117 files/digest-hddtemp-0.3_beta6 121 +MD5 768a98916fe918986c0b2d845e2d1d10 hddtemp-0.3_beta8.ebuild 1157 MD5 e42a32b0df5005090c105881a4cb02cc files/digest-hddtemp-0.3_beta6-r1 133 +MD5 fb10a6dcf20731e49bdd8a408702e27a files/digest-hddtemp-0.3_beta10 70 +MD5 0441f48755331a54d70ab13db98b4117 files/digest-hddtemp-0.3_beta6 121 MD5 0a2d5f9cdc1a222625e215b2b4025bb5 files/digest-hddtemp-0.3_beta8 70 -MD5 a4e0540c259f86b5ed2c4af2a7ead160 files/hddtemp-0.2-db_location.patch 593 MD5 cf2e7fe80d99ed9dc9af37af25bb7692 files/hddtemp.db 11208 -MD5 fb10a6dcf20731e49bdd8a408702e27a files/digest-hddtemp-0.3_beta10 70 +MD5 06b275391f52469a2773a41b9ccc48d6 files/digest-hddtemp-0.2 115 +MD5 a4e0540c259f86b5ed2c4af2a7ead160 files/hddtemp-0.2-db_location.patch 593 diff --git a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild index 161d4fdd78db..1bac1101d268 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 Technologies, Inc. # 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.8 2004/01/04 16:20:24 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.9 2004/01/13 13:38:30 aliz Exp $ MY_P=${P/_beta/-beta} @@ -8,7 +8,7 @@ DESCRIPTION="A simple utility to read the temperature of SMART capable hard driv HOMEPAGE="http://coredump.free.fr/linux/hddtemp.php" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc ~amd64" +KEYWORDS="x86 ~ppc sparc amd64" DEPEND="virtual/glibc net-misc/wget" @@ -17,8 +17,7 @@ IUSE="" S=${WORKDIR}/${MY_P} src_unpack() { - unpack ${MY_P}.tar.bz2 - cd ${S} + unpack ${MY_P}.tar.bz2 ; cd ${S} ebegin "Trying to download the latest hddtemp.db file" wget -q --timeout=10 http://coredump.free.fr/linux/hddtemp.db |