Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/cpuburn/
Date: Fri, 30 Mar 2018 18:51:05
Message-Id: 1522435846.f3a5a38c420bf1dc234c3c9d5eba8903bc11e992.bman@gentoo
1 commit: f3a5a38c420bf1dc234c3c9d5eba8903bc11e992
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 07:50:26 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 18:50:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a5a38c
7
8 app-benchmarks/cpuburn: Clean up old
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.7
11 Closes: https://github.com/gentoo/gentoo/pull/7705
12
13 app-benchmarks/cpuburn/cpuburn-1.4a.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild
17 deleted file mode 100644
18 index 8d719d7385f..00000000000
19 --- a/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit eutils flag-o-matic toolchain-funcs
28 -
29 -MY_P="${PV/./_}"
30 -
31 -DESCRIPTION="Designed to heavily load CPU chips [testing purposes]"
32 -HOMEPAGE="http://pages.sbcglobal.net/redelm/"
33 -#SRC_URI="http://pages.sbcglobal.net/redelm/cpuburn_${MY_P}_tar.gz -> ${P}.tar.gz"
34 -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="-* amd64 x86"
39 -IUSE=""
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}"/${P}-flags.patch
43 - use amd64 && append-flags -m32 #65719
44 - tc-export CC
45 -}
46 -
47 -src_install() {
48 - dodoc Design README
49 - dobin burn{BX,K6,K7,MMX,P5,P6}
50 -}