summaryrefslogtreecommitdiff
path: root/app-emacs/js-comint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /app-emacs/js-comint
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'app-emacs/js-comint')
-rw-r--r--app-emacs/js-comint/Manifest4
-rw-r--r--app-emacs/js-comint/files/50js-comint-gentoo.el3
-rw-r--r--app-emacs/js-comint/js-comint-1.2.0.ebuild20
-rw-r--r--app-emacs/js-comint/metadata.xml13
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emacs/js-comint/Manifest b/app-emacs/js-comint/Manifest
new file mode 100644
index 000000000000..642e09c28819
--- /dev/null
+++ b/app-emacs/js-comint/Manifest
@@ -0,0 +1,4 @@
+AUX 50js-comint-gentoo.el 147 BLAKE2B 4387f8be7efbae7096ff61008fd0e460ad97c059c9997ccccdafc235d2c045076523326a6bdce5a026eb667410def1398ba7c5909afdc68429e82575dd077177 SHA512 81d8f67992d1aa5f4c574930dd820b6d283c6c08bcf8db6ceb0a0fe96e952eb9df778e7b9465a729b5647315cacdbfb48fb4ccb273e151b4c330dd2b74d8a2e0
+DIST js-comint-1.2.0.tar.gz 17976 BLAKE2B 972febde9caf78fca1b7d41cc026b3cc4ef442a9177efaf627295d0cd38e998a5615ac8b84e6ce8fee7b00d0cc55cda576d1191d34c95425d71cb27f930ef844 SHA512 85e802a9198b0da00b6d4ba1b20eebd3d78657b325429b882bfb71ff6781e0483457493803494bcd0751c392eb0b631b68dde16f1b682e2d97e6dad9a1d0918f
+EBUILD js-comint-1.2.0.ebuild 463 BLAKE2B daaabdc46a4f8e980214689036cde87d42cab27707ea3d71012f764bb9da3f8af917de49790f4bf646263ed9aaa6fb4dd6a3721fa96bab499932edbf549f7e81 SHA512 3219a3072fdc765bc14c130e69349b6c50dfb51b696d2726af11c267f9be45724a5e88459b94b3f738471bd61ef4d0a89d30f997bfec97cec97b2aeb94895687
+MISC metadata.xml 431 BLAKE2B b524704fc8b658c9bddc7afc8b8b3fc9fe5ea2d6c0510c3d46b1a9ac81605ca6b564171ed00c04ef37e7a361ac70acda76ed5038420792ef6362cff6ecc9db17 SHA512 d5c73a79f9a45cbf49bc57b475f894beef43b15f4f13fce1ca35a64d566c2c399b91b4e4b33c0fd66c8a01158ae26f77cf9a9a96acc8eed1e897c981dccb9390
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>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>