commit:     9f23576ad748caba1f6c2e35f52dc982b9a1a5e5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 15:26:53 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May  9 15:28:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f23576a

app-emacs/js-comint: new package; add version 1.2.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/js-comint/Manifest                    |  1 +
 app-emacs/js-comint/files/50js-comint-gentoo.el |  3 +++
 app-emacs/js-comint/js-comint-1.2.0.ebuild      | 20 ++++++++++++++++++++
 app-emacs/js-comint/metadata.xml                | 13 +++++++++++++
 4 files changed, 37 insertions(+)

diff --git a/app-emacs/js-comint/Manifest b/app-emacs/js-comint/Manifest
new file mode 100644
index 000000000000..86f55ca63dc4
--- /dev/null
+++ b/app-emacs/js-comint/Manifest
@@ -0,0 +1 @@
+DIST js-comint-1.2.0.tar.gz 17976 BLAKE2B 
972febde9caf78fca1b7d41cc026b3cc4ef442a9177efaf627295d0cd38e998a5615ac8b84e6ce8fee7b00d0cc55cda576d1191d34c95425d71cb27f930ef844
 SHA512 
85e802a9198b0da00b6d4ba1b20eebd3d78657b325429b882bfb71ff6781e0483457493803494bcd0751c392eb0b631b68dde16f1b682e2d97e6dad9a1d0918f

diff --git a/app-emacs/js-comint/files/50js-comint-gentoo.el 
b/app-emacs/js-comint/files/50js-comint-gentoo.el
new file mode 100644
index 000000000000..42df4360c213
--- /dev/null
+++ b/app-emacs/js-comint/files/50js-comint-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'js-comint-start-or-switch-to-repl "js-comint"
+  "Start a new repl or switch to existing repl." t)

diff --git a/app-emacs/js-comint/js-comint-1.2.0.ebuild 
b/app-emacs/js-comint/js-comint-1.2.0.ebuild
new file mode 100644
index 000000000000..4996400ce15f
--- /dev/null
+++ b/app-emacs/js-comint/js-comint-1.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Run a JavaScript interpreter in an Emacs inferior process window"
+HOMEPAGE="https://github.com/redguardtoo/js-comint/";
+SRC_URI="https://github.com/redguardtoo/${PN}/archive/${PV}.tar.gz
+                       -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/js-comint/metadata.xml b/app-emacs/js-comint/metadata.xml
new file mode 100644
index 000000000000..d08ca424f201
--- /dev/null
+++ b/app-emacs/js-comint/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo GNU Emacs project</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/redguardtoo/js-comint/issues/</bugs-to>
+    <remote-id type="github">redguardtoo/js-comint</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to