Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/bonnie/
Date: Thu, 28 Dec 2017 12:50:18
Message-Id: 1514465397.0814a533e8d489a8cee87d8f77fa38468f8d6efb.soap@gentoo
1 commit: 0814a533e8d489a8cee87d8f77fa38468f8d6efb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 28 12:48:12 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 28 12:49:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0814a533
7
8 app-benchmarks/bonnie: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-benchmarks/bonnie/bonnie-2.0.6-r1.ebuild | 34 ----------------------------
13 app-benchmarks/bonnie/bonnie-2.0.6.ebuild | 34 ----------------------------
14 2 files changed, 68 deletions(-)
15
16 diff --git a/app-benchmarks/bonnie/bonnie-2.0.6-r1.ebuild b/app-benchmarks/bonnie/bonnie-2.0.6-r1.ebuild
17 deleted file mode 100644
18 index b62e0aa42e4..00000000000
19 --- a/app-benchmarks/bonnie/bonnie-2.0.6-r1.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="2"
26 -
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="Performance Test of Filesystem I/O using standard C library calls"
30 -HOMEPAGE="http://www.textuality.com/bonnie/"
31 -SRC_URI="http://www.textuality.com/bonnie/bonnie.tar.gz"
32 -
33 -LICENSE="bonnie"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE=""
37 -
38 -S=${WORKDIR}
39 -
40 -src_prepare() {
41 - epatch \
42 - "${FILESDIR}"/bonnie_man.patch \
43 - "${FILESDIR}"/Makefile.patch \
44 - "${FILESDIR}"/${P}-includes.patch
45 -}
46 -
47 -src_compile() {
48 - emake CC=$(tc-getCC) SYSFLAGS="${CFLAGS}" || die
49 -}
50 -
51 -src_install() {
52 - newbin Bonnie bonnie
53 - doman bonnie.1
54 - dodoc Instructions
55 -}
56
57 diff --git a/app-benchmarks/bonnie/bonnie-2.0.6.ebuild b/app-benchmarks/bonnie/bonnie-2.0.6.ebuild
58 deleted file mode 100644
59 index ddb11ff6ad1..00000000000
60 --- a/app-benchmarks/bonnie/bonnie-2.0.6.ebuild
61 +++ /dev/null
62 @@ -1,34 +0,0 @@
63 -# Copyright 1999-2014 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -inherit eutils
67 -
68 -DESCRIPTION="Performance Test of Filesystem I/O using standard C library calls"
69 -HOMEPAGE="http://www.textuality.com/bonnie/"
70 -SRC_URI="http://www.textuality.com/bonnie/bonnie.tar.gz"
71 -
72 -LICENSE="bonnie"
73 -SLOT="0"
74 -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
75 -IUSE=""
76 -DEPEND=""
77 -RDEPEND=""
78 -
79 -S=${WORKDIR}
80 -
81 -src_unpack() {
82 - unpack ${A} || die
83 - epatch "${FILESDIR}"/bonnie_man.patch
84 - epatch "${FILESDIR}"/Makefile.patch
85 -}
86 -
87 -src_compile() {
88 - make SYSFLAGS="${CFLAGS}" || die
89 - mv Bonnie bonnie
90 -}
91 -
92 -src_install() {
93 - doman bonnie.1
94 - dodoc Instructions
95 - dobin bonnie
96 -}