public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress/
Date: Sat,  2 Oct 2021 12:28:00 +0000 (UTC)	[thread overview]
Message-ID: <1633177674.178aebb01cac4b4606f39233a3ed52d3d8e45eaf.conikost@gentoo> (raw)

commit:     178aebb01cac4b4606f39233a3ed52d3d8e45eaf
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 12:27:27 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 12:27:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178aebb0

app-benchmarks/stress: bump to version 1.0.5

This is also a switch to the debian fork, which took it up and seems to
continue to develop it. Old upstream is gone, as homepage is not
reachable anymore.

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-benchmarks/stress/Manifest            |  1 +
 app-benchmarks/stress/stress-1.0.5.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-benchmarks/stress/Manifest b/app-benchmarks/stress/Manifest
index 5669caef088..b3d7c8e1d38 100644
--- a/app-benchmarks/stress/Manifest
+++ b/app-benchmarks/stress/Manifest
@@ -1 +1,2 @@
 DIST stress-1.0.4-r1.tar.gz 191800 BLAKE2B 560065d963823e734bb706840908998a58c07c82b21ab579f7a0fd5163e7a8591ca0f6abe430bba058bafd9a2dac1fcf33f011663cd6c3d2fdefb221a49e5e8f SHA512 623a7d9585828bed4b7673e19fb0cfdda904552cd56353d74106047b64249299d5f8da892ec135f1781ec3984c7d5835dcc6c0d8e659e06c8a1e4fb2af9fd9c4
+DIST stress_1.0.5.orig.tar.gz 105766 BLAKE2B 7bc4a1d7739828ccd4b58c814e8ded42cddbd0b226bb29e916fe220835bcfa9dcdb86191bb321247aa98bd0e58791556713770bdeda5dad399aa61f2703a766c SHA512 8ae2b74213e2a6e7d17948b8277bdd6143c135a6cee64fb43d183b10134eaea761981e1d76af86ea4700b2d41598d5ca53b17755e61982ab50802297b139b805

diff --git a/app-benchmarks/stress/stress-1.0.5.ebuild b/app-benchmarks/stress/stress-1.0.5.ebuild
new file mode 100644
index 00000000000..60a9c7e1e06
--- /dev/null
+++ b/app-benchmarks/stress/stress-1.0.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A deliberately simple workload generator for POSIX systems"
+HOMEPAGE="https://salsa.debian.org/debian/stress"
+SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable static)
+	)
+
+	econf "${myeconfargs[@]}"
+}


             reply	other threads:[~2021-10-02 12:28 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-02 12:28 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-04 20:15 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress/ Conrad Kostecki
2023-03-04  8:07 Arthur Zamarin
2023-03-04  8:07 Arthur Zamarin
2023-03-04  7:50 Arthur Zamarin
2023-03-04  6:36 Arthur Zamarin
2023-03-04  5:47 Arthur Zamarin
2023-03-04  5:29 Arthur Zamarin
2022-05-08  2:12 WANG Xuerui
2022-04-10  2:54 Matt Turner
2022-02-10  8:13 Yixun Lan
2021-11-02 13:45 Conrad Kostecki
2021-11-02 10:20 Sam James
2021-11-02  9:16 Agostino Sarubbo
2021-11-02  9:15 Agostino Sarubbo
2021-11-02  9:14 Agostino Sarubbo
2021-11-02  9:13 Agostino Sarubbo
2021-11-02  9:12 Agostino Sarubbo
2020-08-09 15:53 Conrad Kostecki
2019-07-21 20:03 Michał Górny
2019-06-13  4:45 Markus Meier
2019-05-19 15:48 Thomas Deutschmann
2019-04-13 19:10 Agostino Sarubbo
2019-04-08 22:07 Sergei Trofimovich
2018-09-30 20:13 Michał Górny
2017-03-18  2:57 Michael Palimaka
2017-03-17 10:42 Agostino Sarubbo
2017-03-17 10:26 Agostino Sarubbo
2017-03-16  7:59 Michael Weber
2017-03-13 12:58 Agostino Sarubbo
2015-08-28 22:56 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1633177674.178aebb01cac4b4606f39233a3ed52d3d8e45eaf.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox