commit: abe9c53e0ee8190be24a0c5c6dd0487c2b8df784 Author: Remigiusz Micielski <rmicielski <AT> purelymail <DOT> com> AuthorDate: Sat Sep 16 08:06:08 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Sep 16 08:50:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abe9c53e
dev-util/rust-analyzer-bin: treeclean Signed-off-by: Remigiusz Micielski <rmicielski <AT> purelymail.com> dev-util/rust-analyzer-bin/Manifest | 2 -- dev-util/rust-analyzer-bin/metadata.xml | 12 ----------- .../rust-analyzer-bin-2021.09.06.ebuild | 24 ---------------------- .../rust-analyzer-bin-2021.09.20.ebuild | 24 ---------------------- profiles/package.mask | 4 ---- 5 files changed, 66 deletions(-) diff --git a/dev-util/rust-analyzer-bin/Manifest b/dev-util/rust-analyzer-bin/Manifest deleted file mode 100644 index 73c30775fa..0000000000 --- a/dev-util/rust-analyzer-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST rust-analyzer-bin-2021.09.06.gz 11044387 BLAKE2B 1ff818280758837b55852775f9c0fb95a5b06beee68f4591bfe1cf86b61fcffa58322cfd017b13eb24fc9f6c6ade62b1dbdfc00a52894dce539c4604cbda9ae6 SHA512 a7d777981dab437ad4b0175f24c6ae309946a776f7828c8e31cba16853a7645cfaa9614143ec158645f5844bcdef8bb764f098a1b056334b2112fedba12c2995 -DIST rust-analyzer-bin-2021.09.20.gz 11118599 BLAKE2B 2e0c39764a9ff243ae003230db9ad5871a425293836be063b09c498f763d611e1ae5c884dcbac2373b73a2e5178b89970f83edffcad7892c02f493a697ea3539 SHA512 3d5b0f3d36d3ee932a1a0800a248f7d3b6a4ff85d9902dcec3e0d7dcda64089b1b167b3f6e8ba99aea9c6c8356f2bff214420dcdbd855d54ec760ee1749f1daa diff --git a/dev-util/rust-analyzer-bin/metadata.xml b/dev-util/rust-analyzer-bin/metadata.xml deleted file mode 100644 index fcd516cb99..0000000000 --- a/dev-util/rust-analyzer-bin/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="github">rust-analyzer/rust-analyzer</remote-id> - <bugs-to>https://github.com/rust-analyzer/rust-analyzer/issues</bugs-to> - </upstream> - <maintainer type="person"> - <email>[email protected]</email> - <name>James Kalyan</name> - </maintainer> -</pkgmetadata> diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild deleted file mode 100644 index cd5368ed63..0000000000 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.06.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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/download/2021-09-06/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz" - -LICENSE="Apache-2.0 MIT-with-advertising" -SLOT="0" -KEYWORDS="~amd64" - -S=${WORKDIR} - -QA_FLAGS_IGNORED="usr/bin/rust-analyzer" - -src_install() { - newbin ${P} rust-analyzer -} - -pkg_postinst() { - elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly" -} diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.20.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.20.ebuild deleted file mode 100644 index 7824c309fd..0000000000 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.09.20.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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/download/2021-09-20/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz" - -LICENSE="Apache-2.0 MIT-with-advertising" -SLOT="0" -KEYWORDS="~amd64" - -S=${WORKDIR} - -QA_FLAGS_IGNORED="usr/bin/rust-analyzer" - -src_install() { - newbin ${P} rust-analyzer -} - -pkg_postinst() { - elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly" -} diff --git a/profiles/package.mask b/profiles/package.mask index 7b179818df..d32989ee0e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -19,10 +19,6 @@ # Removal in 30 days if no one else wants to maintain it. games-rpg/airshipper -# Remigiusz Micielski <[email protected]> (2023-08-13) -# rust-analyzer is in ::gentoo as a use flag for rust -dev-util/rust-analyzer-bin - # Anna Vyalkova <[email protected]> (2023-07-18) # Depends on removed <sci-mathematics/why3-1.5.0 sci-mathematics/frama-c-wp
