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 89332158043 for ; Tue, 2 Apr 2024 18:50:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C64F22BC019; Tue, 2 Apr 2024 18:50:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 842052BC027 for ; Tue, 2 Apr 2024 18:50:23 +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 810D834321B for ; Tue, 2 Apr 2024 18:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA851620 for ; Tue, 2 Apr 2024 18:50:20 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1712075293.f41a0dbdfe46c64f4f0203b1b31a5eb2b735f37f.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/rust/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/rust/rust-1.71.0.ebuild dev-lang/rust/rust-1.71.1.ebuild dev-lang/rust/rust-1.73.0.ebuild dev-lang/rust/rust-1.74.1.ebuild dev-lang/rust/rust-1.75.0-r1.ebuild dev-lang/rust/rust-1.76.0-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: f41a0dbdfe46c64f4f0203b1b31a5eb2b735f37f X-VCS-Branch: master Date: Tue, 2 Apr 2024 18:50:20 +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: f578a69c-bf7a-40b9-b6e7-7635d64f9aca X-Archives-Hash: 1dc6aacb9337cb33d64747cb298351d6 commit: f41a0dbdfe46c64f4f0203b1b31a5eb2b735f37f Author: orbea riseup net> AuthorDate: Tue Apr 2 16:28:13 2024 +0000 Commit: orbea riseup net> CommitDate: Tue Apr 2 16:28:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=f41a0dbd dev-lang/rust: update DESCRIPTION Signed-off-by: orbea riseup.net> dev-lang/rust/rust-1.71.0.ebuild | 2 +- dev-lang/rust/rust-1.71.1.ebuild | 2 +- dev-lang/rust/rust-1.73.0.ebuild | 2 +- dev-lang/rust/rust-1.74.1.ebuild | 2 +- dev-lang/rust/rust-1.75.0-r1.ebuild | 2 +- dev-lang/rust/rust-1.76.0-r1.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lang/rust/rust-1.71.0.ebuild b/dev-lang/rust/rust-1.71.0.ebuild index 973b832..5eed9ea 100644 --- a/dev-lang/rust/rust-1.71.0.ebuild +++ b/dev-lang/rust/rust-1.71.0.ebuild @@ -24,7 +24,7 @@ fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" -DESCRIPTION="Systems programming language from Mozilla" +DESCRIPTION="Language empowering everyone to build reliable and efficient software" HOMEPAGE="https://www.rust-lang.org/" SRC_URI=" diff --git a/dev-lang/rust/rust-1.71.1.ebuild b/dev-lang/rust/rust-1.71.1.ebuild index a001486..36d61ae 100644 --- a/dev-lang/rust/rust-1.71.1.ebuild +++ b/dev-lang/rust/rust-1.71.1.ebuild @@ -24,7 +24,7 @@ fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" -DESCRIPTION="Systems programming language from Mozilla" +DESCRIPTION="Language empowering everyone to build reliable and efficient software" HOMEPAGE="https://www.rust-lang.org/" SRC_URI=" diff --git a/dev-lang/rust/rust-1.73.0.ebuild b/dev-lang/rust/rust-1.73.0.ebuild index e1ffc54..6bf90ad 100644 --- a/dev-lang/rust/rust-1.73.0.ebuild +++ b/dev-lang/rust/rust-1.73.0.ebuild @@ -24,7 +24,7 @@ fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" -DESCRIPTION="Systems programming language from Mozilla" +DESCRIPTION="Language empowering everyone to build reliable and efficient software" HOMEPAGE="https://www.rust-lang.org/" SRC_URI=" diff --git a/dev-lang/rust/rust-1.74.1.ebuild b/dev-lang/rust/rust-1.74.1.ebuild index f070e1e..5fec8f3 100644 --- a/dev-lang/rust/rust-1.74.1.ebuild +++ b/dev-lang/rust/rust-1.74.1.ebuild @@ -24,7 +24,7 @@ fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" -DESCRIPTION="Systems programming language from Mozilla" +DESCRIPTION="Language empowering everyone to build reliable and efficient software" HOMEPAGE="https://www.rust-lang.org/" SRC_URI=" diff --git a/dev-lang/rust/rust-1.75.0-r1.ebuild b/dev-lang/rust/rust-1.75.0-r1.ebuild index a590879..24bbf25 100644 --- a/dev-lang/rust/rust-1.75.0-r1.ebuild +++ b/dev-lang/rust/rust-1.75.0-r1.ebuild @@ -24,7 +24,7 @@ fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" -DESCRIPTION="Systems programming language from Mozilla" +DESCRIPTION="Language empowering everyone to build reliable and efficient software" HOMEPAGE="https://www.rust-lang.org/" SRC_URI=" diff --git a/dev-lang/rust/rust-1.76.0-r1.ebuild b/dev-lang/rust/rust-1.76.0-r1.ebuild index 031dd3a..0f297fa 100644 --- a/dev-lang/rust/rust-1.76.0-r1.ebuild +++ b/dev-lang/rust/rust-1.76.0-r1.ebuild @@ -24,7 +24,7 @@ fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" -DESCRIPTION="Systems programming language from Mozilla" +DESCRIPTION="Language empowering everyone to build reliable and efficient software" HOMEPAGE="https://www.rust-lang.org/" SRC_URI="