diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2022-12-15 23:19:00 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2022-12-15 23:19:00 -0500 |
commit | eb48971d6067ac9a4757d0362f7284323a6c8b23 (patch) | |
tree | 0dfec6cc687d2c21a1b759e92ff62eee0ab0f8f0 /dev-util | |
parent | d4b4177f8f63f1d238e358e38c431dd1245d1dc6 (diff) | |
download | ebuilds-eb48971d6067ac9a4757d0362f7284323a6c8b23.tar.gz |
dev-util/rust-analyzer: removed entirely
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/rust-analyzer/rust-analyzer-99999999.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild deleted file mode 100644 index b487026..0000000 --- a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES="" - -inherit cargo git-r3 - -DESCRIPTION="A language server for the Rust programming language" -HOMEPAGE="https://rust-analyzer.github.io/" -EGIT_REPO_URI="https://github.com/rust-lang/rust-analyzer" -EGIT_BRANCH="master" -EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -S="${EGIT_CHECKOUT_DIR}" - -LICENSE="0BSD Apache-2.0 Artistic-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unlicense ZLIB" -SLOT="0" - -RESTRICT="test" -DOCS=( README.md PRIVACY.md ) - -src_unpack() { - git-r3_src_unpack - cargo_live_src_unpack -} - -src_configure() { - cargo_src_configure --no-default-features -} - -src_compile () { - cargo_src_compile --manifest-path "${S}"/crates/${PN}/Cargo.toml -} - -src_install() { - cargo_src_install --path "${S}"/crates/${PN} -} |