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 521CC13933E for ; Fri, 23 Jul 2021 03:56:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 747B5E0B7D; Fri, 23 Jul 2021 03:56:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0166AE0B7D for ; Fri, 23 Jul 2021 03:56:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DAFC8335D5D for ; Fri, 23 Jul 2021 03:56:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C0F37B2 for ; Fri, 23 Jul 2021 03:56:09 +0000 (UTC) From: "James Kalyan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Kalyan" Message-ID: <1627012375.f37e5467e4d5ca888aa29532cd8bd96d1d332a54.contrib_x@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/rust-analyzer-bin-9999.ebuild X-VCS-Directories: dev-util/rust-analyzer-bin/ X-VCS-Committer: contrib_x X-VCS-Committer-Name: James Kalyan X-VCS-Revision: f37e5467e4d5ca888aa29532cd8bd96d1d332a54 X-VCS-Branch: dev Date: Fri, 23 Jul 2021 03:56:09 +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: 5494513e-0620-4b0c-a160-4538faf3dcf8 X-Archives-Hash: e181ef15ab4486ba6f44d398688a8926 commit: f37e5467e4d5ca888aa29532cd8bd96d1d332a54 Author: James Kalyan protonmail com> AuthorDate: Fri Jul 23 03:52:55 2021 +0000 Commit: James Kalyan protonmail 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 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" -}