public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-05-28 17:35 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-05-28 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fbd97c7306eec311f6cc1beb2ac6d73a384639b8
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Fri May 28 17:30:22 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Fri May 28 17:31:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbd97c73

dev-util/rust-analyzer-bin: add live binary release

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/Manifest                   |  1 +
 dev-util/rust-analyzer-bin/metadata.xml               | 12 ++++++++++++
 .../rust-analyzer-bin/rust-analyzer-bin-9999.ebuild   | 19 +++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
new file mode 100644
index 000000000..af372a7c9
--- /dev/null
+++ b/dev-util/rust-analyzer-bin/Manifest
@@ -0,0 +1 @@
+DIST rust-analyzer-linux.gz 11238720 BLAKE2B 70145477970d78d2dd68ddf332040aa7bc653bbaf3d8942a5df6c44589cdeb98a580bf6385bc1c91b06681027f494c69a89ba7c9dfe3ee24634c79e81c09a262 SHA512 5b8f49a878b67f75250c61cfaaf7bf401f87debdb131a4a1bb6026747d906031c934abe6fc8687222a2736cbcf2c862a130bca3f73828849e2b5e7a8fda47ea5

diff --git a/dev-util/rust-analyzer-bin/metadata.xml b/dev-util/rust-analyzer-bin/metadata.xml
new file mode 100644
index 000000000..e2fc8785a
--- /dev/null
+++ b/dev-util/rust-analyzer-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+   <upstream>
+       <remote-id type="github">rust-analyzer/rust-analyzer</remote-id>
+       <bugs-to>https://github.com/rust-analyzer/rust-analyzer/issues</bugs-to>
+   </upstream>
+   <maintainer type="person">
+       <email>contrib_x@protonmail.com</email>
+       <name>James Kalyan</name>
+   </maintainer>
+</pkgmetadata>

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
new file mode 100644
index 000000000..23d87932d
--- /dev/null
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+PROPERTIES="live"
+
+S=${WORKDIR}
+
+src_install() {
+	newbin rust-analyzer-linux rust-analyzer
+	elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly"
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-06-09  2:22 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-06-09  2:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6a15398937b5264ce71302a9355ff0ecfe2a03e9
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Wed Jun  9 02:21:04 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Wed Jun  9 02:21:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a153989

dev-util/rust-analyzer-bin: moved elog to postinst

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

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 23d87932d..4d6020746 100644
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
@@ -15,5 +15,8 @@ S=${WORKDIR}
 
 src_install() {
 	newbin rust-analyzer-linux rust-analyzer
+}
+
+pkg_postinst() {
 	elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly"
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
  2021-06-26 15:10 [gentoo-commits] repo/proj/guru:master " Jian Lin
@ 2021-06-26 15:08 ` Jian Lin
  0 siblings, 0 replies; 14+ messages in thread
From: Jian Lin @ 2021-06-26 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     116f90d6c5ea5bdcbe20647bcd4147acfc6edadc
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Sat Jun 26 15:07:27 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> 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 <jlin.gentoo <AT> 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() {


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-07-23  3:43 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-07-23  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8d357b5454177c6bd64aeaf987cc199df063db45
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Fri Jul 23 03:40:55 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Fri Jul 23 03:40:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d357b54

dev-util/rust-analyzer-bin: add v2021.07.19

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 .../rust-analyzer-bin-2021.07.19.ebuild            | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild
new file mode 100644
index 000000000..a8b2b0ab6
--- /dev/null
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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/download/2021-07-19/rust-analyzer-x86_64-unknown-linux-gnu.gz"
+
+LICENSE="Apache-2.0 MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S=${WORKDIR}
+
+src_install() {
+	newbin rust-analyzer-x86_64-unknown-linux-gnu rust-analyzer
+}
+
+pkg_postinst() {
+	elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly"
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-07-23  3:56 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-07-23  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f37e5467e4d5ca888aa29532cd8bd96d1d332a54
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Fri Jul 23 03:52:55 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Fri Jul 23 03:52:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f37e5467

dev-util/rust-analyzer-bin: drop 9999

Closes: https://bugs.gentoo.org/803125
Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 .../rust-analyzer-bin-9999.ebuild                  | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
deleted file mode 100644
index 4fda953f3..000000000
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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-x86_64-unknown-linux-gnu.gz"
-
-LICENSE="Apache-2.0 MIT-with-advertising"
-SLOT="0"
-PROPERTIES="live"
-
-S=${WORKDIR}
-
-src_install() {
-	newbin rust-analyzer-x86_64-unknown-linux-gnu rust-analyzer
-}
-
-pkg_postinst() {
-	elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly"
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-07-24 22:35 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-07-24 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     41b75cab5702eaf02d797459234d91b96b9f1ca8
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Sat Jul 24 22:32:15 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Sat Jul 24 22:34:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41b75cab

dev-util/rust-analyzer-bin: fixed faulty manifest

Closes: https://bugs.gentoo.org/803905
Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
index fc1f16842..f41b4f28e 100644
--- a/dev-util/rust-analyzer-bin/Manifest
+++ b/dev-util/rust-analyzer-bin/Manifest
@@ -1 +1 @@
-DIST rust-analyzer-x86_64-unknown-linux-gnu.gz 11496414 BLAKE2B 0272981cca648bce458bbdf2764ade9e53e0d47f30e3b97848460f14b67a4def0a52673353a89844b501ac6fa9d76a5194d7cf3653bd6b37a748b9b4811c13e5 SHA512 4b7ea514e758381cc3c3264525f0904a71d55601be651f7597be8a58b36f9ccea09041ea0139c512a608cae0f1cdc998bb0682a5f023fb769da16ad482d45b24
+DIST rust-analyzer-x86_64-unknown-linux-gnu.gz 11589435 BLAKE2B 571ed4fdf5bc9f35d64b52b4b8cde7b0e0b534e0e8361e34ef51bd885d040c29c359a07de10ec338371144efc8d74f27314cfd08eb184e7fb20ded48a1d750a6 SHA512 6c15c4ff859f88917a486aa04bba1db0e28e85356814fe10e783f27946589bdb68cbb99057c889fd8011994a8e2fbafb6e0fd640c2d744144e07f07188d6761b


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-07-26 15:49 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-07-26 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     79d1f508b2ed1d05af59f4f0274949fe32e7bcd3
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Mon Jul 26 15:48:01 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Mon Jul 26 15:49:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79d1f508

dev-util/rust-analyzer-bin: bump to 2021.07.26

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 ...alyzer-bin-2021.07.19.ebuild => rust-analyzer-bin-2021.07.26.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild
similarity index 90%
rename from dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild
rename to dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild
index a8b2b0ab6..748f68787 100644
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.19.ebuild
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild
@@ -5,7 +5,7 @@ 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/download/2021-07-19/rust-analyzer-x86_64-unknown-linux-gnu.gz"
+SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-07-26/rust-analyzer-x86_64-unknown-linux-gnu.gz"
 
 LICENSE="Apache-2.0 MIT-with-advertising"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-08-05  4:26 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-08-05  4:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a8f85835dd2114462e6eeacfb46285c630eb6e7a
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Thu Aug  5 04:22:48 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Thu Aug  5 04:25:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8f85835

dev-util/rust-analyzer-bin: bump to 2021.08.02

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/Manifest                                   | 2 +-
 ...yzer-bin-2021.07.26.ebuild => rust-analyzer-bin-2021.08.02.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
index f41b4f28e..52f5e5124 100644
--- a/dev-util/rust-analyzer-bin/Manifest
+++ b/dev-util/rust-analyzer-bin/Manifest
@@ -1 +1 @@
-DIST rust-analyzer-x86_64-unknown-linux-gnu.gz 11589435 BLAKE2B 571ed4fdf5bc9f35d64b52b4b8cde7b0e0b534e0e8361e34ef51bd885d040c29c359a07de10ec338371144efc8d74f27314cfd08eb184e7fb20ded48a1d750a6 SHA512 6c15c4ff859f88917a486aa04bba1db0e28e85356814fe10e783f27946589bdb68cbb99057c889fd8011994a8e2fbafb6e0fd640c2d744144e07f07188d6761b
+DIST rust-analyzer-bin-2021.08.02.gz 11550409 BLAKE2B 6d1dc7dd15375016f153d53c408f882f219778dfbeaa98e15fcb51a5f6704b29a73205c1c2ed1162ad2794387d9abc3fc569a19d243135428fc4ab6b46b9bcac SHA512 c23b2e9d645863b84e0961429c654365887f265faf883f94b62bedc4a9b8de25c00cc3e1653d614f485bebb9cbe4abb241072955d8d46bdc082795d597285422

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild
similarity index 81%
rename from dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild
rename to dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild
index 748f68787..566ef9c2c 100644
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.07.26.ebuild
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild
@@ -5,7 +5,7 @@ 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/download/2021-07-26/rust-analyzer-x86_64-unknown-linux-gnu.gz"
+SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-08-02/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
 
 LICENSE="Apache-2.0 MIT-with-advertising"
 SLOT="0"
@@ -14,7 +14,7 @@ KEYWORDS="~amd64"
 S=${WORKDIR}
 
 src_install() {
-	newbin rust-analyzer-x86_64-unknown-linux-gnu rust-analyzer
+	newbin ${P} rust-analyzer
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-08-12 14:12 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-08-12 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     efa85935d13f6d095926b8229e386adcf960961d
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Thu Aug 12 14:01:49 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Thu Aug 12 14:06:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efa85935

dev-util/rust-analyzer-bin: add v2021.08.09

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/Manifest                |  1 +
 .../rust-analyzer-bin-2021.08.09.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
index 52f5e5124..b04e93d2f 100644
--- a/dev-util/rust-analyzer-bin/Manifest
+++ b/dev-util/rust-analyzer-bin/Manifest
@@ -1 +1,2 @@
 DIST rust-analyzer-bin-2021.08.02.gz 11550409 BLAKE2B 6d1dc7dd15375016f153d53c408f882f219778dfbeaa98e15fcb51a5f6704b29a73205c1c2ed1162ad2794387d9abc3fc569a19d243135428fc4ab6b46b9bcac SHA512 c23b2e9d645863b84e0961429c654365887f265faf883f94b62bedc4a9b8de25c00cc3e1653d614f485bebb9cbe4abb241072955d8d46bdc082795d597285422
+DIST rust-analyzer-bin-2021.08.09.gz 11688726 BLAKE2B 1002048d93fdc357a28ab287fdb862442433f764c9f11249a4caf587bf968de1a9a4bdc44f1ce2c1a2e2833c223ed8ec0070f50f6421d06db206f477f3ca5971 SHA512 2129ef0839647b509a7d048ac2781d830dc7d83311e0b46ef5caf60fe306d22dcdfe584bcc7e3e53edd6dc2b1c0d2ab04741c607f2a7ac29a13b3f9a859b6ba0

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild
new file mode 100644
index 000000000..4e4f0e697
--- /dev/null
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/download/2021-08-09/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
+
+LICENSE="Apache-2.0 MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S=${WORKDIR}
+
+QA_FLAGS_IGNORED="usr/bin/rust-analyzer"
+
+src_install() {
+	newbin ${P} rust-analyzer
+}
+
+pkg_postinst() {
+	elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly"
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-08-12 14:12 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-08-12 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     217d704dc2381bbd81f863816df07ae0d9f82a68
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Thu Aug 12 12:33:10 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Thu Aug 12 14:06:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=217d704d

dev-util/rust-analyzer-bin: ignore irrelevant QA warning

Closes: https://bugs.gentoo.org/807121
Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild
index 566ef9c2c..5efba0fae 100644
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild
@@ -13,6 +13,8 @@ KEYWORDS="~amd64"
 
 S=${WORKDIR}
 
+QA_FLAGS_IGNORED="usr/bin/rust-analyzer"
+
 src_install() {
 	newbin ${P} rust-analyzer
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-08-31  2:38 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-08-31  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     120113c79b46feb38912863ce5ef4dee65d77f07
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Tue Aug 31 02:33:52 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Tue Aug 31 02:33:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=120113c7

dev-util/rust-analyzer-bin: drop v2020.08.02

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/Manifest                |  1 -
 .../rust-analyzer-bin-2021.08.02.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
index 2baa2cf1e..ff4ab4feb 100644
--- a/dev-util/rust-analyzer-bin/Manifest
+++ b/dev-util/rust-analyzer-bin/Manifest
@@ -1,3 +1,2 @@
-DIST rust-analyzer-bin-2021.08.02.gz 11550409 BLAKE2B 6d1dc7dd15375016f153d53c408f882f219778dfbeaa98e15fcb51a5f6704b29a73205c1c2ed1162ad2794387d9abc3fc569a19d243135428fc4ab6b46b9bcac SHA512 c23b2e9d645863b84e0961429c654365887f265faf883f94b62bedc4a9b8de25c00cc3e1653d614f485bebb9cbe4abb241072955d8d46bdc082795d597285422
 DIST rust-analyzer-bin-2021.08.09.gz 11688726 BLAKE2B 1002048d93fdc357a28ab287fdb862442433f764c9f11249a4caf587bf968de1a9a4bdc44f1ce2c1a2e2833c223ed8ec0070f50f6421d06db206f477f3ca5971 SHA512 2129ef0839647b509a7d048ac2781d830dc7d83311e0b46ef5caf60fe306d22dcdfe584bcc7e3e53edd6dc2b1c0d2ab04741c607f2a7ac29a13b3f9a859b6ba0
 DIST rust-analyzer-bin-2021.08.30.gz 10987412 BLAKE2B 0bf2a487028375d5c851f0f5980cd6867140ae502739686045f1080729d6c79bbb7a44c0b9c6ae367fac0ac4250b8b032e20f22b118dd3259ad8b04c8564dd9b SHA512 f060c37d4abe2b8a485a77590e6b65eafac1917b58589dba61b2e35cd1d155d69c141b22e2152a530b0b92adb1b03a471489032f65833f3cbd1d6181539b4807

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild
deleted file mode 100644
index 5efba0fae..000000000
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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/download/2021-08-02/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
-
-LICENSE="Apache-2.0 MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S=${WORKDIR}
-
-QA_FLAGS_IGNORED="usr/bin/rust-analyzer"
-
-src_install() {
-	newbin ${P} rust-analyzer
-}
-
-pkg_postinst() {
-	elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly"
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-08-31  2:38 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-08-31  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0f7627c453300d647fba3f63ca7c7bc8a8174e1b
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Tue Aug 31 02:31:01 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Tue Aug 31 02:32:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f7627c4

dev-util/rust-analyzer-bin: add v2021.08.30

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/Manifest                |  1 +
 .../rust-analyzer-bin-2021.08.30.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
index b04e93d2f..2baa2cf1e 100644
--- a/dev-util/rust-analyzer-bin/Manifest
+++ b/dev-util/rust-analyzer-bin/Manifest
@@ -1,2 +1,3 @@
 DIST rust-analyzer-bin-2021.08.02.gz 11550409 BLAKE2B 6d1dc7dd15375016f153d53c408f882f219778dfbeaa98e15fcb51a5f6704b29a73205c1c2ed1162ad2794387d9abc3fc569a19d243135428fc4ab6b46b9bcac SHA512 c23b2e9d645863b84e0961429c654365887f265faf883f94b62bedc4a9b8de25c00cc3e1653d614f485bebb9cbe4abb241072955d8d46bdc082795d597285422
 DIST rust-analyzer-bin-2021.08.09.gz 11688726 BLAKE2B 1002048d93fdc357a28ab287fdb862442433f764c9f11249a4caf587bf968de1a9a4bdc44f1ce2c1a2e2833c223ed8ec0070f50f6421d06db206f477f3ca5971 SHA512 2129ef0839647b509a7d048ac2781d830dc7d83311e0b46ef5caf60fe306d22dcdfe584bcc7e3e53edd6dc2b1c0d2ab04741c607f2a7ac29a13b3f9a859b6ba0
+DIST rust-analyzer-bin-2021.08.30.gz 10987412 BLAKE2B 0bf2a487028375d5c851f0f5980cd6867140ae502739686045f1080729d6c79bbb7a44c0b9c6ae367fac0ac4250b8b032e20f22b118dd3259ad8b04c8564dd9b SHA512 f060c37d4abe2b8a485a77590e6b65eafac1917b58589dba61b2e35cd1d155d69c141b22e2152a530b0b92adb1b03a471489032f65833f3cbd1d6181539b4807

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.30.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.30.ebuild
new file mode 100644
index 000000000..3a2135191
--- /dev/null
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.30.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/download/2021-08-30/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
+
+LICENSE="Apache-2.0 MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S=${WORKDIR}
+
+QA_FLAGS_IGNORED="usr/bin/rust-analyzer"
+
+src_install() {
+	newbin ${P} rust-analyzer
+}
+
+pkg_postinst() {
+	elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly"
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-09-07 16:22 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-09-07 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b97d6e8c7df91136260d2eaff84e649982d32f37
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Tue Sep  7 15:58:05 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Tue Sep  7 16:21:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b97d6e8c

dev-util/rust-analyzer-bin: add v2021.09.06, drop v2021.08.09

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/Manifest                                     | 2 +-
 ...alyzer-bin-2021.08.09.ebuild => rust-analyzer-bin-2021.09.06.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
index ff4ab4feb..32452cf33 100644
--- a/dev-util/rust-analyzer-bin/Manifest
+++ b/dev-util/rust-analyzer-bin/Manifest
@@ -1,2 +1,2 @@
-DIST rust-analyzer-bin-2021.08.09.gz 11688726 BLAKE2B 1002048d93fdc357a28ab287fdb862442433f764c9f11249a4caf587bf968de1a9a4bdc44f1ce2c1a2e2833c223ed8ec0070f50f6421d06db206f477f3ca5971 SHA512 2129ef0839647b509a7d048ac2781d830dc7d83311e0b46ef5caf60fe306d22dcdfe584bcc7e3e53edd6dc2b1c0d2ab04741c607f2a7ac29a13b3f9a859b6ba0
 DIST rust-analyzer-bin-2021.08.30.gz 10987412 BLAKE2B 0bf2a487028375d5c851f0f5980cd6867140ae502739686045f1080729d6c79bbb7a44c0b9c6ae367fac0ac4250b8b032e20f22b118dd3259ad8b04c8564dd9b SHA512 f060c37d4abe2b8a485a77590e6b65eafac1917b58589dba61b2e35cd1d155d69c141b22e2152a530b0b92adb1b03a471489032f65833f3cbd1d6181539b4807
+DIST rust-analyzer-bin-2021.09.06.gz 11044387 BLAKE2B 1ff818280758837b55852775f9c0fb95a5b06beee68f4591bfe1cf86b61fcffa58322cfd017b13eb24fc9f6c6ade62b1dbdfc00a52894dce539c4604cbda9ae6 SHA512 a7d777981dab437ad4b0175f24c6ae309946a776f7828c8e31cba16853a7645cfaa9614143ec158645f5844bcdef8bb764f098a1b056334b2112fedba12c2995

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild
similarity index 90%
rename from dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild
rename to dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild
index 4e4f0e697..cd5368ed6 100644
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.09.ebuild
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 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/download/2021-08-09/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
+SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-09-06/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
 
 LICENSE="Apache-2.0 MIT-with-advertising"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/
@ 2021-09-21 11:18 James Kalyan
  0 siblings, 0 replies; 14+ messages in thread
From: James Kalyan @ 2021-09-21 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9895cea62602cfe599bd48e0fb02127411ca6e81
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Tue Sep 21 11:17:56 2021 +0000
Commit:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Tue Sep 21 11:18:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9895cea6

dev-util/rust-analyzer-bin: add v2021.09.20, drop v2021.08.30

Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>

 dev-util/rust-analyzer-bin/Manifest                                     | 2 +-
 ...alyzer-bin-2021.08.30.ebuild => rust-analyzer-bin-2021.09.20.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest
index 32452cf33..73c30775f 100644
--- a/dev-util/rust-analyzer-bin/Manifest
+++ b/dev-util/rust-analyzer-bin/Manifest
@@ -1,2 +1,2 @@
-DIST rust-analyzer-bin-2021.08.30.gz 10987412 BLAKE2B 0bf2a487028375d5c851f0f5980cd6867140ae502739686045f1080729d6c79bbb7a44c0b9c6ae367fac0ac4250b8b032e20f22b118dd3259ad8b04c8564dd9b SHA512 f060c37d4abe2b8a485a77590e6b65eafac1917b58589dba61b2e35cd1d155d69c141b22e2152a530b0b92adb1b03a471489032f65833f3cbd1d6181539b4807
 DIST rust-analyzer-bin-2021.09.06.gz 11044387 BLAKE2B 1ff818280758837b55852775f9c0fb95a5b06beee68f4591bfe1cf86b61fcffa58322cfd017b13eb24fc9f6c6ade62b1dbdfc00a52894dce539c4604cbda9ae6 SHA512 a7d777981dab437ad4b0175f24c6ae309946a776f7828c8e31cba16853a7645cfaa9614143ec158645f5844bcdef8bb764f098a1b056334b2112fedba12c2995
+DIST rust-analyzer-bin-2021.09.20.gz 11118599 BLAKE2B 2e0c39764a9ff243ae003230db9ad5871a425293836be063b09c498f763d611e1ae5c884dcbac2373b73a2e5178b89970f83edffcad7892c02f493a697ea3539 SHA512 3d5b0f3d36d3ee932a1a0800a248f7d3b6a4ff85d9902dcec3e0d7dcda64089b1b167b3f6e8ba99aea9c6c8356f2bff214420dcdbd855d54ec760ee1749f1daa

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.30.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.20.ebuild
similarity index 90%
rename from dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.30.ebuild
rename to dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.20.ebuild
index 3a2135191..7824c309f 100644
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.30.ebuild
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.20.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 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/download/2021-08-30/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
+SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-09-20/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
 
 LICENSE="Apache-2.0 MIT-with-advertising"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-09-21 11:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-05  4:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/ James Kalyan
  -- strict thread matches above, loose matches on Subject: below --
2021-09-21 11:18 James Kalyan
2021-09-07 16:22 James Kalyan
2021-08-31  2:38 James Kalyan
2021-08-31  2:38 James Kalyan
2021-08-12 14:12 James Kalyan
2021-08-12 14:12 James Kalyan
2021-07-26 15:49 James Kalyan
2021-07-24 22:35 James Kalyan
2021-07-23  3:56 James Kalyan
2021-07-23  3:43 James Kalyan
2021-06-26 15:10 [gentoo-commits] repo/proj/guru:master " Jian Lin
2021-06-26 15:08 ` [gentoo-commits] repo/proj/guru:dev " Jian Lin
2021-06-09  2:22 James Kalyan
2021-05-28 17:35 James Kalyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox