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

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-05-09 17:26:53 +02:00
parent 232c39ebd6
commit 9f23576ad7
4 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST js-comint-1.2.0.tar.gz 17976 BLAKE2B 972febde9caf78fca1b7d41cc026b3cc4ef442a9177efaf627295d0cd38e998a5615ac8b84e6ce8fee7b00d0cc55cda576d1191d34c95425d71cb27f930ef844 SHA512 85e802a9198b0da00b6d4ba1b20eebd3d78657b325429b882bfb71ff6781e0483457493803494bcd0751c392eb0b631b68dde16f1b682e2d97e6dad9a1d0918f

View File

@@ -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)

View File

@@ -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"

View File

@@ -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>gnu-emacs@gentoo.org</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>