summaryrefslogtreecommitdiff
blob: 83ba98270adbf51261141442a6db58aa2b412e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/javascript/javascript-2.2.1.ebuild,v 1.1 2009/10/15 21:42:59 ulm Exp $

inherit elisp

DESCRIPTION="Major mode for editing JavaScript source text"
HOMEPAGE="http://www.brgeight.se/
	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"