summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-17 04:58:29 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-17 04:58:29 +0000
commitec288696b986f98f3fed22788a9cdadabf89eb1c (patch)
tree79ea48ca8fa4e87c0526414ed7d6f2cfd3f1aacf /app-benchmarks/cpuburn
parentborked the ppc64 keyword. fixed (Manifest recommit) (diff)
downloadgentoo-2-ec288696b986f98f3fed22788a9cdadabf89eb1c.tar.gz
gentoo-2-ec288696b986f98f3fed22788a9cdadabf89eb1c.tar.bz2
gentoo-2-ec288696b986f98f3fed22788a9cdadabf89eb1c.zip
update HOMEPAGE #64216
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r--app-benchmarks/cpuburn/cpuburn-1.4.ebuild20
1 files changed, 9 insertions, 11 deletions
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
}