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/
Date: Tue, 02 Nov 2021 13:45:40
Message-Id: 1635860188.5b85a081127486732bffc41874552d908a0eaa85.conikost@gentoo
1 commit: 5b85a081127486732bffc41874552d908a0eaa85
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 13:36:28 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 13:36:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b85a081
7
8 app-benchmarks/stress: drop old version
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 app-benchmarks/stress/Manifest | 1 -
14 app-benchmarks/stress/stress-1.0.4-r2.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/app-benchmarks/stress/Manifest b/app-benchmarks/stress/Manifest
18 index b3d7c8e1d38..19bf4abb13b 100644
19 --- a/app-benchmarks/stress/Manifest
20 +++ b/app-benchmarks/stress/Manifest
21 @@ -1,2 +1 @@
22 -DIST stress-1.0.4-r1.tar.gz 191800 BLAKE2B 560065d963823e734bb706840908998a58c07c82b21ab579f7a0fd5163e7a8591ca0f6abe430bba058bafd9a2dac1fcf33f011663cd6c3d2fdefb221a49e5e8f SHA512 623a7d9585828bed4b7673e19fb0cfdda904552cd56353d74106047b64249299d5f8da892ec135f1781ec3984c7d5835dcc6c0d8e659e06c8a1e4fb2af9fd9c4
23 DIST stress_1.0.5.orig.tar.gz 105766 BLAKE2B 7bc4a1d7739828ccd4b58c814e8ded42cddbd0b226bb29e916fe220835bcfa9dcdb86191bb321247aa98bd0e58791556713770bdeda5dad399aa61f2703a766c SHA512 8ae2b74213e2a6e7d17948b8277bdd6143c135a6cee64fb43d183b10134eaea761981e1d76af86ea4700b2d41598d5ca53b17755e61982ab50802297b139b805
24
25 diff --git a/app-benchmarks/stress/stress-1.0.4-r2.ebuild b/app-benchmarks/stress/stress-1.0.4-r2.ebuild
26 deleted file mode 100644
27 index 4524dbc33bb..00000000000
28 --- a/app-benchmarks/stress/stress-1.0.4-r2.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="A deliberately simple workload generator for POSIX systems"
37 -HOMEPAGE="https://people.seas.harvard.edu/~apw/stress"
38 -SRC_URI="https://people.seas.harvard.edu/~apw/${PN}/${P}.tar.gz -> ${P}-r1.tar.gz"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
43 -IUSE="static"
44 -
45 -src_configure() {
46 - local myeconfargs=(
47 - $(use_enable static)
48 - )
49 -
50 - econf "${myeconfargs[@]}"
51 -}