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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4882139335 for ; Sat, 26 Jun 2021 15:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1761E088B; Sat, 26 Jun 2021 15:08:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D64FAE088B for ; Sat, 26 Jun 2021 15:08:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC26B335D29 for ; Sat, 26 Jun 2021 15:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EA307A4 for ; Sat, 26 Jun 2021 15:08:10 +0000 (UTC) From: "Jian Lin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jian Lin" Message-ID: <1624720047.116f90d6c5ea5bdcbe20647bcd4147acfc6edadc.jian@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rust-analyzer-bin/Manifest dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild X-VCS-Directories: dev-util/rust-analyzer-bin/ X-VCS-Committer: jian X-VCS-Committer-Name: Jian Lin X-VCS-Revision: 116f90d6c5ea5bdcbe20647bcd4147acfc6edadc X-VCS-Branch: dev Date: Sat, 26 Jun 2021 15:08:10 +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: 922c4dd2-4742-417e-a3d7-0530dbaeb938 X-Archives-Hash: 271e27c23fdd473eba4ca3334563bccd Message-ID: <20210626150810.WN_6nQsJxz-r2aRvwALExvNBZPxmsnT25VK8eu25aAU@z> commit: 116f90d6c5ea5bdcbe20647bcd4147acfc6edadc Author: Jian Lin outlook com> AuthorDate: Sat Jun 26 15:07:27 2021 +0000 Commit: Jian Lin outlook com> CommitDate: Sat Jun 26 15:07:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=116f90d6 dev-util/rust-analyzer-bin: update SRC_URI and LICENSE Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jian Lin outlook.com> dev-util/rust-analyzer-bin/Manifest | 2 +- dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest index af372a7c9..fc1f16842 100644 --- a/dev-util/rust-analyzer-bin/Manifest +++ b/dev-util/rust-analyzer-bin/Manifest @@ -1 +1 @@ -DIST rust-analyzer-linux.gz 11238720 BLAKE2B 70145477970d78d2dd68ddf332040aa7bc653bbaf3d8942a5df6c44589cdeb98a580bf6385bc1c91b06681027f494c69a89ba7c9dfe3ee24634c79e81c09a262 SHA512 5b8f49a878b67f75250c61cfaaf7bf401f87debdb131a4a1bb6026747d906031c934abe6fc8687222a2736cbcf2c862a130bca3f73828849e2b5e7a8fda47ea5 +DIST rust-analyzer-x86_64-unknown-linux-gnu.gz 11496414 BLAKE2B 0272981cca648bce458bbdf2764ade9e53e0d47f30e3b97848460f14b67a4def0a52673353a89844b501ac6fa9d76a5194d7cf3653bd6b37a748b9b4811c13e5 SHA512 4b7ea514e758381cc3c3264525f0904a71d55601be651f7597be8a58b36f9ccea09041ea0139c512a608cae0f1cdc998bb0682a5f023fb769da16ad482d45b24 diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild index 4d6020746..4fda953f3 100644 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild +++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild @@ -5,16 +5,16 @@ EAPI=7 DESCRIPTION="An implementation of Language Server Protocol for the Rust programming language" HOMEPAGE="https://rust-analyzer.github.io" -SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-linux.gz" +SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 MIT-with-advertising" SLOT="0" PROPERTIES="live" S=${WORKDIR} src_install() { - newbin rust-analyzer-linux rust-analyzer + newbin rust-analyzer-x86_64-unknown-linux-gnu rust-analyzer } pkg_postinst() {