From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eglot/
Date: Thu, 3 Oct 2024 15:08:51 +0000 (UTC) [thread overview]
Message-ID: <1727968126.d270a16275cc14879e9e88ec042ac478925c765a.xgqt@gentoo> (raw)
commit: d270a16275cc14879e9e88ec042ac478925c765a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 14:30:21 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 15:08:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d270a162
app-emacs/eglot: bump to 1.17
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/eglot/Manifest | 1 +
app-emacs/eglot/eglot-1.17.ebuild | 42 +++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/app-emacs/eglot/Manifest b/app-emacs/eglot/Manifest
index fac0edacfbfc..5eec57a2ab9d 100644
--- a/app-emacs/eglot/Manifest
+++ b/app-emacs/eglot/Manifest
@@ -1 +1,2 @@
DIST eglot-1.15.tar.gz 305200 BLAKE2B e9bb3f10dc9aac803f9b1184f489d76bd217b279d398c67a403c887298ec3e73e30a359a7e31af9c298b8778a2cdf916e9f40495ab3d01216a12fb38aed4d83b SHA512 871d56404c08baa490488d6027645f7ba0252faee7d006ade4e29890abb2e70a3f1715114c852721db7991bdece29266d920bbef6da0eb2ea2f37b842f411ac2
+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
new file mode 100644
index 000000000000..92fa73df9dad
--- /dev/null
+++ b/app-emacs/eglot/eglot-1.17.ebuild
@@ -0,0 +1,42 @@
+# 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
+}
next reply other threads:[~2024-10-03 15:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-03 15:08 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-08 12:21 [gentoo-commits] repo/gentoo:master commit in: app-emacs/eglot/ Maciej Barć
2023-05-08 12:21 Maciej Barć
2023-03-21 13:19 Maciej Barć
2023-03-21 13:19 Maciej Barć
2023-03-19 14:18 Maciej Barć
2023-03-04 16:32 Maciej Barć
2022-10-10 23:43 Maciej Barć
2022-04-12 22:27 Maciej Barć
2022-04-12 22:27 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1727968126.d270a16275cc14879e9e88ec042ac478925c765a.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox