Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/bonnie/
Date: Thu, 15 Aug 2019 09:21:51
Message-Id: 1565860349.8fd326e24e7643a1153cb091d2b9d578039c57b9.mgorny@gentoo
1 commit: 8fd326e24e7643a1153cb091d2b9d578039c57b9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 09:12:29 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 09:12:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd326e2
7
8 app-benchmarks/bonnie: Version the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-benchmarks/bonnie/Manifest | 2 +-
13 app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-benchmarks/bonnie/Manifest b/app-benchmarks/bonnie/Manifest
17 index d47936e8fb3..68abd5794ee 100644
18 --- a/app-benchmarks/bonnie/Manifest
19 +++ b/app-benchmarks/bonnie/Manifest
20 @@ -1 +1 @@
21 -DIST bonnie.tar.gz 7140 BLAKE2B dc0a216e1926de7630fbabdd80d2d1293fc9da404c3179f5515a9756942aec7c6870220e869d1d6c299dc39c2175b6c99b54778237a9af2778b7718aaf4280f3 SHA512 4cb431986870baf1d9e5f757970a4b489f89d4349f051cc2ae0aea035ce19a7962047920a3af1567e375b2c6f1e826309b044b8a8727400601203042a34ecb5f
22 +DIST bonnie-2.0.6.tar.gz 7140 BLAKE2B dc0a216e1926de7630fbabdd80d2d1293fc9da404c3179f5515a9756942aec7c6870220e869d1d6c299dc39c2175b6c99b54778237a9af2778b7718aaf4280f3 SHA512 4cb431986870baf1d9e5f757970a4b489f89d4349f051cc2ae0aea035ce19a7962047920a3af1567e375b2c6f1e826309b044b8a8727400601203042a34ecb5f
23
24 diff --git a/app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild b/app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild
25 index e67da192399..e385ae0eb11 100644
26 --- a/app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild
27 +++ b/app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=6
34 @@ -7,7 +7,7 @@ inherit toolchain-funcs
35
36 DESCRIPTION="Performance Test of Filesystem I/O using standard C library calls"
37 HOMEPAGE="http://www.textuality.com/bonnie/"
38 -SRC_URI="http://www.textuality.com/bonnie/bonnie.tar.gz"
39 +SRC_URI="http://www.textuality.com/bonnie/bonnie.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="bonnie"
42 SLOT="0"