# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/setnu/setnu-1.06.ebuild,v 1.4 2005/10/24 14:56:50 josejx Exp $ inherit elisp DESCRIPTION="Display line numbers in Emacs buffers" HOMEPAGE="http://www.wonderworks.com/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="virtual/emacs" SITEFILE=50setnu-gentoo.el src_compile() { emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el } src_install() { elisp-install ${PN} *.el *.elc elisp-site-file-install ${FILESDIR}/${SITEFILE} }