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/files/, app-emacs/eglot/
Date: Sun, 26 Jun 2022 18:06:35
Message-Id: 1656266789.ca3dff4904d2b671ca5a9e92d9e61d15357233b7.xgqt@gentoo
1 commit: ca3dff4904d2b671ca5a9e92d9e61d15357233b7
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 18:04:34 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 18:06:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3dff49
7
8 app-emacs/eglot: silence the autoloads load message
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/eglot/{eglot-1.6.ebuild => eglot-1.6-r1.ebuild} | 2 +-
13 app-emacs/eglot/{eglot-1.8.ebuild => eglot-1.8-r1.ebuild} | 2 +-
14 app-emacs/eglot/files/50eglot-gentoo.el | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-emacs/eglot/eglot-1.6.ebuild b/app-emacs/eglot/eglot-1.6-r1.ebuild
18 similarity index 94%
19 rename from app-emacs/eglot/eglot-1.6.ebuild
20 rename to app-emacs/eglot/eglot-1.6-r1.ebuild
21 index 913bb955411f..b5463a817ab2 100644
22 --- a/app-emacs/eglot/eglot-1.6.ebuild
23 +++ b/app-emacs/eglot/eglot-1.6-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=8
30
31 diff --git a/app-emacs/eglot/eglot-1.8.ebuild b/app-emacs/eglot/eglot-1.8-r1.ebuild
32 similarity index 94%
33 rename from app-emacs/eglot/eglot-1.8.ebuild
34 rename to app-emacs/eglot/eglot-1.8-r1.ebuild
35 index 913bb955411f..b5463a817ab2 100644
36 --- a/app-emacs/eglot/eglot-1.8.ebuild
37 +++ b/app-emacs/eglot/eglot-1.8-r1.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=8
44
45 diff --git a/app-emacs/eglot/files/50eglot-gentoo.el b/app-emacs/eglot/files/50eglot-gentoo.el
46 index b8a7e2b65eed..c3b894cc43c8 100644
47 --- a/app-emacs/eglot/files/50eglot-gentoo.el
48 +++ b/app-emacs/eglot/files/50eglot-gentoo.el
49 @@ -1,2 +1,2 @@
50 (add-to-list 'load-path "@SITELISP@")
51 -(load "@SITELISP@/eglot-autoload.el")
52 +(load "@SITELISP@/eglot-autoload.el" nil t)