From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6B3301582EF for ; Sat, 08 Mar 2025 23:21:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 567D73430D4 for ; Sat, 08 Mar 2025 23:21:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F2F39110473; Sat, 08 Mar 2025 23:21:30 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E0D40110473 for ; Sat, 08 Mar 2025 23:21:30 +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 9933E343057 for ; Sat, 08 Mar 2025 23:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDCD328AA for ; Sat, 08 Mar 2025 23:21: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: <1741476062.84a55a90da7cc8494fd5d2c5a54f21905d3048b9.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.10-r1.ebuild app-benchmarks/stress-ng/stress-ng-0.18.11.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 84a55a90da7cc8494fd5d2c5a54f21905d3048b9 X-VCS-Branch: master Date: Sat, 08 Mar 2025 23:21: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: 5edd5bfe-4620-4d77-8d2c-8d4103b4a31f X-Archives-Hash: 0f8a58aa3d93bc72e1597974a4f3cd7a commit: 84a55a90da7cc8494fd5d2c5a54f21905d3048b9 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 8 23:04:54 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 8 23:21:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a55a90 app-benchmarks/stress-ng: add 0.18.11, drop 0.18.10-r1 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/stress-ng/Manifest | 2 +- .../stress-ng/{stress-ng-0.18.10-r1.ebuild => stress-ng-0.18.11.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest index 0051b5659b52..50c754891954 100644 --- a/app-benchmarks/stress-ng/Manifest +++ b/app-benchmarks/stress-ng/Manifest @@ -1 +1 @@ -DIST stress-ng-0.18.10.tar.gz 6719953 BLAKE2B 3f0206aab8f91fe623aeb85a81e52f477038176482b58f8641a25413ace584c93e8c2132bdcdc2b6a9ac231473682079acb2976d9a4669de42ebec4ae7673a3b SHA512 7567775442f9dda3cabdfe2234ec5ede969db0f32688e45514b6befbefa46aa7bc994d38d2bff4330545cc8945814a8b7490791d9de7b04a48952e40859afc99 +DIST stress-ng-0.18.11.tar.gz 6732269 BLAKE2B 2b4443146507c49d4aa7ecfda30482834ef3c0989db68b788cc5627b0a34198364ae9ab87ff254c36718361ae2a6b483b8819ea625317bb37f49c407d5d66c65 SHA512 4b8dc0e8a3c7f57fc54de7576ca09a21f3565f8e085eaec6325c87dfd797aa827803ba3178dd9d2ec83eb2ec2b5cefd7c289effa8d50aa59f46898542466d26b diff --git a/app-benchmarks/stress-ng/stress-ng-0.18.10-r1.ebuild b/app-benchmarks/stress-ng/stress-ng-0.18.11.ebuild similarity index 100% rename from app-benchmarks/stress-ng/stress-ng-0.18.10-r1.ebuild rename to app-benchmarks/stress-ng/stress-ng-0.18.11.ebuild