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 1B7D8158042 for ; Sat, 2 Nov 2024 12:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D8E4E08D6; Sat, 2 Nov 2024 12:06:11 +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 2D8F6E08D6 for ; Sat, 2 Nov 2024 12:06:11 +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 5DE83342FF0 for ; Sat, 2 Nov 2024 12:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6035217CC for ; Sat, 2 Nov 2024 12:06:06 +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: <1730549150.7680796172294e65520866680bf201a9ee6d774d.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.05.ebuild app-benchmarks/stress-ng/stress-ng-0.18.06.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7680796172294e65520866680bf201a9ee6d774d X-VCS-Branch: master Date: Sat, 2 Nov 2024 12:06:06 +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: 9f4763d4-1878-4434-92d1-0b1bf0215a3c X-Archives-Hash: 775782b28e9495663e049121eb01d5ba commit: 7680796172294e65520866680bf201a9ee6d774d Author: Conrad Kostecki gentoo org> AuthorDate: Sat Nov 2 11:58:33 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Nov 2 12:05:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76807961 app-benchmarks/stress-ng: add 0.18.06, drop 0.18.05 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/stress-ng/Manifest | 2 +- .../stress-ng/{stress-ng-0.18.05.ebuild => stress-ng-0.18.06.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest index 33186a921338..bf1adb553cc0 100644 --- a/app-benchmarks/stress-ng/Manifest +++ b/app-benchmarks/stress-ng/Manifest @@ -1 +1 @@ -DIST stress-ng-0.18.05.tar.gz 6662550 BLAKE2B df32cedb1316627bcab92577f010c4978c9db3d7b636188b9c9519e0afbc1e68755f0012805bdaaf0d29b95e9338e712eba56bb7c941f13cd0b0621a12388ef2 SHA512 7b2f989e172b304eb47a92fae1ae3b3e048e56cd54811b0df8e7452c38b523a2a16e82a63ed0845c10cc19fb94d8ad9c099a2e0253cebe15f5bc6f7dd1f2c52e +DIST stress-ng-0.18.06.tar.gz 6683654 BLAKE2B fafea2c51b05e314118fd4d4551ecfbfb3ea6a256e6986290ed90ed9b9fe060e6fc558aafc40ea64b7d53afe6bc642f00be2e08348aa491d442b9371eebf2851 SHA512 f0ab899cbc4e8419fa174a45f655b4c607fdfbc09e15e98fe7d297dcd5411ae2c9580d439bf550503e577497ec62a272e9762af5e6160b6645d4587dab87f8e6 diff --git a/app-benchmarks/stress-ng/stress-ng-0.18.05.ebuild b/app-benchmarks/stress-ng/stress-ng-0.18.06.ebuild similarity index 100% rename from app-benchmarks/stress-ng/stress-ng-0.18.05.ebuild rename to app-benchmarks/stress-ng/stress-ng-0.18.06.ebuild