diff --git a/app-emacs/js-comint/Manifest b/app-emacs/js-comint/Manifest new file mode 100644 index 0000000000000..86f55ca63dc46 --- /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 0000000000000..42df4360c213c --- /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 0000000000000..4996400ce15fe --- /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 0000000000000..d08ca424f201c --- /dev/null +++ b/app-emacs/js-comint/metadata.xml @@ -0,0 +1,13 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + https://github.com/redguardtoo/js-comint/issues/ + redguardtoo/js-comint + +