commit:     529f86a266f185af1827c5834218d152e6569af2
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Fri Sep  6 20:18:54 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 17:36:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529f86a2

app-benchmarks/stress-ng: bump to version 0.10.04

Also added slot operator for sys-apps/keyutils.

Closes: https://bugs.gentoo.org/693222
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12875
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-benchmarks/stress-ng/Manifest                 |  1 +
 app-benchmarks/stress-ng/stress-ng-0.10.04.ebuild | 37 +++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index cfaa0207bd3..d4fd5abb306 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.10.00.tar.xz 397988 BLAKE2B 
70cc9b0e592685c10207144f1752371944bfc449646580b0100c628598b6d8e80f3088935cd3fabec27ac8943d03a1eae9f1201969b7dd93d4ae64b6669400af
 SHA512 
1acb8fde49d2c613f7958d86268bfce0c0d5482bea573c31182d3ebba855db7522d206c284c64662d4642be7bed3af36b21481c8eede528e589b0a1b0ec7fe07
+DIST stress-ng-0.10.04.tar.xz 401148 BLAKE2B 
c5c1db3e5fc7316b5620311934f0119d00193f8d73d6705ff6597affebd78e81f3132a9748adc8beb7437261162c835346566a32501205416d223b9d03629423
 SHA512 
44097bd5a26b7c84ea69b47fc23be3a43369ad8325af375cfc51e45e51d8caabb84ea1af25aff00f042cc564980d7b3fc4b997cfb6246ab562a2f6e11d94ee5e

diff --git a/app-benchmarks/stress-ng/stress-ng-0.10.04.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.10.04.ebuild
new file mode 100644
index 00000000000..a91a89b38cd
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.10.04.ebuild
@@ -0,0 +1,37 @@
+# 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
+}

Reply via email to