diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-17 04:58:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-17 04:58:29 +0000 |
commit | eb81c039a379d738ee28e570c499209d5a136450 (patch) | |
tree | 45a02f6a62d9e05a00faf0b3df5513b95da13296 /app-benchmarks | |
parent | borked the ppc64 keyword. fixed (diff) | |
download | historical-eb81c039a379d738ee28e570c499209d5a136450.tar.gz historical-eb81c039a379d738ee28e570c499209d5a136450.tar.bz2 historical-eb81c039a379d738ee28e570c499209d5a136450.zip |
update HOMEPAGE #64216
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/cpuburn/Manifest | 12 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 20 |
2 files changed, 20 insertions, 12 deletions
diff --git a/app-benchmarks/cpuburn/Manifest b/app-benchmarks/cpuburn/Manifest index 11f392dd7493..1153060b34eb 100644 --- a/app-benchmarks/cpuburn/Manifest +++ b/app-benchmarks/cpuburn/Manifest @@ -1,3 +1,13 @@ -MD5 10fbfc2c28375d8ab8acd59d9a14d573 cpuburn-1.4.ebuild 786 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 194c9c26ab396ce3a8df526b823d74a2 ChangeLog 538 +MD5 9241a9ab168256b99c54554a27c4b6da cpuburn-1.4.ebuild 761 MD5 6cf0a4c748c883846c78a58b0173aa80 files/digest-cpuburn-1.4 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBSm8FHTu7gpaalycRAo9vAJ9g1i62D/ero/OO5AXf96dEC9Y1hgCeLTwQ +Nq9S7WekT0ytITPfLOpNzr4= +=03ja +-----END PGP SIGNATURE----- diff --git a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild index fb22b2b85d19..21bbeac4a6bd 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild @@ -1,27 +1,25 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.7 2004/06/24 21:27:32 agriffis Exp $ - -DESCRIPTION="This program is designed to heavily load CPU chips [testing purposes]" -HOMEPAGE="http://users.ev1.net/~redelm/" +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.8 2004/09/17 04:58:29 vapier Exp $ MY_P="${PV/./_}" -SRC_URI="http://users.ev1.net/~redelm/cpuburn_${MY_P}_tar.gz" +DESCRIPTION="designed to heavily load CPU chips [testing purposes]" +HOMEPAGE="http://pages.sbcglobal.net/redelm/" +SRC_URI="http://pages.sbcglobal.net/redelm/cpuburn_${MY_P}_tar.gz" LICENSE="GPL-2" SLOT="0" +KEYWORDS="-* x86" IUSE="" -KEYWORDS="x86 -ppc -sparc -alpha" - RESTRICT="nostrip" + DEPEND="sys-devel/gcc" RDEPEND="" src_unpack() { - #for some reason he has it _tar instead of .tar ... + # for some reason he has it _tar instead of .tar ... unpack ${A} - cd ${WORKDIR} - tar -xf cpuburn_${MY_P}_tar + tar -xf cpuburn_${MY_P}_tar || die } src_compile() { @@ -30,5 +28,5 @@ src_compile() { src_install() { dodoc Design README - dobin burn{BX,K6,K7,MMX,P5,P6} + dobin burn{BX,K6,K7,MMX,P5,P6} || die } |