# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ SIMPLE_ELISP=t inherit elisp DESCRIPTION="An improved JavaScript mode for GNU emacs" HOMEPAGE="http://code.google.com/p/js2-mode/" SRC_URI="http://${PN}-mode.googlecode.com/files/${P}.el" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" SITEFILE=50${PN}-gentoo.el # The file is not compressed src_unpack() { cp "${DISTDIR}/${P}.el" "${WORKDIR}/${PN}.el" }