summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-15 18:38:53 +0000
committerJustin Lecher <jlec@gentoo.org>2012-02-15 18:38:53 +0000
commit45fd8ece8fc38347f62aa37a0425726ef8eb053a (patch)
tree8c08b862d6ba2325c80c45225017e10997dd696a /app-benchmarks/cpuburn
parentsys-kernel/dracut: Version bump to 016. 015 is skipped. (diff)
downloadgentoo-2-45fd8ece8fc38347f62aa37a0425726ef8eb053a.tar.gz
gentoo-2-45fd8ece8fc38347f62aa37a0425726ef8eb053a.tar.bz2
gentoo-2-45fd8ece8fc38347f62aa37a0425726ef8eb053a.zip
Mirror the src tarball as upstream is dead, move to EAPI=4
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r--app-benchmarks/cpuburn/ChangeLog7
-rw-r--r--app-benchmarks/cpuburn/cpuburn-1.4a.ebuild23
2 files changed, 15 insertions, 15 deletions
diff --git a/app-benchmarks/cpuburn/ChangeLog b/app-benchmarks/cpuburn/ChangeLog
index d43d23de81db..b74f66ec4dce 100644
--- a/app-benchmarks/cpuburn/ChangeLog
+++ b/app-benchmarks/cpuburn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/cpuburn
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.18 2011/12/26 12:39:45 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.19 2012/02/15 18:38:53 jlec Exp $
+
+ 15 Feb 2012; Justin Lecher <jlec@gentoo.org> cpuburn-1.4a.ebuild:
+ Mirror the src tarball as upstream is dead, move to EAPI=4
26 Dec 2011; Markus Meier <maekke@gentoo.org> cpuburn-1.4a.ebuild:
x86 stable, bug #394055
diff --git a/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild
index cdf2ee570925..6cae7326decf 100644
--- a/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild
+++ b/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild
@@ -1,15 +1,17 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild,v 1.3 2011/12/26 12:39:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild,v 1.4 2012/02/15 18:38:53 jlec Exp $
-EAPI="2"
+EAPI=4
inherit eutils flag-o-matic toolchain-funcs
MY_P="${PV/./_}"
-DESCRIPTION="designed to heavily load CPU chips [testing purposes]"
+
+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"
+#SRC_URI="http://pages.sbcglobal.net/redelm/cpuburn_${MY_P}_tar.gz -> ${P}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -17,15 +19,10 @@ KEYWORDS="-* amd64 x86"
IUSE=""
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
-}
+DEPEND=""
src_prepare() {
-cp -av Makefile{,.orig}
+ cp -av Makefile{,.orig}
epatch "${FILESDIR}"/${P}-flags.patch
use amd64 && append-flags -m32 #65719
tc-export CC
@@ -33,5 +30,5 @@ cp -av Makefile{,.orig}
src_install() {
dodoc Design README
- dobin burn{BX,K6,K7,MMX,P5,P6} || die
+ dobin burn{BX,K6,K7,MMX,P5,P6}
}