# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 NEED_EMACS=23 # Haven't tested < v23 inherit elisp if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="git://github.com/nex3/haml-mode.git" inherit git-2 else SRC_URI="http://localhost/files/${P}.tar.gz" fi DESCRIPTION="A major mode for GNU Emacs for editing HAML files" HOMEPAGE="http://github.com/nex3/haml-mode/trunk/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" #src_compile() { # emake # if [[ ${PV} = 9999 ]]; then # emake info # fi #} #DOCS="README Changes" SITEFILE="50${PN}-gentoo.el"