Skip to content

Commit cf01bde

Browse files
committed
app-benchmarks/stress-ng: bump to version 0.11.03
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Conrad Kostecki <[email protected]>
1 parent 9fad995 commit cf01bde

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

app-benchmarks/stress-ng/Manifest

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DIST stress-ng-0.11.02.tar.xz 421596 BLAKE2B 3f6eb0d6a17cdbedf66c3efdbaec73760e6f6dfedb8fb1c59f759c31dd5d471c0687e0fe7d1f578c630b0a38499c3e7bf37799571dfdab3c6d47965dc39967d6 SHA512 115812728bc26af6ce32e78fa8008fe5fb8a08d8fbb5d82ac96b49572e4c451c0f4affdbad86ce15b5f77106d0e50bdd209eeae4c84fe0e0547161f2f3064140
2+
DIST stress-ng-0.11.03.tar.xz 424740 BLAKE2B d5b3aa996ee3d7cb3e04b6c09c644c86bcc68efc498fdf5538c1a29f30269af62eab6bb64d3d2d56241375d4c69aa0a362f77ed1cb4a1521b23efd27891bd2c2 SHA512 096a3f5cd8b1b6cc2d4bf862deb67f79c2b25b80359351d5d4e8f0639baaf6c542e4356e3d8e7df3b11b7681982578304010a658a09f2fd66a18e4fa90b31cd5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Copyright 1999-2020 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=7
5+
6+
inherit toolchain-funcs
7+
8+
DESCRIPTION="Stress test for a computer system with various selectable ways"
9+
HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/"
10+
SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"
11+
12+
LICENSE="GPL-2+"
13+
SLOT="0"
14+
KEYWORDS="~amd64 ~arm ~x86"
15+
16+
DEPEND="
17+
dev-libs/libaio
18+
dev-libs/libbsd
19+
dev-libs/libgcrypt:0=
20+
net-misc/lksctp-tools
21+
sys-apps/attr
22+
sys-apps/keyutils:=
23+
sys-libs/libapparmor
24+
sys-libs/libcap
25+
sys-libs/zlib
26+
"
27+
28+
RDEPEND="${DEPEND}"
29+
30+
DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
31+
32+
PATCHES=( "${FILESDIR}/${PN}-0.11.02-makefile.patch" )
33+
34+
src_compile() {
35+
tc-export CC
36+
37+
default
38+
}

0 commit comments

Comments
 (0)