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 --- dev-util/rust-analyzer/Manifest | 2 - .../rust-analyzer/rust-analyzer-20220718.ebuild | 45 ---------------------- 2 files changed, 47 deletions(-) delete mode 100644 dev-util/rust-analyzer/Manifest delete mode 100644 dev-util/rust-analyzer/rust-analyzer-20220718.ebuild (limited to 'dev-util') diff --git a/dev-util/rust-analyzer/Manifest b/dev-util/rust-analyzer/Manifest deleted file mode 100644 index 4d6baf6..0000000 --- a/dev-util/rust-analyzer/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST rust-analyzer-20220718.tar.gz 2300667 BLAKE2B a0daf1c24e682aa749364a28b891c0492440b80201cda9550dcd7d740b43d586ae76d3f02dd9677c5d8a10aef4a9737381eba3f635b7764c8a7f6e8352bbdf17 SHA512 1ae87782cc3a5131c6330c9b60a43efdaa48010be37a3acdfe35c1fd97117697aefb8a796a43799778431cc6f59678b7cdc94860fb23b4a8ceb41f981164e267 -EBUILD rust-analyzer-20220718.ebuild 1152 BLAKE2B 8b116aa791684f7bb43d2d715ff6f1916637cd8c7c982ac5ffe800620b9c246eff42e201a9f0695e0edafc6c2110c0ebd427a9e4c9ffbed78cba4880238af29b SHA512 43e7c0b8e2a2c411f5d640121024b1598b2693cea042dbedbcf41c63a03479a1cd7d775287d2f2c81f7e42f4e50592277da15d5964955caffeceb37dfaccea1d 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