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 DF34A15814C for ; Thu, 19 Oct 2023 10:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2289C2BC066; Thu, 19 Oct 2023 10:38:58 +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 012762BC064 for ; Thu, 19 Oct 2023 10:38:58 +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 0AB55335CB7 for ; Thu, 19 Oct 2023 10:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EAC611E3 for ; Thu, 19 Oct 2023 10:38:55 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1697711924.6ffb426656ad09871acd2b5d1b6010097586acdf.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rocm-cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rocm-cmake/Manifest dev-util/rocm-cmake/rocm-cmake-5.7.0.ebuild dev-util/rocm-cmake/rocm-cmake-5.7.1.ebuild X-VCS-Directories: dev-util/rocm-cmake/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 6ffb426656ad09871acd2b5d1b6010097586acdf X-VCS-Branch: master Date: Thu, 19 Oct 2023 10:38:55 +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: ea6e3ced-6703-4a03-b46c-e506c9a51f89 X-Archives-Hash: 963c3cdd143920934a87a370a97a5741 commit: 6ffb426656ad09871acd2b5d1b6010097586acdf Author: Patrick Lauer gentoo org> AuthorDate: Thu Oct 19 10:07:12 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Thu Oct 19 10:38:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffb4266 dev-util/rocm-cmake: add 5.7.1, drop 5.7.0 Signed-off-by: Patrick Lauer gentoo.org> dev-util/rocm-cmake/Manifest | 2 +- .../rocm-cmake/{rocm-cmake-5.7.0.ebuild => rocm-cmake-5.7.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rocm-cmake/Manifest b/dev-util/rocm-cmake/Manifest index 4cd6298032b2..cc6276d1b333 100644 --- a/dev-util/rocm-cmake/Manifest +++ b/dev-util/rocm-cmake/Manifest @@ -1,2 +1,2 @@ DIST rocm-cmake-5.4.3.tar.gz 46215 BLAKE2B ecdf93829ae77c1046157e4c8f219b74ebd30798e11be5fd270fe8dd568cbe5bbf25abdafbe18b0dcb185d97ca535a9aa2a1dfb7d973d17f167776b120f553d3 SHA512 fe039ea5bcab142c8cd3723aa570253f13f03fe5c500b0828275cc246a034ed52b9b7a47994e4caf72ae0402acf4e73e80b28224cc7874d85f94fd8e0e42947c -DIST rocm-cmake-5.7.0.tar.gz 50943 BLAKE2B 615a1a7e1630f4b6c3d3fe4a57a2ef042f4d33b3fb39c4ed82d8d2cb7b7c0d964dfb6f0f61b9a57944d0024d0aa76574a111d6b35fb64b402c18e2d02c8ac8a8 SHA512 96bf8788c0a7bfc7e4d52531cf0819fc7207ac2c30f7202bd4f8390e4c2a85e1b417ee6490d9c88f887872f5a278f7d85c86768afd9d3149b92f457b0f5f5b95 +DIST rocm-cmake-5.7.1.tar.gz 50940 BLAKE2B f3a36cedfc15af69819b576bf8f8bdfe7b49e5dd1d4db57f707295f14a8d64904745f454fc211b28adfde369c82cb42a061c05b6675679e11a3946f6ebfea6d5 SHA512 1265ed8e23a04f9cff57b43f815e8fbbb1a3f200bc040e01ceaa92c322088c9ef04da795b09d732c6466dc9a3fefc505b8b474d3f18f55cff491758aa53a6e6b diff --git a/dev-util/rocm-cmake/rocm-cmake-5.7.0.ebuild b/dev-util/rocm-cmake/rocm-cmake-5.7.1.ebuild similarity index 100% rename from dev-util/rocm-cmake/rocm-cmake-5.7.0.ebuild rename to dev-util/rocm-cmake/rocm-cmake-5.7.1.ebuild