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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 885EF15813A for ; Thu, 09 Jan 2025 15:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B7A8E077C; Thu, 09 Jan 2025 15:13:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3DE6E077C for ; Thu, 09 Jan 2025 15:13:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 19A3A342FDD for ; Thu, 09 Jan 2025 15:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7AAB1DD4 for ; Thu, 09 Jan 2025 15:13:10 +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: <1736435495.12f6e6a57a6f8d3a379a2da46f278170ccb7b994.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/Manifest app-benchmarks/stress-ng/stress-ng-0.18.08.ebuild app-benchmarks/stress-ng/stress-ng-0.18.09.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 12f6e6a57a6f8d3a379a2da46f278170ccb7b994 X-VCS-Branch: master Date: Thu, 09 Jan 2025 15:13:10 +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: b032ce1b-6d17-4bc5-a606-42ca64737374 X-Archives-Hash: ba2e001f8eb56591c04918066b94fe13 commit: 12f6e6a57a6f8d3a379a2da46f278170ccb7b994 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jan 9 13:17:27 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jan 9 15:11:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f6e6a5 app-benchmarks/stress-ng: add 0.18.09, drop 0.18.08 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/stress-ng/Manifest | 2 +- .../stress-ng/{stress-ng-0.18.08.ebuild => stress-ng-0.18.09.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest index 373bb1a9c4bb..83feee01b9fa 100644 --- a/app-benchmarks/stress-ng/Manifest +++ b/app-benchmarks/stress-ng/Manifest @@ -1 +1 @@ -DIST stress-ng-0.18.08.tar.gz 6710374 BLAKE2B 1136385cbf56420c2a70f6c3132ac3cf33af080eafbda200741788bcec8e60a995d01b7146f1f3bd541175442cfb3b5f57ef15786041e79005a6cf6420c1ef39 SHA512 c1f488c1961e0e62e211d1d5c3ed9f2e5577ef7eaf18a5a15e5e501b5a5043e696bdb0400abd90c4f2a25ca75bd5d37f16bda5d6603d8ecfb13f0d6cad63bd36 +DIST stress-ng-0.18.09.tar.gz 6710486 BLAKE2B 9b73a783110e116869601ce31c08896470eae13ae03277c60f39e498a6fea4ff6b8784e1561cca772294022540a159a51f438ca117bb6e1ab40371dfe677e1c6 SHA512 6d3131d4509491a29dd72342b5a71946ad71e48f49c5d85e430346f96ecf30a639364fbeb60805b275415b313c0661964b1d43bd508efa3e3a305631c08370e7 diff --git a/app-benchmarks/stress-ng/stress-ng-0.18.08.ebuild b/app-benchmarks/stress-ng/stress-ng-0.18.09.ebuild similarity index 100% rename from app-benchmarks/stress-ng/stress-ng-0.18.08.ebuild rename to app-benchmarks/stress-ng/stress-ng-0.18.09.ebuild