sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / app-emacs / d-mode / d-mode-2.0.10.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp
7
8 DESCRIPTION="Emacs major mode for editing D code"
9 HOMEPAGE="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode
10         https://www.emacswiki.org/emacs/DMode"
11 SRC_URI="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="GPL-2+"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 RESTRICT="test"
17
18 S="${WORKDIR}/Emacs-D-Mode-${PV}"
19 PATCHES=("${FILESDIR}"/${P}-rx-form.patch)
20 SITEFILE="50${PN}-gentoo.el"