javascript-2.2.1.ebuild 491 B

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