Gentoo Archives: gentoo-commits

From: Jian Lin <jlin.gentoo@×××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
Date: Sat, 26 Jun 2021 15:08:13
Message-Id: 1624720047.116f90d6c5ea5bdcbe20647bcd4147acfc6edadc.jian@gentoo
1 commit: 116f90d6c5ea5bdcbe20647bcd4147acfc6edadc
2 Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
3 AuthorDate: Sat Jun 26 15:07:27 2021 +0000
4 Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
5 CommitDate: Sat Jun 26 15:07:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=116f90d6
7
8 dev-util/rust-analyzer-bin: update SRC_URI and LICENSE
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>
12
13 dev-util/rust-analyzer-bin/Manifest | 2 +-
14 dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild | 6 +++---
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
18 index af372a7c9..fc1f16842 100644
19 --- a/dev-util/rust-analyzer-bin/Manifest
20 +++ b/dev-util/rust-analyzer-bin/Manifest
21 @@ -1 +1 @@
22 -DIST rust-analyzer-linux.gz 11238720 BLAKE2B 70145477970d78d2dd68ddf332040aa7bc653bbaf3d8942a5df6c44589cdeb98a580bf6385bc1c91b06681027f494c69a89ba7c9dfe3ee24634c79e81c09a262 SHA512 5b8f49a878b67f75250c61cfaaf7bf401f87debdb131a4a1bb6026747d906031c934abe6fc8687222a2736cbcf2c862a130bca3f73828849e2b5e7a8fda47ea5
23 +DIST rust-analyzer-x86_64-unknown-linux-gnu.gz 11496414 BLAKE2B 0272981cca648bce458bbdf2764ade9e53e0d47f30e3b97848460f14b67a4def0a52673353a89844b501ac6fa9d76a5194d7cf3653bd6b37a748b9b4811c13e5 SHA512 4b7ea514e758381cc3c3264525f0904a71d55601be651f7597be8a58b36f9ccea09041ea0139c512a608cae0f1cdc998bb0682a5f023fb769da16ad482d45b24
24
25 diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
26 index 4d6020746..4fda953f3 100644
27 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
28 +++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
29 @@ -5,16 +5,16 @@ EAPI=7
30
31 DESCRIPTION="An implementation of Language Server Protocol for the Rust programming language"
32 HOMEPAGE="https://rust-analyzer.github.io"
33 -SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-linux.gz"
34 +SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz"
35
36 -LICENSE="Apache-2.0"
37 +LICENSE="Apache-2.0 MIT-with-advertising"
38 SLOT="0"
39 PROPERTIES="live"
40
41 S=${WORKDIR}
42
43 src_install() {
44 - newbin rust-analyzer-linux rust-analyzer
45 + newbin rust-analyzer-x86_64-unknown-linux-gnu rust-analyzer
46 }
47
48 pkg_postinst() {