# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit elisp IUSE="" DESCRIPTION="Minor mode providing the ability to highlight broken formatting rules" HOMEPAGE="http://www.jpl.org/ftp/pub/elisp/" SRC_URI="mirror://gentoo/${P}.el.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/emacs" EMACS=emacs SITEFILE=70develock-gentoo.el src_compile() { (cd ${WORKDIR} && mkdir -p ${S} && mv ${P}.el ${S}/${PN}.el) || die $EMACS --batch --no-site-file --no-init-file -f batch-byte-compile ${S}/${PN}.el || die }