summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-10-27 02:42:32 +0200
committerMichał Górny <mgorny@gentoo.org>2018-11-03 10:07:37 +0100
commit89944c1832301ea2b5acb7aedee4777f23a8a5ca (patch)
tree58e08603f45826691ca10bab0ceb14ec3bc6d907 /app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild
parentx11-misc/libinput-gestures: version bump 2.39 (diff)
downloadgentoo-89944c1832301ea2b5acb7aedee4777f23a8a5ca.tar.gz
gentoo-89944c1832301ea2b5acb7aedee4777f23a8a5ca.tar.bz2
gentoo-89944c1832301ea2b5acb7aedee4777f23a8a5ca.zip
app-benchmarks/stress-ng: bump to version 0.09.43
Also updated the metadata.xml. Closes: https://bugs.gentoo.org/669724 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild')
-rw-r--r--app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild
new file mode 100644
index 000000000000..70abac3e8dc7
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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.42-makefile.patch" )