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/stress-ng/
Date: Sat, 03 Nov 2018 09:13:15
Message-Id: 1541236057.89944c1832301ea2b5acb7aedee4777f23a8a5ca.mgorny@gentoo
1 commit: 89944c1832301ea2b5acb7aedee4777f23a8a5ca
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sat Oct 27 00:42:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 09:07:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89944c18
7
8 app-benchmarks/stress-ng: bump to version 0.09.43
9
10 Also updated the metadata.xml.
11
12 Closes: https://bugs.gentoo.org/669724
13 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 app-benchmarks/stress-ng/Manifest | 1 +
18 app-benchmarks/stress-ng/metadata.xml | 4 +++
19 app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild | 30 +++++++++++++++++++++++
20 3 files changed, 35 insertions(+)
21
22 diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest
23 index b9bca146eb2..ffa5ad81f71 100644
24 --- a/app-benchmarks/stress-ng/Manifest
25 +++ b/app-benchmarks/stress-ng/Manifest
26 @@ -1,2 +1,3 @@
27 DIST stress-ng-0.09.41.tar.xz 359760 BLAKE2B d57d9350744db29d3e61201f146cd6569efae599743cf3e5971d645beba5de99b4162ec735e0f143c1c3cd8cc9e318441bfd97dfcf5db1b26cd7e4543bfcc918 SHA512 d1e2a6442c208d5d32ab688460475a59a2edd73220e44402632650eee022faf5728d282a374f22bcb86ce83662122823a7ba72f9824058d86d9b22a3c1791524
28 DIST stress-ng-0.09.42.tar.xz 360452 BLAKE2B fa5ad15f066d8e762fb08cdcd4fe58ea6604890edf2384e0676e6c35645a6fd84c568369dc966d23527820630a0b44ab9b8969f3e170c876b03a194ea72384af SHA512 e209a8777331f91b3ec5fca9f6f664513498b21b5b31338e0882cc6c79674524906e8d0d4a8931ab5b382feac65e15639989fc0672e408aaa2eb84c72a059258
29 +DIST stress-ng-0.09.43.tar.xz 361116 BLAKE2B bba3d136146bfb55f23cb40f85e7e133f96d7fa7f2a55e7b7fb70ef23197c082f89b35fbf11129eaaf3d1c1b7306d1a5ac5ebd55a96c37c6fa9533a84a3d4684 SHA512 bceec4263916b370fc35f6178c2048c3d8317dfc77363f4ec7e9f0111243495d405314af6d467aa5a56db03e1c8c9a2f7aa3c733afe1f3f6f45f6c074ad3ac4c
30
31 diff --git a/app-benchmarks/stress-ng/metadata.xml b/app-benchmarks/stress-ng/metadata.xml
32 index 2fbf8ab0900..41c8fd9db16 100644
33 --- a/app-benchmarks/stress-ng/metadata.xml
34 +++ b/app-benchmarks/stress-ng/metadata.xml
35 @@ -17,4 +17,8 @@
36 that exercise floating point, integer, bit manipulation and control flow
37 and over 20 virtual memory stress tests.
38 </longdescription>
39 + <upstream>
40 + <bugs-to>https://github.com/ColinIanKing/stress-ng/issues</bugs-to>
41 + <remote-id type="github">ColinIanKing/stress-ng</remote-id>
42 + </upstream>
43 </pkgmetadata>
44
45 diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild
46 new file mode 100644
47 index 00000000000..70abac3e8dc
48 --- /dev/null
49 +++ b/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild
50 @@ -0,0 +1,30 @@
51 +# Copyright 1999-2018 Gentoo Authors
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI="7"
55 +
56 +DESCRIPTION="Stress test for a computer system with various selectable ways"
57 +HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/"
58 +SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"
59 +
60 +LICENSE="GPL-2"
61 +SLOT="0"
62 +KEYWORDS="~amd64 ~x86"
63 +
64 +DEPEND="
65 + dev-libs/libaio
66 + dev-libs/libbsd
67 + dev-libs/libgcrypt:0=
68 + net-misc/lksctp-tools
69 + sys-apps/attr
70 + sys-apps/keyutils
71 + sys-libs/libapparmor
72 + sys-libs/libcap
73 + sys-libs/zlib:=
74 +"
75 +
76 +RDEPEND="${DEPEND}"
77 +
78 +DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
79 +
80 +PATCHES=( "${FILESDIR}/${PN}-0.09.42-makefile.patch" )