From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 212C615808B for ; Tue, 12 Apr 2022 22:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A98E7E0A04; Tue, 12 Apr 2022 22:27:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EB68E0A04 for ; Tue, 12 Apr 2022 22:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97D8A341B52 for ; Tue, 12 Apr 2022 22:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA1D03A5 for ; Tue, 12 Apr 2022 22:27:26 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1649801883.4595fada0f67cdc9a41bbf8ab0d27d31a60629ff.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eglot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/eglot/Manifest app-emacs/eglot/eglot-1.8.ebuild X-VCS-Directories: app-emacs/eglot/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4595fada0f67cdc9a41bbf8ab0d27d31a60629ff X-VCS-Branch: master Date: Tue, 12 Apr 2022 22:27:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ec40e22-6d26-4607-ad8a-1cb2bd678061 X-Archives-Hash: 08b4f5afa98227de425d77825f410ff2 commit: 4595fada0f67cdc9a41bbf8ab0d27d31a60629ff Author: Maciej Barć gentoo org> AuthorDate: Tue Apr 12 22:18:03 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Apr 12 22:18:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4595fada app-emacs/eglot: bump to 1.8 Signed-off-by: Maciej Barć gentoo.org> app-emacs/eglot/Manifest | 1 + app-emacs/eglot/eglot-1.8.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-emacs/eglot/Manifest b/app-emacs/eglot/Manifest index 1c18d5f83751..8148e48e5796 100644 --- a/app-emacs/eglot/Manifest +++ b/app-emacs/eglot/Manifest @@ -1 +1,2 @@ DIST eglot-1.6.tar.gz 288078 BLAKE2B a2214d216d0eeaca32d974c6686696dfcf141b3384741bc8cce0d02abb508eb5713933bc227d12a07f4b87fc34601431845b1b8e519538ae04ecc74b24db4004 SHA512 51227c8e2b0a1dd9a63ededbea592f01616ff728c34c330400c078212fef3f3e747e6dd30ba312523cbe60c7ea663a7af9d83300210cf331ea6162d2db5c7e41 +DIST eglot-1.8.tar.gz 302450 BLAKE2B 7247b11adaf9a65a2e071ca17b55038fe85f5842fb4155b44dbfa82bae5774e4cd2f7a5557d40cb1a7ab7f554233f15abe297e10568a1630b464ab6a600d978f SHA512 0295eff6dfbbf9d7a82349b8e5ed9e7dad700f2f0bfcab879d906e30bfbb4d28b8779fd9076108ac9b1594a60ca5e30c5035e2f8ceae44add99c28a843027609 diff --git a/app-emacs/eglot/eglot-1.8.ebuild b/app-emacs/eglot/eglot-1.8.ebuild new file mode 100644 index 000000000000..913bb955411f --- /dev/null +++ b/app-emacs/eglot/eglot-1.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="26.1" + +inherit elisp + +DESCRIPTION="A minimal Emacs LSP client" +HOMEPAGE="https://github.com/joaotavora/eglot" +SRC_URI="https://github.com/joaotavora/eglot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +# test requires internet connection to install several language servers, one of which +# is not packaged +RESTRICT="test" + +SITEFILE="50${PN}-gentoo.el" +ELISP_REMOVE="eglot-tests.el" +DOCS=( README.md NEWS.md ) + +src_install() { + elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/ + elisp_src_install +}