From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress/
Date: Sat, 18 Mar 2017 02:57:58 +0000 (UTC) [thread overview]
Message-ID: <1489805868.f883612a900844dd3d4f3b4d60510ab35a867172.kensington@gentoo> (raw)
commit: f883612a900844dd3d4f3b4d60510ab35a867172
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 02:56:37 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 02:57:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f883612a
app-benchmarks/stress: remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
app-benchmarks/stress/Manifest | 2 --
app-benchmarks/stress/stress-1.0.1.ebuild | 44 -------------------------------
app-benchmarks/stress/stress-1.0.4.ebuild | 22 ----------------
3 files changed, 68 deletions(-)
diff --git a/app-benchmarks/stress/Manifest b/app-benchmarks/stress/Manifest
index 97047f07ead..57b3e20059c 100644
--- a/app-benchmarks/stress/Manifest
+++ b/app-benchmarks/stress/Manifest
@@ -1,3 +1 @@
-DIST stress-1.0.1.tar.gz 203343 SHA256 813a9c78d0a7c27e257ab4523f1b0013e32b0eceabc19154d7d26118e9b73bed SHA512 d7de86cab38a688d2fc55f26a9b3562d58a40ef30bbfa974b6777b6a7d7e1b1f609ef78258af2d1b8aee0bcda432d5abe4f59b9529ea2730e26a054d1683d666 WHIRLPOOL 89349408fbeb654fae162f0e5435264e426b63f7ab05f3199505ded530ab5bb6c426a61440c5ecce34ea07641615a7b38c5d0c35abdb43153b6d9f71c0049c96
DIST stress-1.0.4-r1.tar.gz 191800 SHA256 057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b SHA512 623a7d9585828bed4b7673e19fb0cfdda904552cd56353d74106047b64249299d5f8da892ec135f1781ec3984c7d5835dcc6c0d8e659e06c8a1e4fb2af9fd9c4 WHIRLPOOL f61eb216ec44242c74ae86b3c5390c361c16f4466cfad231d4fbfa93f61578c36dde779db3cf0ba8a0e0751b74fb33a1085372d825d9fd0ebb8120962e9f1cdf
-DIST stress-1.0.4.tar.gz 201495 SHA256 369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0 SHA512 54b3f9edbdaff228f2cfd40a7ce324eea95fc9ab54194d3bac04dc67f72b690e4748c8ff5161bca563d7dd573609092c3631cd4cceb14d813f16f7226ad1ce98 WHIRLPOOL a1ca33b3c3c4ac3e5073a9ea5fa43fe4295bfa2c26627b36366e875dc9c2b1776493d6895ca40008037e2bf2246117067b23cfab568143f1e0e3ec759aa458ea
diff --git a/app-benchmarks/stress/stress-1.0.1.ebuild b/app-benchmarks/stress/stress-1.0.1.ebuild
deleted file mode 100644
index 542cff65ab8..00000000000
--- a/app-benchmarks/stress/stress-1.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit autotools flag-o-matic
-
-MY_P="${PN}-${PV/_/}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Imposes stressful loads on different aspects of the system"
-HOMEPAGE="http://people.seas.harvard.edu/~apw/stress"
-SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
-IUSE="static"
-
-DEPEND="sys-apps/help2man"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Force rebuild of the manpage.
- rm -f doc/stress.1
-
- # Honour Gentoo CFLAGS.
- sed -i -e "/CFLAGS/s/-Werror//" \
- -e "s/CFLAGS/AM_CFLAGS/" \
- src/Makefile.am || die "sed cflags failed"
-
- eautoreconf
-}
-
-src_compile() {
- use static && append-ldflags -static
- econf
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ChangeLog AUTHORS README
-}
diff --git a/app-benchmarks/stress/stress-1.0.4.ebuild b/app-benchmarks/stress/stress-1.0.4.ebuild
deleted file mode 100644
index 3e5d863cec7..00000000000
--- a/app-benchmarks/stress/stress-1.0.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit flag-o-matic
-
-MY_P=${PN}-${PV/_/}
-DESCRIPTION="Imposes stressful loads on different aspects of the system"
-HOMEPAGE="http://people.seas.harvard.edu/~apw/stress"
-SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE="static"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- use static && append-ldflags -static
-}
next reply other threads:[~2017-03-18 2:58 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-18 2:57 Michael Palimaka [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
2021-10-02 12:28 Conrad Kostecki
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-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=1489805868.f883612a900844dd3d4f3b4d60510ab35a867172.kensington@gentoo \
--to=kensington@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