app-benchmarks/stress-ng: bump to version 0.10.12
authorConrad Kostecki <conikost@gentoo.org>
Thu, 5 Dec 2019 00:01:53 +0000 (01:01 +0100)
committerConrad Kostecki <conikost@gentoo.org>
Thu, 5 Dec 2019 00:01:53 +0000 (01:01 +0100)
Also dropped slot operator from sys-libs/zlib.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
app-benchmarks/stress-ng/Manifest
app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild [new file with mode: 0644]

index e489877fddb2b9527f609ae4f02707a0270718dd..c52bb87d0b3d21f79d5d7f92f2463f599532150c 100644 (file)
@@ -1 +1,2 @@
 DIST stress-ng-0.10.07.tar.xz 400796 BLAKE2B c0a5630b2de32768e8294afcd4c8f8ab4474325e54ca50f4c19001ac7493d15a2daa0aa755f606693ba7bc84686c9d259d948041148341d7b7a99d6148ed14fd SHA512 eb5c945ef64af06201ec3f28e1e5c5421dc53cb5b93b4781476a11fb80777a24f50f45f4e59d2ad0c19d753c3f170dc91b0868ffb5b5eb7674a3cbf41e615b31
+DIST stress-ng-0.10.12.tar.xz 408952 BLAKE2B f0894073c651f0defe35af0e916db4d60c211ea0b485cb574bf79ceaaa2794eada28dcf8e8cbee3747a6991d61ec829b0a3e5049e5cad540fc95e63ba33a38cc SHA512 d8b169adcea823113165ba3beabddd72cbd9e6780d39a52e459508ca088c50a5102eeca344e16f4e40d72d77f8135e3c5b973b07d55246ccb2a252806217e529
diff --git a/app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild b/app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild
new file mode 100644 (file)
index 0000000..5515d74
--- /dev/null
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/"
+SRC_URI="https://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.53-makefile.patch" )
+
+src_compile() {
+       tc-export CC
+
+       default
+}