app-emacs/ebuild-mode: ppc stable wrt bug #706066
[gentoo.git] / app-emacs / scss-mode / scss-mode-0.5.0_p20150107.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp
7
8 COMMIT="b010d134f499c4b4ad33fe8a669a81e9a531b0b2"
9 DESCRIPTION="Major mode for editing SCSS files in Emacs"
10 HOMEPAGE="https://github.com/antonj/scss-mode"
11 SRC_URI="https://github.com/antonj/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="GPL-2+"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16
17 RDEPEND="dev-ruby/sass"
18
19 S="${WORKDIR}/${PN}-${COMMIT}"
20 SITEFILE="50${PN}-gentoo.el"
21 DOCS="README.org"