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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 052D815802C for ; Mon, 16 Dec 2024 19:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E15BE07C5; Mon, 16 Dec 2024 19:34:45 +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 499ABE07C5 for ; Mon, 16 Dec 2024 19:34:44 +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 3BA2F3406D1 for ; Mon, 16 Dec 2024 19:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66CB616A1 for ; Mon, 16 Dec 2024 19:34:41 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1734377540.a0303e473c4edfa94249fb7a8f18e49cb49bb2da.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/jsonrpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/jsonrpc/Manifest app-emacs/jsonrpc/jsonrpc-1.0.25.ebuild app-emacs/jsonrpc/metadata.xml X-VCS-Directories: app-emacs/jsonrpc/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: a0303e473c4edfa94249fb7a8f18e49cb49bb2da X-VCS-Branch: master Date: Mon, 16 Dec 2024 19:34:41 +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: 855a5e90-68ce-439c-9db8-3e689a400a49 X-Archives-Hash: 9c2920b4aac97945f35b705b3a06562b commit: a0303e473c4edfa94249fb7a8f18e49cb49bb2da Author: Arsen Arsenović gentoo org> AuthorDate: Mon Dec 16 15:17:04 2024 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Mon Dec 16 19:32:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0303e47 app-emacs/jsonrpc: new package, add 1.0.25 Signed-off-by: Arsen Arsenović gentoo.org> app-emacs/jsonrpc/Manifest | 1 + app-emacs/jsonrpc/jsonrpc-1.0.25.ebuild | 17 +++++++++++++++++ app-emacs/jsonrpc/metadata.xml | 30 ++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/app-emacs/jsonrpc/Manifest b/app-emacs/jsonrpc/Manifest new file mode 100644 index 000000000000..d155a28f3a3a --- /dev/null +++ b/app-emacs/jsonrpc/Manifest @@ -0,0 +1 @@ +DIST jsonrpc-1.0.25.tar.xz 13280 BLAKE2B 21d59d4e917224836168c33c991fdd08152cd8749c41f693282a5149d908fd96253ad25e2a32caeb44f774126dbebff932a7a5b55aa5ee92255ae975608ffb0a SHA512 8195a7b8bc8477bb5b4a8c168f9855f9d73c6ff807158d7e4ebad43d3b778b76a60c5f049c6ebe6d6cc3f0a98c23aeef69e907ed43f2ec73b6c2bb41aab23957 diff --git a/app-emacs/jsonrpc/jsonrpc-1.0.25.ebuild b/app-emacs/jsonrpc/jsonrpc-1.0.25.ebuild new file mode 100644 index 000000000000..eeeadcbb0883 --- /dev/null +++ b/app-emacs/jsonrpc/jsonrpc-1.0.25.ebuild @@ -0,0 +1,17 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=25.2 + +inherit elisp + +DESCRIPTION="JSON-RPC library (GNU ELPA release, also part of Emacs)" +HOMEPAGE="https://elpa.gnu.org/packages/jsonrpc.html" +SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +ELISP_REMOVE=jsonrpc-pkg.el diff --git a/app-emacs/jsonrpc/metadata.xml b/app-emacs/jsonrpc/metadata.xml new file mode 100644 index 000000000000..9b95fb911351 --- /dev/null +++ b/app-emacs/jsonrpc/metadata.xml @@ -0,0 +1,30 @@ + + + + + arsen@gentoo.org + Arsen Arsenović + + + sam@gentoo.org + Sam James + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + + emacs + + + This library implements the JSONRPC 2.0 specification as described + in https://www.jsonrpc.org/. As the name suggests, JSONRPC is a + generic Remote Procedure Call protocol designed around JSON objects. + To learn how to write JSONRPC programs with this library, see Info + node `(elisp)JSONRPC'." + + This library was originally extracted from eglot.el, an Emacs LSP + client, which you should see for an example usage. + +