diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-16 17:31:06 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-17 00:13:20 +0100 |
commit | 17de1d02ab5e0b36f8af993e1df30d2284e70c38 (patch) | |
tree | 733d6095b4a97e7269d9901e80b73abd5b888e54 /app-emacs/lsp-mode | |
parent | app-emacs/flycheck: update dependencies (diff) | |
download | gentoo-17de1d02ab5e0b36f8af993e1df30d2284e70c38.tar.gz gentoo-17de1d02ab5e0b36f8af993e1df30d2284e70c38.tar.bz2 gentoo-17de1d02ab5e0b36f8af993e1df30d2284e70c38.zip |
app-emacs/lsp-mode: drop old 8.0.0_p20220620
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/lsp-mode')
-rw-r--r-- | app-emacs/lsp-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/lsp-mode/lsp-mode-8.0.0_p20220620.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/app-emacs/lsp-mode/Manifest b/app-emacs/lsp-mode/Manifest index ed734f672c07..1b5c8ee5236f 100644 --- a/app-emacs/lsp-mode/Manifest +++ b/app-emacs/lsp-mode/Manifest @@ -1,2 +1 @@ -DIST lsp-mode-8.0.0_p20220620.tar.gz 15464614 BLAKE2B 10e50a52e2a725b1a275b81514bb268619b128370f8989970c75c87bc37516588e798c5f2531b73689d9d102fbd6b965841c6d8a0c337cb8d9052b632a01e289 SHA512 d464418df6eb99d8a1f4cad8c9e31ca057286f846afbb0078fdff21cfc685ffc158b1b37d22224372bee67eb5298f20bb4db83ed466c09e4b4b3a83db865ef09 DIST lsp-mode-8.0.1_pre20231218.tar.gz 16396690 BLAKE2B e841e1cda6e26ba1d646ea8ffeee7212fb3352e4ed73c323212e9bd883ddbe3461918b3ab435a16e6568d2fdaf97b165accd8876625415dfa428259c0c93998f SHA512 d3f5a26e40b7b569ba185d605208bd888aed6430f1fa5b608db47ba727e72fb540646a3908b80ab04db763d9be9adb8b58ef88165f31c874749ed26f7086c0fc diff --git a/app-emacs/lsp-mode/lsp-mode-8.0.0_p20220620.ebuild b/app-emacs/lsp-mode/lsp-mode-8.0.0_p20220620.ebuild deleted file mode 100644 index 8b7c6ad12cda..000000000000 --- a/app-emacs/lsp-mode/lsp-mode-8.0.0_p20220620.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT=9957623d93b13fabaca8ba35b85da8fcceaeef69 -NEED_EMACS=26.1 - -inherit elisp - -DESCRIPTION="Emacs client/library for the Language Server Protocol" -HOMEPAGE="https://emacs-lsp.github.io/lsp-mode/" -SRC_URI="https://github.com/emacs-lsp/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${COMMIT} - -LICENSE="GPL-3+" -KEYWORDS="amd64" -SLOT="0" - -RDEPEND=" - >=app-emacs/dash-2.18.0 - >=app-emacs/f-0.20.0 - app-emacs/ht - app-emacs/lv - app-emacs/markdown-mode - app-emacs/spinner -" -BDEPEND=" - ${RDEPEND} - test? ( - app-emacs/deferred - app-emacs/ecukes - app-emacs/el-mock - app-emacs/espuds - app-emacs/flycheck - app-emacs/undercover - ) -" - -DOCS=( AUTHORS CHANGELOG.org README.md refcard ) -BYTECOMPFLAGS="-L . -L clients" -ELISP_REMOVE="test/lsp-clangd-test.el test/lsp-common-test.el - test/lsp-integration-test.el" # Remove failing tests -SITEFILE="50${PN}-gentoo.el" - -elisp-enable-tests ert-runner "${S}" -t "!no-win" -t "!org" - -src_compile() { - elisp_src_compile - elisp-compile clients/*.el -} - -src_install() { - elisp_src_install - elisp-install ${PN}/clients clients/* -} |