123456789101112131415161718 |
- # Copyright 1999-2011 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- inherit elisp
- DESCRIPTION="Major mode for editing JavaScript source text"
- HOMEPAGE="http://www.karllandstrom.se/emacs_modes.php
- http://www.emacswiki.org/emacs/JavaScriptMode"
- # taken from http://www.brgeight.se/downloads/emacs/javascript.el
- SRC_URI="mirror://gentoo/${P}.el.bz2"
- LICENSE="GPL-2"
- SLOT="0"
- KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
- IUSE=""
- SITEFILE="50${PN}-gentoo.el"
|