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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A7F3158087 for ; Tue, 16 Nov 2021 22:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 495AAE07D3; Tue, 16 Nov 2021 22:18:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id A6E38E07C7 for ; Tue, 16 Nov 2021 22:18:13 +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 D572D342ED2 for ; Tue, 16 Nov 2021 22:18:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B71C1C6 for ; Tue, 16 Nov 2021 22:18:07 +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: <1637100282.b22002b935af275a9342c6e16f50653ca0a87de0.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b22002b935af275a9342c6e16f50653ca0a87de0 X-VCS-Branch: master Date: Tue, 16 Nov 2021 22:18:07 +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: 85c82344-f38c-4a86-80cb-a46b2a288896 X-Archives-Hash: 8cfbe7eec77297b8c600a113b164698b commit: b22002b935af275a9342c6e16f50653ca0a87de0 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Nov 16 22:04:42 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Nov 16 22:04:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22002b9 app-benchmarks/stress-ng: drop old version Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild | 42 ----------------------- 1 file changed, 42 deletions(-) diff --git a/app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild b/app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild deleted file mode 100644 index a91c3da6c136..000000000000 --- a/app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature toolchain-funcs - -DESCRIPTION="Stress test for a computer system with various selectable ways" -HOMEPAGE="https://github.com/ColinIanKing/stress-ng" -SRC_URI="https://github.com/ColinIanKing/${PN}/archive/refs/tags/V${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -DEPEND=" - dev-libs/libaio - dev-libs/libbsd - dev-libs/libgcrypt:0= - sys-apps/attr - sys-apps/keyutils:= - sys-libs/libcap - sys-libs/zlib - virtual/libcrypt:= -" - -RDEPEND="${DEPEND}" - -DOCS=( "README.md" "README.Android" "TODO" "syscalls.txt" ) - -src_compile() { - export MAN_COMPRESS=0 - export VERBOSE=1 - tc-export CC - - default -} - -pkg_postinst() { - optfeature "AppArmor support" sys-libs/libapparmor - optfeature "SCTP support" net-misc/lksctp-tools -}