From 87164d0194c700690e1f3d02f6245d1a010a1a6d Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 15 Dec 2022 11:33:11 -0500 Subject: dev-util/rust-analyzer: treeclean --- .../rust-analyzer/rust-analyzer-20220718.ebuild | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 dev-util/rust-analyzer/rust-analyzer-20220718.ebuild (limited to 'dev-util/rust-analyzer/rust-analyzer-20220718.ebuild') diff --git a/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild b/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild deleted file mode 100644 index 481307b..0000000 --- a/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" -" - -inherit cargox git-r3 - -if [[ "${PV}" == *9999* ]]; then - EGIT_REPO_URI="https://github.com/rust-analyzer/rust-analyzer" -else - KEYWORDS="~amd64" - EGIT_COMMIT="${PV:0:4}-${PV:4:2}-${PV:6:2}" - EGIT_REPO_URI="https://github.com/rust-analyzer/rust-analyzer" - SRC_URI="https://github.com/rust-analyzer/rust-analyzer/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz $(cargox_crate_uris)" -fi - -DESCRIPTION="An implementation of Language Server Protocol for the Rust programming language" -HOMEPAGE="https://rust-analyzer.github.io" - -LICENSE="0BSD Apache-2.0 Artistic-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unlicense ZLIB" -RESTRICT="mirror" -SLOT="live" -IUSE="" - -DEPEND="|| ( >=dev-lang/rust-1.57.0[rust-src] >=dev-lang/rust-bin-1.57.0[rust-src] )" -RDEPEND="${DEPEND}" - -QA_FLAGS_IGNORED="usr/bin/rust-analyzer" - -src_unpack() { - git-r3_src_unpack - cargox_live_src_unpack -} - -src_test() { - # Requires out of source git repo. - cargox_src_test -- --skip "tidy::check_merge_commits" -} - -src_install() { - cargox_src_install --path "./crates/rust-analyzer" -} -- cgit v1.2.3