From 68a32bc9fda17e8a546c0bba9d113c4c4659f6bb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 Apr 2024 18:30:39 +0100 Subject: gentoo auto-resync : 06:04:2024 - 18:30:38 --- app-emacs/lsp-mode/Manifest | 2 + app-emacs/lsp-mode/lsp-mode-9.0.0.ebuild | 68 ++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 app-emacs/lsp-mode/lsp-mode-9.0.0.ebuild (limited to 'app-emacs/lsp-mode') diff --git a/app-emacs/lsp-mode/Manifest b/app-emacs/lsp-mode/Manifest index a26fbbf65fb7..493b160dd2b1 100644 --- a/app-emacs/lsp-mode/Manifest +++ b/app-emacs/lsp-mode/Manifest @@ -1,4 +1,6 @@ AUX 50lsp-mode-gentoo.el 2081 BLAKE2B ac9eee2a41fa09e1ee72cabef2380b6095f469f1c668833b4d6d59964796a974457e2f85f4cdb7b66ea652ad23a6806326f9a43c20b4d1592fc1f19eb33a3773 SHA512 632fb2b9d0af9735c16fffbe6d0aca7ba0a494edd001ea289f17836e9ddd34d9ea60cf22035194e1837505cc214370be31e0dff0637a59361eeb6a4f2d12e816 DIST lsp-mode-8.0.1_pre20231218.tar.gz 16396690 BLAKE2B e841e1cda6e26ba1d646ea8ffeee7212fb3352e4ed73c323212e9bd883ddbe3461918b3ab435a16e6568d2fdaf97b165accd8876625415dfa428259c0c93998f SHA512 d3f5a26e40b7b569ba185d605208bd888aed6430f1fa5b608db47ba727e72fb540646a3908b80ab04db763d9be9adb8b58ef88165f31c874749ed26f7086c0fc +DIST lsp-mode-9.0.0.tar.gz 16407602 BLAKE2B beb4ea41d098a05e6eb6b2fc1a6eac67a47b99e081d16c298b92914236b740489eb2442fe8f0f46fe098514a259a97aad943b4ba7d9e152944f7bc29b3a98ced SHA512 99ed55853a27b0c4ed4a79a7aec1c48bb1dda00069a897d67fe3fcf570d73126b770791bc4986e791cc7c918349c0c16698b2c4f7d3d7d292898102d67d0f22e EBUILD lsp-mode-8.0.1_pre20231218.ebuild 1261 BLAKE2B 532aeaf7d33817f6cb947264d409fd0472ed46b8b8f1af6d2dff55d058f0ef59dbc76b8e6777964410a84195cea88f7b17d36013ccd7cb777f8d7eccfca3abeb SHA512 71458c62ee56af6a75907ff14e80a825c77b1030ca3ba258018fe8573dad82035010dbd7f312936c28fd84f0b7448973ad3f0131d6f3cd63239a71786dbca9b1 +EBUILD lsp-mode-9.0.0.ebuild 1340 BLAKE2B 0a6fb6b223959c1222160eae5db8eeb9d2d4f9408713ec945ddbd43b65f1dccc767da8b99e55f1e62a380544dfbf1e2986f39caf4761df1d6bb6d43020394282 SHA512 f282edd9a13b057770888fc1385459de85e64f1f16eb2f6e4d4a50d00d31993bb858184040ff7cd7e958de274fd69c579dd415db2081d7631c22bf20c81a5e26 MISC metadata.xml 364 BLAKE2B d28d1feb1f2948839ed9759bd1d7f22285218f301e2862e50b6a58aad591f81d8d94ff8bf2fce8c399c04839467e89b82c2487b2ff09a129f4636d81555db4f8 SHA512 1b9aff2f7852a2af981b93c1e2ca1a0df378e52d0a0817a7fe4a00e5c74721389979df9367a6e93c3a62ac02adb118fbdfff84272f9f902c5883d0759a422d4c diff --git a/app-emacs/lsp-mode/lsp-mode-9.0.0.ebuild b/app-emacs/lsp-mode/lsp-mode-9.0.0.ebuild new file mode 100644 index 000000000000..a9d91c1ecc48 --- /dev/null +++ b/app-emacs/lsp-mode/lsp-mode-9.0.0.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=27.1 + +inherit elisp + +DESCRIPTION="Emacs client/library for the Language Server Protocol" +HOMEPAGE="https://emacs-lsp.github.io/lsp-mode/ + https://github.com/emacs-lsp/lsp-mode/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/emacs-lsp/${PN}.git" +else + SRC_URI="https://github.com/emacs-lsp/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~arm64" +fi + +LICENSE="GPL-3+" +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 + ) +" + +BYTECOMPFLAGS="-L . -L clients" +ELISP_REMOVE=" + test/lsp-clangd-test.el + test/lsp-common-test.el + test/lsp-integration-test.el +" # Remove failing tests. + +DOCS=( AUTHORS CHANGELOG.org README.md refcard ) +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/* +} -- cgit v1.2.3