diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-07-06 23:59:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-07 00:08:31 +0200 |
commit | a2b7a8a673f2ac3b5821cbcc6b5893e64e8dabab (patch) | |
tree | 9a99cde9d705055318bbda789b30385e52e86841 /app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild | |
parent | 438e36ddf944c86ce960fa17e9848ada2b2b6a74 (diff) | |
download | gentoo-a2b7a8a673f2ac3b5821cbcc6b5893e64e8dabab.tar.gz gentoo-a2b7a8a673f2ac3b5821cbcc6b5893e64e8dabab.tar.xz |
app-benchmarks/stress-ng: bump to version 0.09.32
Closes: https://bugs.gentoo.org/659680
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9014
Diffstat (limited to 'app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild')
-rw-r--r-- | app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild new file mode 100644 index 00000000000..728b7fb8433 --- /dev/null +++ b/app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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" ) |