Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eglot/
Date: Sun, 19 Mar 2023 14:18:20
Message-Id: 1679233989.1c7ad624b1b36c8ea694ee0d25f1861ea1b28f9c.xgqt@gentoo
1 commit: 1c7ad624b1b36c8ea694ee0d25f1861ea1b28f9c
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 12:33:18 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 13:53:09 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ad624
7
8 app-emacs/eglot: drop old 1.6-r1
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/eglot/Manifest | 1 -
13 app-emacs/eglot/eglot-1.6-r1.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/app-emacs/eglot/Manifest b/app-emacs/eglot/Manifest
17 index 22fa75572fe9..c850f0a09d95 100644
18 --- a/app-emacs/eglot/Manifest
19 +++ b/app-emacs/eglot/Manifest
20 @@ -1,4 +1,3 @@
21 DIST eglot-1.11.tar.xz 36900 BLAKE2B 20496e37944127c0e209762d2455fad01e6578fd1fa8350cc1a6782ed3e5dc11b09f8b737cd97d5439ab7ef67caa5cdf725d53d2e9e91bbca10223106a9073ad SHA512 c258c89d8c81b1c1df8ea9798c120a7534c174ce435a4551f503c7477520619ac08bd627372033ed1740dfc67bf7e8004751259769844d6be9adc9411d8ae5ac
22 -DIST eglot-1.6.tar.gz 288078 BLAKE2B a2214d216d0eeaca32d974c6686696dfcf141b3384741bc8cce0d02abb508eb5713933bc227d12a07f4b87fc34601431845b1b8e519538ae04ecc74b24db4004 SHA512 51227c8e2b0a1dd9a63ededbea592f01616ff728c34c330400c078212fef3f3e747e6dd30ba312523cbe60c7ea663a7af9d83300210cf331ea6162d2db5c7e41
23 DIST eglot-1.8.tar.gz 302450 BLAKE2B 7247b11adaf9a65a2e071ca17b55038fe85f5842fb4155b44dbfa82bae5774e4cd2f7a5557d40cb1a7ab7f554233f15abe297e10568a1630b464ab6a600d978f SHA512 0295eff6dfbbf9d7a82349b8e5ed9e7dad700f2f0bfcab879d906e30bfbb4d28b8779fd9076108ac9b1594a60ca5e30c5035e2f8ceae44add99c28a843027609
24 DIST eglot-1.9.tar.gz 316541 BLAKE2B 5b9f188ae3f2b26fd7bb95aeb3095fbf5a78f6a15eeccaceaf947f5f91e78253622d2c81d5e57f11762c0370baf9d6c856a4f770c2652840d750f98ee780b418 SHA512 961399e0877a09bd292424715c3fac86e7750e144ba302e61262925b6ded1d30c6ebf3e63067b27b56fa2062461a947425951ac5538e25312d179fa20bd68b79
25
26 diff --git a/app-emacs/eglot/eglot-1.6-r1.ebuild b/app-emacs/eglot/eglot-1.6-r1.ebuild
27 deleted file mode 100644
28 index b5463a817ab2..000000000000
29 --- a/app-emacs/eglot/eglot-1.6-r1.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -NEED_EMACS="26.1"
38 -
39 -inherit elisp
40 -
41 -DESCRIPTION="A minimal Emacs LSP client"
42 -HOMEPAGE="https://github.com/joaotavora/eglot"
43 -SRC_URI="https://github.com/joaotavora/eglot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -# test requires internet connection to install several language servers, one of which
49 -# is not packaged
50 -RESTRICT="test"
51 -
52 -SITEFILE="50${PN}-gentoo.el"
53 -ELISP_REMOVE="eglot-tests.el"
54 -DOCS=( README.md NEWS.md )
55 -
56 -src_install() {
57 - elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/
58 - elisp_src_install
59 -}