diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:18:46 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:41:39 +0200 |
commit | fc6b912bc5fce87e849d3df22c3eb2ae781fdf78 (patch) | |
tree | b2fe4365f7dc934bba480b0241ca700e9b34d855 /app-emacs/eglot | |
parent | app-emacs/editorconfig-emacs: drop old 0.10.0 (diff) | |
download | gentoo-fc6b912bc5fce87e849d3df22c3eb2ae781fdf78.tar.gz gentoo-fc6b912bc5fce87e849d3df22c3eb2ae781fdf78.tar.bz2 gentoo-fc6b912bc5fce87e849d3df22c3eb2ae781fdf78.zip |
app-emacs/eglot: drop old 1.11
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/eglot')
-rw-r--r-- | app-emacs/eglot/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/eglot/eglot-1.11.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-emacs/eglot/Manifest b/app-emacs/eglot/Manifest index 9783cf07fe31..98ec51100478 100644 --- a/app-emacs/eglot/Manifest +++ b/app-emacs/eglot/Manifest @@ -1,3 +1,2 @@ -DIST eglot-1.11.tar.xz 36900 BLAKE2B 20496e37944127c0e209762d2455fad01e6578fd1fa8350cc1a6782ed3e5dc11b09f8b737cd97d5439ab7ef67caa5cdf725d53d2e9e91bbca10223106a9073ad SHA512 c258c89d8c81b1c1df8ea9798c120a7534c174ce435a4551f503c7477520619ac08bd627372033ed1740dfc67bf7e8004751259769844d6be9adc9411d8ae5ac DIST eglot-1.13.tar.gz 303750 BLAKE2B ecd2efe5fcf2d0d8229336f01ced60f882cfb3e4a0a8af6bcd9f5da0e5cdc6d247634960de50fe46cd4fdac32ea83cd3b506fd025f109c684cb468a60969cbc4 SHA512 43e659213e8f2cedd0ecbd0a2bb1b475de37083577845574adb8bb61d20d0c72b8fc291689e1654c00156f8b2c03d29fc327f7adbac0eb0c5f88d851583f28b8 DIST eglot-1.15.tar.gz 305200 BLAKE2B e9bb3f10dc9aac803f9b1184f489d76bd217b279d398c67a403c887298ec3e73e30a359a7e31af9c298b8778a2cdf916e9f40495ab3d01216a12fb38aed4d83b SHA512 871d56404c08baa490488d6027645f7ba0252faee7d006ade4e29890abb2e70a3f1715114c852721db7991bdece29266d920bbef6da0eb2ea2f37b842f411ac2 diff --git a/app-emacs/eglot/eglot-1.11.ebuild b/app-emacs/eglot/eglot-1.11.ebuild deleted file mode 100644 index 4c3f5fa8f297..000000000000 --- a/app-emacs/eglot/eglot-1.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 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" -HOMEPAGE="https://github.com/joaotavora/eglot/ - https://elpa.gnu.org/packages/eglot.html" -SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="app-emacs/external-completion" -BDEPEND="${RDEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -src_install() { - elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/ - elisp_src_install -} |