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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 825A9138334 for ; Sun, 21 Jul 2019 20:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B50E0E078A; Sun, 21 Jul 2019 20:04:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B031E078A for ; Sun, 21 Jul 2019 20:04:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F4F9348425 for ; Sun, 21 Jul 2019 20:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C466A703 for ; Sun, 21 Jul 2019 20:03:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563738698.f1e7f346c97ebaf018228e4c51dc42e23b4388ba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress/stress-1.0.4-r1.ebuild X-VCS-Directories: app-benchmarks/stress/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f1e7f346c97ebaf018228e4c51dc42e23b4388ba X-VCS-Branch: master Date: Sun, 21 Jul 2019 20:03:57 +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: 46e23bcc-2f41-4c52-a031-c9448ec4c186 X-Archives-Hash: 11d1f95da3256fe01edca5b0d48cdb6c commit: f1e7f346c97ebaf018228e4c51dc42e23b4388ba Author: Conrad Kostecki kostecki com> AuthorDate: Sun Jul 21 19:15:45 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 21 19:51:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e7f346 app-benchmarks/stress: drop old version Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Conrad Kostecki kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12497 Signed-off-by: Michał Górny gentoo.org> app-benchmarks/stress/stress-1.0.4-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/app-benchmarks/stress/stress-1.0.4-r1.ebuild b/app-benchmarks/stress/stress-1.0.4-r1.ebuild deleted file mode 100644 index 7e8b16733fb..00000000000 --- a/app-benchmarks/stress/stress-1.0.4-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit flag-o-matic - -MY_P=${PN}-${PV/_/} -DESCRIPTION="Imposes stressful loads on different aspects of the system" -HOMEPAGE="https://people.seas.harvard.edu/~apw/stress" -SRC_URI="https://people.seas.harvard.edu/~apw/stress/${MY_P}.tar.gz -> ${MY_P}-r1.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86" -IUSE="static" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - use static && append-ldflags -static -}