Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/js2-mode/
Date: Sat, 17 Aug 2019 22:08:56
Message-Id: 1566070784.bd46133c128fb23aeb66ba426d0513099d121a81.ulm@gentoo
1 commit: bd46133c128fb23aeb66ba426d0513099d121a81
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 19:39:44 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 19:39:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=bd46133c
7
8 app-emacs/js2-mode: Remove old.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/js2-mode/Manifest | 2 --
14 app-emacs/js2-mode/js2-mode-20080616a.ebuild | 28 ----------------------------
15 app-emacs/js2-mode/js2-mode-20090723b.ebuild | 28 ----------------------------
16 3 files changed, 58 deletions(-)
17
18 diff --git a/app-emacs/js2-mode/Manifest b/app-emacs/js2-mode/Manifest
19 index 2a6db77..781bc24 100644
20 --- a/app-emacs/js2-mode/Manifest
21 +++ b/app-emacs/js2-mode/Manifest
22 @@ -1,3 +1 @@
23 -DIST js2-20080616a.el.bz2 79954 BLAKE2B def91519fb71dd0fe13ddebd8f4f0b46475b9bad7a7cfc1c8fd52cdcdd253f0f0d78136933a217279f846f88f8a61da1f39dc8904051177511933d7ea300d325 SHA512 9b20e2410fea5ae39ec3ebf0cf6f082c10717ec10c777ad5e9327c458a512431850b80f4b2e81b7ad132da5dc7f92f8b5d3ab32b035f03213bed2ea1a141a2d8
24 -DIST js2-20090723b.el.bz2 83057 BLAKE2B fd8aadebf548a5b44f0098be7072e88b1b4e9dd9caaf69f43e16eb8bbeaebbf15cf80f7a6aa1d2006b53f5648b9a465f07005789052c46632c3efd4f421b59f0 SHA512 87b06f27f11e8f11ce3d847f13f7742ef6070a05059e4b7cefa61d1e0469aacd2c38d80b3d122a8042ca283481207611f9be8e9e334589493068fdea1cbb35c2
25 DIST js2-mode-20190219.tar.gz 159284 BLAKE2B bbbcda7573a06ad7b52963857082965d20fec16b42b9d69433628088c584a4925efbfd6c27d94efd3499032d4d8987d4c4ad4c7b7f8fb01197b973cae882ab3a SHA512 09d2d06d31f220ecf3c1cda0a73594a1df2fe807a758a3b50a5a343f6d466c353e63961bddc0f3141fd95b7f3d37c9a15eb5f7ed5b30d508acfd7b5620c25ce3
26
27 diff --git a/app-emacs/js2-mode/js2-mode-20080616a.ebuild b/app-emacs/js2-mode/js2-mode-20080616a.ebuild
28 deleted file mode 100644
29 index 7486ba0..0000000
30 --- a/app-emacs/js2-mode/js2-mode-20080616a.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2009 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="An improved JavaScript mode for GNU Emacs"
39 -HOMEPAGE="http://code.google.com/p/js2-mode/"
40 -# taken from http://${PN}.googlecode.com/files/js2-${PV}.el"
41 -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/js2-${PV}.el.bz2"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~ppc ~x86"
46 -IUSE=""
47 -
48 -SITEFILE="50${PN}-gentoo.el"
49 -
50 -src_unpack() {
51 - unpack ${A}
52 - mv js2-${PV}.el ${PN}.el
53 -}
54 -
55 -pkg_postinst() {
56 - elisp-site-regen
57 - elog "If you want to activate js2-mode automatically for .js files,"
58 - elog "add the following command to your ~/.emacs file:"
59 - elog "(add-to-list 'auto-mode-alist '(\""'\\\\.js\\\\'"'\" . js2-mode))"
60 -}
61
62 diff --git a/app-emacs/js2-mode/js2-mode-20090723b.ebuild b/app-emacs/js2-mode/js2-mode-20090723b.ebuild
63 deleted file mode 100644
64 index 156358e..0000000
65 --- a/app-emacs/js2-mode/js2-mode-20090723b.ebuild
66 +++ /dev/null
67 @@ -1,28 +0,0 @@
68 -# Copyright 1999-2010 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -inherit elisp
72 -
73 -DESCRIPTION="An improved JavaScript mode for GNU Emacs"
74 -HOMEPAGE="http://code.google.com/p/js2-mode/"
75 -# taken from http://${PN}.googlecode.com/files/js2-${PV}.el"
76 -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/js2-${PV}.el.bz2"
77 -
78 -LICENSE="GPL-2"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~ppc ~x86"
81 -IUSE=""
82 -
83 -SITEFILE="50${PN}-gentoo.el"
84 -
85 -src_unpack() {
86 - unpack ${A}
87 - mv js2-${PV}.el ${PN}.el
88 -}
89 -
90 -pkg_postinst() {
91 - elisp-site-regen
92 - elog "If you want to activate js2-mode automatically for .js files,"
93 - elog "add the following command to your ~/.emacs file:"
94 - elog "(add-to-list 'auto-mode-alist '(\""'\\\\.js\\\\'"'\" . js2-mode))"
95 -}