# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 NEED_EMACS=22 inherit elisp git-2 EGIT_REPO_URI="git://github.com/pft/mingus" DESCRIPTION="Mingus interfaces mpd (the Music Player Daemon) in emacs." HOMEPAGE="https://github.com/pft/mingus" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DOCS="README*" SITEFILE="50${PN}-gentoo.el" src_compile() { elisp-make-autoload-file libmdee.el || die elisp-compile libmdee.el || die elisp-compile mingus.el || die # mingus-stays-home.el has compile problems for now }