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 EE4B2158094 for ; Tue, 9 Aug 2022 20:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9CAAE0BFD; Tue, 9 Aug 2022 20:06:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B9FB6E0BBE for ; Tue, 9 Aug 2022 20:06:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 90A13340CD2 for ; Tue, 9 Aug 2022 20:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF9A352B for ; Tue, 9 Aug 2022 20:06:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660075544.c632f45783b8f45c1ed0d3b48e8269cf070d93c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ccls/, app-emacs/emacs-ccls/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/emacs-ccls/Manifest app-emacs/emacs-ccls/emacs-ccls-0_pre20220510.ebuild app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el app-emacs/emacs-ccls/metadata.xml X-VCS-Directories: app-emacs/emacs-ccls/ app-emacs/emacs-ccls/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c632f45783b8f45c1ed0d3b48e8269cf070d93c9 X-VCS-Branch: master Date: Tue, 9 Aug 2022 20:06:29 +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: 98ca5459-8b90-4b1c-b5d9-e31987577255 X-Archives-Hash: 9ba495aa365f9b1d8fa0c648b019d4a1 commit: c632f45783b8f45c1ed0d3b48e8269cf070d93c9 Author: Sam James gentoo org> AuthorDate: Tue Aug 9 02:35:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 9 20:05:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c632f457 app-emacs/emacs-ccls: new package, add 0_pre20220510 Closes: https://bugs.gentoo.org/864513 Signed-off-by: Sam James gentoo.org> app-emacs/emacs-ccls/Manifest | 1 + .../emacs-ccls/emacs-ccls-0_pre20220510.ebuild | 21 +++++++++++++++++++++ app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el | 4 ++++ app-emacs/emacs-ccls/metadata.xml | 12 ++++++++++++ 4 files changed, 38 insertions(+) diff --git a/app-emacs/emacs-ccls/Manifest b/app-emacs/emacs-ccls/Manifest new file mode 100644 index 000000000000..303eeeedb2ee --- /dev/null +++ b/app-emacs/emacs-ccls/Manifest @@ -0,0 +1 @@ +DIST emacs-ccls-0_pre20220510.tar.gz 12719 BLAKE2B 95e7445c4ef44c9a83015191046065e7a5ae93cc6fbc09943baaa8f336573136289269f835b7988ca1af14e5240afb6b05a601f3965c94d8132d2636136435b0 SHA512 423de0f04376021a3841e91b43e12801a94fd06a12ca90028aeb17ad2db0d5f94e6f963f67410b98796f91f2be5d127bdfd865f86266ae06beab3b6877bdd35b diff --git a/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510.ebuild b/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510.ebuild new file mode 100644 index 000000000000..ba59639f32fa --- /dev/null +++ b/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +MY_COMMIT="ae74a39303457a5e6976dd1c6816cde97d357a0d" +DESCRIPTION="Emacs client for ccls, a C/C++ language server" +HOMEPAGE="https://github.com/emacs-lsp/emacs-ccls" +SRC_URI="https://github.com/emacs-lsp/emacs-ccls/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${MY_COMMIT} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-emacs/lsp-mode" +DEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el b/app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el new file mode 100644 index 000000000000..9740d6b3b220 --- /dev/null +++ b/app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el @@ -0,0 +1,4 @@ +;;; emacs-ccls site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") + diff --git a/app-emacs/emacs-ccls/metadata.xml b/app-emacs/emacs-ccls/metadata.xml new file mode 100644 index 000000000000..74b5b8fa6ecb --- /dev/null +++ b/app-emacs/emacs-ccls/metadata.xml @@ -0,0 +1,12 @@ + + + + + sam@gentoo.org + Sam James + + + + emacs-lsp/emacs-ccls + +