inherit elisp subversion ESVN_REPO_URI="http://distel.googlecode.com/svn/trunk/" ESVN_PROJECT="distel" DESCRIPTION="Distributed Emacs Lisp" HOMEPAGE="http://fresh.homeunix.net/~luke/distel/" SRC_URI="" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/erlang" SITEFILE=50distel-gentoo.el src_compile() { emake || die "emake failed" } src_install() { einstall || die "einstall failed" elisp-site-file-install "${FILESDIR}/${SITEFILE}" }