From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6D66158086 for ; Tue, 2 Nov 2021 13:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9937CE081B; Tue, 2 Nov 2021 13:45:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48897E0636 for ; Tue, 2 Nov 2021 13:45:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84CE2342D8B for ; Tue, 2 Nov 2021 13:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BADB9156 for ; Tue, 2 Nov 2021 13:45:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1635860188.5b85a081127486732bffc41874552d908a0eaa85.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress/Manifest app-benchmarks/stress/stress-1.0.4-r2.ebuild X-VCS-Directories: app-benchmarks/stress/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5b85a081127486732bffc41874552d908a0eaa85 X-VCS-Branch: master Date: Tue, 2 Nov 2021 13:45:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12141627-f622-435f-9189-d9216d1b2603 X-Archives-Hash: b663cb16f427180f254d63d18a85fe4e commit: 5b85a081127486732bffc41874552d908a0eaa85 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Nov 2 13:36:28 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Nov 2 13:36:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b85a081 app-benchmarks/stress: drop old version Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/stress/Manifest | 1 - app-benchmarks/stress/stress-1.0.4-r2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-benchmarks/stress/Manifest b/app-benchmarks/stress/Manifest index b3d7c8e1d38..19bf4abb13b 100644 --- a/app-benchmarks/stress/Manifest +++ b/app-benchmarks/stress/Manifest @@ -1,2 +1 @@ -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.4-r2.ebuild b/app-benchmarks/stress/stress-1.0.4-r2.ebuild deleted file mode 100644 index 4524dbc33bb..00000000000 --- a/app-benchmarks/stress/stress-1.0.4-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A deliberately simple workload generator for POSIX systems" -HOMEPAGE="https://people.seas.harvard.edu/~apw/stress" -SRC_URI="https://people.seas.harvard.edu/~apw/${PN}/${P}.tar.gz -> ${P}-r1.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86" -IUSE="static" - -src_configure() { - local myeconfargs=( - $(use_enable static) - ) - - econf "${myeconfargs[@]}" -}