diff options
author | Harri Nieminen <moikkis@gmail.com> | 2018-03-30 10:50:26 +0300 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-30 14:50:46 -0400 |
commit | f3a5a38c420bf1dc234c3c9d5eba8903bc11e992 (patch) | |
tree | cb0db4fb0c1e44c0b17fee541f07c6be57c5c657 /app-benchmarks/cpuburn | |
parent | app-misc/dtach: keyworded 0.9 for ia64, bug #651582 (diff) | |
download | gentoo-f3a5a38c420bf1dc234c3c9d5eba8903bc11e992.tar.gz gentoo-f3a5a38c420bf1dc234c3c9d5eba8903bc11e992.tar.bz2 gentoo-f3a5a38c420bf1dc234c3c9d5eba8903bc11e992.zip |
app-benchmarks/cpuburn: Clean up old
Package-Manager: Portage-2.3.27, Repoman-2.3.7
Closes: https://github.com/gentoo/gentoo/pull/7705
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4a.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild deleted file mode 100644 index 8d719d7385fc..000000000000 --- a/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -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 - use amd64 && append-flags -m32 #65719 - tc-export CC -} - -src_install() { - dodoc Design README - dobin burn{BX,K6,K7,MMX,P5,P6} -} |