app-emacs/zenburn: Bump EAPI to 7.
[gentoo.git] / app-emacs / zenburn / zenburn-20110907-r1.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 readme.gentoo-r1
7
8 COMMIT="2b0672b04ef3e95c25f849dceb10d669296a188b"
9 DESCRIPTION="Zenburn color theme for Emacs"
10 HOMEPAGE="https://web.archive.org/web/20140612104441/http://slinky.imukuppi.org/zenburnpage/
11         https://github.com/dbrock/zenburn-el"
12 SRC_URI="https://github.com/dbrock/${PN}-el/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
13
14 LICENSE="GPL-2+"
15 SLOT="0"
16 KEYWORDS="~amd64 ~x86"
17
18 RDEPEND="app-emacs/color-theme"
19 BDEPEND="${RDEPEND}"
20
21 S="${WORKDIR}/${PN}-el-${COMMIT}"
22 SITEFILE="50${PN}-gentoo.el"
23 DOC_CONTENTS="To enable zenburn by default, initialise it in your ~/.emacs:
24         \n\t(color-theme-zenburn)"