summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-17 21:39:44 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-17 21:39:44 +0200
commitbd46133c128fb23aeb66ba426d0513099d121a81 (patch)
tree6cfad81220145353a10f84fefc68bd6d93037cd9 /app-emacs/js2-mode
parentapp-emacs/js2-mode: Bump to version 20190219. (diff)
downloademacs-bd46133c128fb23aeb66ba426d0513099d121a81.tar.gz
emacs-bd46133c128fb23aeb66ba426d0513099d121a81.tar.bz2
emacs-bd46133c128fb23aeb66ba426d0513099d121a81.zip
app-emacs/js2-mode: Remove old.
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')
-rw-r--r--app-emacs/js2-mode/Manifest2
-rw-r--r--app-emacs/js2-mode/js2-mode-20080616a.ebuild28
-rw-r--r--app-emacs/js2-mode/js2-mode-20090723b.ebuild28
3 files changed, 0 insertions, 58 deletions
diff --git a/app-emacs/js2-mode/Manifest b/app-emacs/js2-mode/Manifest
index 2a6db77..781bc24 100644
--- a/app-emacs/js2-mode/Manifest
+++ b/app-emacs/js2-mode/Manifest
@@ -1,3 +1 @@
-DIST js2-20080616a.el.bz2 79954 BLAKE2B def91519fb71dd0fe13ddebd8f4f0b46475b9bad7a7cfc1c8fd52cdcdd253f0f0d78136933a217279f846f88f8a61da1f39dc8904051177511933d7ea300d325 SHA512 9b20e2410fea5ae39ec3ebf0cf6f082c10717ec10c777ad5e9327c458a512431850b80f4b2e81b7ad132da5dc7f92f8b5d3ab32b035f03213bed2ea1a141a2d8
-DIST js2-20090723b.el.bz2 83057 BLAKE2B fd8aadebf548a5b44f0098be7072e88b1b4e9dd9caaf69f43e16eb8bbeaebbf15cf80f7a6aa1d2006b53f5648b9a465f07005789052c46632c3efd4f421b59f0 SHA512 87b06f27f11e8f11ce3d847f13f7742ef6070a05059e4b7cefa61d1e0469aacd2c38d80b3d122a8042ca283481207611f9be8e9e334589493068fdea1cbb35c2
DIST js2-mode-20190219.tar.gz 159284 BLAKE2B bbbcda7573a06ad7b52963857082965d20fec16b42b9d69433628088c584a4925efbfd6c27d94efd3499032d4d8987d4c4ad4c7b7f8fb01197b973cae882ab3a SHA512 09d2d06d31f220ecf3c1cda0a73594a1df2fe807a758a3b50a5a343f6d466c353e63961bddc0f3141fd95b7f3d37c9a15eb5f7ed5b30d508acfd7b5620c25ce3
diff --git a/app-emacs/js2-mode/js2-mode-20080616a.ebuild b/app-emacs/js2-mode/js2-mode-20080616a.ebuild
deleted file mode 100644
index 7486ba0..0000000
--- a/app-emacs/js2-mode/js2-mode-20080616a.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit elisp
-
-DESCRIPTION="An improved JavaScript mode for GNU Emacs"
-HOMEPAGE="http://code.google.com/p/js2-mode/"
-# taken from http://${PN}.googlecode.com/files/js2-${PV}.el"
-SRC_URI="http://dev.gentoo.org/~ulm/distfiles/js2-${PV}.el.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_unpack() {
- unpack ${A}
- mv js2-${PV}.el ${PN}.el
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "If you want to activate js2-mode automatically for .js files,"
- elog "add the following command to your ~/.emacs file:"
- elog "(add-to-list 'auto-mode-alist '(\""'\\\\.js\\\\'"'\" . js2-mode))"
-}
diff --git a/app-emacs/js2-mode/js2-mode-20090723b.ebuild b/app-emacs/js2-mode/js2-mode-20090723b.ebuild
deleted file mode 100644
index 156358e..0000000
--- a/app-emacs/js2-mode/js2-mode-20090723b.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit elisp
-
-DESCRIPTION="An improved JavaScript mode for GNU Emacs"
-HOMEPAGE="http://code.google.com/p/js2-mode/"
-# taken from http://${PN}.googlecode.com/files/js2-${PV}.el"
-SRC_URI="http://dev.gentoo.org/~ulm/distfiles/js2-${PV}.el.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_unpack() {
- unpack ${A}
- mv js2-${PV}.el ${PN}.el
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "If you want to activate js2-mode automatically for .js files,"
- elog "add the following command to your ~/.emacs file:"
- elog "(add-to-list 'auto-mode-alist '(\""'\\\\.js\\\\'"'\" . js2-mode))"
-}