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 4C19E158041 for ; Fri, 29 Mar 2024 04:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15065E2A26; Fri, 29 Mar 2024 04:29:23 +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 EAC4AE2A26 for ; Fri, 29 Mar 2024 04:29:22 +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 DAAAE343095 for ; Fri, 29 Mar 2024 04:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19917BEB for ; Fri, 29 Mar 2024 04:29:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1711686490.bd6181f9297b7269ce1ab21993008be5ceae57f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo 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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd6181f9297b7269ce1ab21993008be5ceae57f4 X-VCS-Branch: master Date: Fri, 29 Mar 2024 04:29: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: d57fe84b-ef40-4869-bdfa-acce7c94e926 X-Archives-Hash: 6677608e7941c0f2193d7ed3d6abcc2c commit: bd6181f9297b7269ce1ab21993008be5ceae57f4 Author: Sam James gentoo org> AuthorDate: Fri Mar 29 04:28:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 29 04:28:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6181f9 dev-lang/rust: update DESCRIPTION Use blurb from https://www.rust-lang.org/. Better than an old Mozilla reference, anyway. Signed-off-by: Sam James gentoo.org> 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 57547f28681f..15142ee80ec7 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 c9773385d9c4..97c920a7799f 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 f442f3a9deff..1e990608a39c 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 c9e7a8ec43e6..a01e857d2535 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 fce51044b206..b3b54a2b22d7 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 eb175488528c..a325d44301e2 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="