public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/rust-analyzer-bin/
Date: Sun, 30 May 2021 14:47:10 +0000 (UTC)	[thread overview]
Message-ID: <1622223105.fbd97c7306eec311f6cc1beb2ac6d73a384639b8.andrewammerlaan@gentoo> (raw)

commit:     fbd97c7306eec311f6cc1beb2ac6d73a384639b8
Author:     James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Fri May 28 17:30:22 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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"
+}


             reply	other threads:[~2021-05-30 14:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-30 14:47 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-09  3:39 [gentoo-commits] repo/proj/guru:master commit in: dev-util/rust-analyzer-bin/ Theo Anderson
2021-06-26 15:10 Jian Lin
2021-07-26 14:05 Andrew Ammerlaan
2021-08-07 17:48 Florian Schmaus
2021-09-08 15:20 Arthur Zamarin
2021-09-23  6:45 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622223105.fbd97c7306eec311f6cc1beb2ac6d73a384639b8.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox