Skip to content

Commit

Permalink
app-benchmarks/stress-ng: bump to version 0.09.36
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/663252
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Closes: gentoo#9521
  • Loading branch information
ConiKost authored and a17r committed Aug 11, 2018
1 parent 5515414 commit ca6bf8d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-benchmarks/stress-ng/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST stress-ng-0.09.35.tar.xz 353748 BLAKE2B fb1b111960bf383fd24e4b855a4a2e41c8f838c8eb869aaef8113f36020ceff0c657063f77b89d7a78c15981ca7fa79214ef671311e5989dd2dc9a8203d83782 SHA512 3d685ac6ed20437ad20859e9a3881426111dc966da5bb999bd70dc651e879fe68564f32099664b84c09422deb905020a6b17197e286e7a9315f2cd55959091c6
DIST stress-ng-0.09.36.tar.xz 354012 BLAKE2B 30ee324b122b3760bf197dc8f5f20541f24eb4af48b7dcb9c64332cb5535a8cec8881e42eed4ba45aa84a580f611890de084127a137b3d0ed03d6c011f7b3d27 SHA512 5c50bb4d15179210e385f5e3e37d8bba0ce93a8ff56bd0f4eaded77785636038886752bb154ac2b41b922646223c94f0e08cdf0c075c56402960a7e4619bd323
28 changes: 28 additions & 0 deletions app-benchmarks/stress-ng/stress-ng-0.09.36.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

DESCRIPTION="Stress test for a computer system with various selectable ways"
HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/"
SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-libs/libaio
dev-libs/libbsd
dev-libs/libgcrypt:0=
net-misc/lksctp-tools
sys-apps/attr
sys-apps/keyutils
sys-libs/libapparmor
sys-libs/libcap
sys-libs/zlib:="

RDEPEND="${DEPEND}"

DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )

PATCHES=( "${FILESDIR}/${PN}-0.09.31-makefile.patch" )

0 comments on commit ca6bf8d

Please sign in to comment.