summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@gentoo.org>2024-12-16 16:17:04 +0100
committerArsen Arsenović <arsen@gentoo.org>2024-12-16 20:32:20 +0100
commita0303e473c4edfa94249fb7a8f18e49cb49bb2da (patch)
tree516e1c6dc8cfb4142c9ae260f1cd70d2d47c4d74 /app-emacs
parentx11-apps/igt-gpu-tools: Version bump to 1.30 (diff)
downloadgentoo-a0303e473c4edfa94249fb7a8f18e49cb49bb2da.tar.gz
gentoo-a0303e473c4edfa94249fb7a8f18e49cb49bb2da.tar.bz2
gentoo-a0303e473c4edfa94249fb7a8f18e49cb49bb2da.zip
app-emacs/jsonrpc: new package, add 1.0.25
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/jsonrpc/Manifest1
-rw-r--r--app-emacs/jsonrpc/jsonrpc-1.0.25.ebuild17
-rw-r--r--app-emacs/jsonrpc/metadata.xml30
3 files changed, 48 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>arsen@gentoo.org</email>
+ <description>Arsen Arsenović</description>
+ </maintainer>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <description>Sam James</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <!-- lisp/jsonrpc.el -->
+ <remote-id type="savannah">emacs</remote-id>
+ </upstream>
+ <longdescription>
+ 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.
+ </longdescription>
+</pkgmetadata>