# 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 RDEPEND="app-emacs/haml-mode dev-ruby/sass" # Needs access to sass command if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="git://github.com/antonj/scss-mode.git" inherit git-2 else SRC_URI="http://localhost/files/${P}.tar.gz" fi DESCRIPTION="A major mode for GNU Emacs for editing SCSS files" HOMEPAGE="http://github.com/antonj/scss-mode/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" #src_compile() { # emake # if [[ ${PV} = 9999 ]]; then # emake info # fi #} DOCS="README.org" SITEFILE="50${PN}-gentoo.el"