# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20101103.ebuild,v 1.1 2010/11/21 11:13:48 ulm Exp $ EAPI=4 EGIT_REPO_URI="git://repo.or.cz/anything-config.git" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-2" fi inherit elisp eutils git-2 DESCRIPTION="Open anything - QuickSilver-like candidate-selection framework" HOMEPAGE="http://www.emacswiki.org/emacs/Anything" if [[ $PV != 9999* ]]; then SRC_URI="http://repo.or.cz/w/anything-config.git/snapshot/357077d775967d3ff467deacd519a4714ed379c9.tar.gz" fi LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPENDS="" RDEPENDS="${DEPENDS} !app-emacs/anything-config" SITEFILE="50${PN}-gentoo.el" EMACSFLAGS="${EMACSFLAGS} -L lib" src_compile() { elisp-compile *.el || die elisp-make-autoload-file || die } src_install() { elisp-install ${PN} *.{el,elc} || die elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die }