From f37e5467e4d5ca888aa29532cd8bd96d1d332a54 Mon Sep 17 00:00:00 2001 From: James Kalyan Date: Thu, 22 Jul 2021 21:52:55 -0600 Subject: [PATCH] dev-util/rust-analyzer-bin: drop 9999 Closes: https://bugs.gentoo.org/803125 Signed-off-by: James Kalyan --- .../rust-analyzer-bin-9999.ebuild | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild 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 4fda953f39..0000000000 --- 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" -}