Portage is a package management system used by Gentoo Linux
# ChangeLog for app-benchmarks/cpuburn
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.14 2007/09/17 21:01:30 phreak Exp $
17 Sep 2007; Christian Heim
Removing johnm from metadata.xml (see #186467 for reference).
02 Jul 2007; Piotr Jaroszyński
(QA) RESTRICT clean up.
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
29 May 2005; Marcus D. Hanwell
Stable on amd64.
25 Mar 2005; Daniel Goller
add metadata.xml
25 Mar 2005;
added ~amd64
29 Sep 2004; Mike Frysinger
Compiled with -m32 on amd64 systems #65719 by Rick Warner.
12 Mar 2004; Michael Sterrett
Don't assign default to S; header fix
06 Dec 2002; Rodney Rees
*cpuburn-1.4 (23 Oct 2002)
23 Oct 2002; Mike Frysinger
Initial import. Ebuild submitted by me.
DIST cpuburn_1_4_tar.gz 7373 RMD160 d9a25567002e3c8801991be5e980156ba068e680 SHA1 291e163d17ce528fd8301f821babed74d9caffaf SHA256 1b2a1672f455545a28d0f038737e792e8c3b97789f2029f765847fc2a807244a
EBUILD cpuburn-1.4.ebuild 924 RMD160 ec9c2307a761dda78c8c942d54ddf0fd57433016 SHA1 d03d2d6d4959074a3f002bfc266e11fbe2fc8397 SHA256 5fa6178f525c7e049cac7a81d48359d82081142c57f32a04e5674b4c018bb4e5
MISC ChangeLog 1237 RMD160 bde76293c8e1551cda3d54dd4fe7451882aecd71 SHA1 909a68e567349261663a585268050d1e72f90b44 SHA256 111c9c421276519a0bdec75e00ac791b2b386952b9aac20a54e479480c2d94ed
MISC metadata.xml 400 RMD160 f01fb6897ba3e7c1f1d20df9db99c2d20ee35e09 SHA1 41cc095eee650a6507186bd2c2c9aaff6f89c6bb SHA256 9aba080fab1b7bc1a6551b484688d991365d9685cb36dca67a0370e26c4ad002
# Copyright 1999-2007 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.14 2007/07/02 13:41:07 peper Exp $
MY_P="${PV/./_}"
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="-* amd64 x86"
IUSE=""
RESTRICT="strip"
DEPEND="sys-devel/gcc"
RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
src_unpack() {
# for some reason he has it _tar instead of .tar ...
unpack ${A}
tar -xf cpuburn_${MY_P}_tar || die
if use amd64 ; then #65719
cd ${S}
sed -i 's:gcc -s:gcc -m32 -s:' Makefile || die "sed failed"
fi
}
src_compile() {
emake || die
}
src_install() {
dodoc Design README
dobin burn{BX,K6,K7,MMX,P5,P6} || die
}
CPUBurn is the ultimate stability testing tool for overclockers. The
program heats up any x86 CPU to the maximum possible operating
temperature that is achievable by using ordinary software.