commit: ed6ca9cd84c8374bde6bab69014e7bb7d668e7d5 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Feb 26 21:21:10 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 21:22:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6ca9cd
app-emacs/eglot: treeclean, bug #969199 Bug: https://bugs.gentoo.org/969199 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/eglot/Manifest | 1 - app-emacs/eglot/eglot-1.17.ebuild | 42 ------------------------------ app-emacs/eglot/files/50eglot-gentoo-r1.el | 2 -- app-emacs/eglot/files/50eglot-gentoo.el | 2 -- app-emacs/eglot/metadata.xml | 20 -------------- 5 files changed, 67 deletions(-) diff --git a/app-emacs/eglot/Manifest b/app-emacs/eglot/Manifest deleted file mode 100644 index 9939a80d5a54..000000000000 --- a/app-emacs/eglot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST eglot-1.17.tar.xz 73488 BLAKE2B 291b9a79691839d7415ed7fb2af4317decb0e9d451a52fea688a56c590750142777a8cee3adc8dab3e227188a2c3c605089ea87adae107286cdc857a52372900 SHA512 3aa6b77431b8d313e16ac2b56615b759479125faf194c12f5d624733183220b1791b40596c29d9395182edf3380b4f5b217d6feaeaf334f8a633a295a3418f65 diff --git a/app-emacs/eglot/eglot-1.17.ebuild b/app-emacs/eglot/eglot-1.17.ebuild deleted file mode 100644 index 92fa73df9dad..000000000000 --- a/app-emacs/eglot/eglot-1.17.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="26.3" - -inherit elisp - -DESCRIPTION="A minimal Emacs LSP client for GNU Emacs" -HOMEPAGE="https://github.com/joaotavora/eglot/ - https://elpa.gnu.org/packages/eglot.html" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/joaotavora/${PN}.git" -else - SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" - - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - app-emacs/external-completion -" -BDEPEND=" - ${RDEPEND} -" - -ELISP_REMOVE="${PN}-pkg.el" - -DOCS=( EGLOT-NEWS ) -SITEFILE="50${PN}-gentoo-r1.el" - -src_install() { - elisp-make-autoload-file - elisp_src_install -} diff --git a/app-emacs/eglot/files/50eglot-gentoo-r1.el b/app-emacs/eglot/files/50eglot-gentoo-r1.el deleted file mode 100644 index b12b269242df..000000000000 --- a/app-emacs/eglot/files/50eglot-gentoo-r1.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(load "@SITELISP@/eglot-autoloads.el" nil t) diff --git a/app-emacs/eglot/files/50eglot-gentoo.el b/app-emacs/eglot/files/50eglot-gentoo.el deleted file mode 100644 index c3b894cc43c8..000000000000 --- a/app-emacs/eglot/files/50eglot-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(load "@SITELISP@/eglot-autoload.el" nil t) diff --git a/app-emacs/eglot/metadata.xml b/app-emacs/eglot/metadata.xml deleted file mode 100644 index d9638f7e735e..000000000000 --- a/app-emacs/eglot/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>John Turner</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNU Emacs project</name> - </maintainer> - <upstream> - <remote-id type="github">joaotavora/eglot</remote-id> - <doc>https://github.com/joaotavora/eglot/blob/master/README.md</doc> - </upstream> -</pkgmetadata>
