Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/
Date: Thu, 22 Apr 2021 18:38:32
Message-Id: 1619116701.e3e2d8a6b9ab1a09a4b65d839bce648f3c9d143b.conikost@gentoo
1 commit: e3e2d8a6b9ab1a09a4b65d839bce648f3c9d143b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 18:38:21 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 18:38:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e2d8a6
7
8 app-benchmarks/stress-ng: drop old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 app-benchmarks/stress-ng/Manifest | 1 -
14 app-benchmarks/stress-ng/stress-ng-0.12.06.ebuild | 48 -----------------------
15 2 files changed, 49 deletions(-)
16
17 diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest
18 index e7e5d997015..155cd215754 100644
19 --- a/app-benchmarks/stress-ng/Manifest
20 +++ b/app-benchmarks/stress-ng/Manifest
21 @@ -1,2 +1 @@
22 -DIST stress-ng-0.12.06.tar.xz 530940 BLAKE2B dcf1c97df38cdfd15c88fa71497477d83a0ab8e18ca506717f360b8a1f284be00163f6de956d686cdd6d479bd6fb2075ec2dc4dea55b4af4c623caf4a412e7a0 SHA512 bdfbee6c1d339dc4d288aa28b08bdaf158f49bb023b527c653e7956d80607690fe4aab763acc8c6659e822f2e225ee2be39ff60effa972b05c4c5e0fe067d6fc
23 DIST stress-ng-0.12.07.tar.xz 536376 BLAKE2B 669f97ad6534d5541e67b6252ac2df0e7ed13e51ba50e71ae73840f5cd2fba59f050a4b1344e98ab0b8263f548aed32b6d1c1829de916093d8ab354e29033e14 SHA512 64b6f583a8564e92abb5e45cbe0ed2d5222d518192057fe9bde5bc11aaa322ade35c5c7190ea4ecc3f7cb51820c92815c248b856856a56609a3834e10da90592
24
25 diff --git a/app-benchmarks/stress-ng/stress-ng-0.12.06.ebuild b/app-benchmarks/stress-ng/stress-ng-0.12.06.ebuild
26 deleted file mode 100644
27 index 073bfbc1f4a..00000000000
28 --- a/app-benchmarks/stress-ng/stress-ng-0.12.06.ebuild
29 +++ /dev/null
30 @@ -1,48 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit optfeature toolchain-funcs
37 -
38 -DESCRIPTION="Stress test for a computer system with various selectable ways"
39 -HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/"
40 -SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
45 -
46 -DEPEND="
47 - dev-libs/libaio
48 - dev-libs/libbsd
49 - dev-libs/libgcrypt:0=
50 - sys-apps/attr
51 - sys-apps/keyutils:=
52 - sys-libs/libcap
53 - sys-libs/zlib
54 -"
55 -
56 -RDEPEND="${DEPEND}"
57 -
58 -DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
59 -
60 -src_prepare() {
61 - default
62 -
63 - # Don't install compressed man page.
64 - # Respect users CFLAGS.
65 - sed -e 's/stress-ng.1.gz/stress-ng.1/' -e 's/-O2//' -i Makefile
66 -}
67 -
68 -src_compile() {
69 - export VERBOSE=1
70 - tc-export CC
71 -
72 - default
73 -}
74 -
75 -pkg_postinst() {
76 - optfeature "AppArmor support" sys-libs/libapparmor
77 - optfeature "SCTP support" net-misc/lksctp-tools
78 -}