summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-17 21:39:05 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-17 21:39:05 +0200
commit48dd26569e28add912a2e3935f83182c6410dc36 (patch)
treeeeec639c3e67c2e92adb958c84714788571ac394 /app-emacs/js2-mode/js2-mode-20190219.ebuild
parentapp-emacs/fold-dwim: Bump EAPI to 7, update LICENSE. (diff)
downloademacs-48dd26569e28add912a2e3935f83182c6410dc36.tar.gz
emacs-48dd26569e28add912a2e3935f83182c6410dc36.tar.bz2
emacs-48dd26569e28add912a2e3935f83182c6410dc36.zip
app-emacs/js2-mode: Bump to version 20190219.
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/js2-mode/js2-mode-20190219.ebuild')
-rw-r--r--app-emacs/js2-mode/js2-mode-20190219.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/js2-mode/js2-mode-20190219.ebuild b/app-emacs/js2-mode/js2-mode-20190219.ebuild
new file mode 100644
index 0000000..be88958
--- /dev/null
+++ b/app-emacs/js2-mode/js2-mode-20190219.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="An improved JavaScript mode for GNU Emacs"
+HOMEPAGE="https://github.com/mooz/js2-mode/"
+SRC_URI="https://github.com/mooz/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md NEWS.md"
+DOC_CONTENTS="If you want to activate js2-mode automatically for .js files,
+ add the following command to your ~/.emacs file:
+ \n(add-to-list 'auto-mode-alist '(\""'\\\\.js\\\\'"'\" . js2-mode))"