summaryrefslogtreecommitdiff
path: root/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild')
-rw-r--r--app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild
deleted file mode 100644
index 3a72f5ced7c5..000000000000
--- a/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic toolchain-funcs
-
-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 -> ${P}.tar.gz"
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-flags.patch \
- "${FILESDIR}"/01-variables.patch
- use amd64 && append-flags -m32 #65719
- tc-export CC
-}
-
-src_install() {
- dodoc Design README
- dobin burn{BX,K6,K7,MMX,P5,P6}
-}