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 6556E1580C6 for ; Wed, 5 Apr 2023 23:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 189BDE078A; Wed, 5 Apr 2023 23:31:20 +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 EF42CE078A for ; Wed, 5 Apr 2023 23:31:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90CEF340F08 for ; Wed, 5 Apr 2023 23:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFB3CA1E for ; Wed, 5 Apr 2023 23:31:16 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1680737444.aed9dba53c148532ef097c1351c1f1c5e92e2d71.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/rust-std/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/rust-std/Manifest sys-devel/rust-std/rust-std-1.68.1.ebuild sys-devel/rust-std/rust-std-1.68.2.ebuild X-VCS-Directories: sys-devel/rust-std/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: aed9dba53c148532ef097c1351c1f1c5e92e2d71 X-VCS-Branch: master Date: Wed, 5 Apr 2023 23:31:16 +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: 10c34050-f2e4-4c67-ba61-9b8f765479e5 X-Archives-Hash: 57624c666ef6ae70a5954c6fabf9328a commit: aed9dba53c148532ef097c1351c1f1c5e92e2d71 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Apr 5 22:32:41 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Apr 5 23:30:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed9dba5 sys-devel/rust-std: add 1.68.2, drop 1.68.1 Signed-off-by: Georgy Yakovlev gentoo.org> sys-devel/rust-std/Manifest | 2 +- sys-devel/rust-std/{rust-std-1.68.1.ebuild => rust-std-1.68.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/rust-std/Manifest b/sys-devel/rust-std/Manifest index f799160e0e0f..7b09a15e9b9e 100644 --- a/sys-devel/rust-std/Manifest +++ b/sys-devel/rust-std/Manifest @@ -1 +1 @@ -DIST rustc-1.68.1-src.tar.xz 147834548 BLAKE2B 98e02c1ff3ed37cd52d1f348331ffe007583f078fbd1bc581eb32a098eee816f301cd833ecf9f806b8e0c673aa963b34d2e357c089bdb59a8a7464ab46b18307 SHA512 cf3921bc260db54b0f3afc0e6bc9fe8d560ddb81de5d2d4496746307d42a8010291f119d0cfc463996efce6ef829a0494b4eb6145e21c94fd113ff51ee010e21 +DIST rustc-1.68.2-src.tar.xz 147835648 BLAKE2B 4b6deab818d915afe67a96f4d32a758c15a832041a77d9da5d065a903ea2718e0e7ebbc0cd1baaa436b655bdb93a62e0fb76f9e37aed595c064e0857201bb091 SHA512 8b085d0351e19100e9abc24b10c44a0939a1d35ba23421da4ece345d7373f7dbad1dc6a2ae153c1259404dd96b41e2682e711cf2b0b63fd03a196760cddbcdd3 diff --git a/sys-devel/rust-std/rust-std-1.68.1.ebuild b/sys-devel/rust-std/rust-std-1.68.2.ebuild similarity index 100% rename from sys-devel/rust-std/rust-std-1.68.1.ebuild rename to sys-devel/rust-std/rust-std-1.68.2.ebuild