app-emacs/lyskom-elisp-client: x86 stable wrt bug #715296
[gentoo.git] / app-emacs / mmm-mode / mmm-mode-0.5.7.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 DESCRIPTION="Enables the user to edit different parts of a file in different major modes"
9 HOMEPAGE="http://mmm-mode.sourceforge.net/"
10 SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-2+ Texinfo-manual"
13 SLOT="0"
14 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
15
16 BDEPEND="sys-apps/texinfo"
17
18 PATCHES=("${FILESDIR}"/${P}-texinfo-encoding.patch)
19 SITEFILE="50${PN}-gentoo.el"
20 ELISP_TEXINFO="mmm.texinfo"
21 DOCS="AUTHORS FAQ NEWS README README.Mason TODO"