app-emacs/nxml-gentoo-schemas: arm64 stable (bug #717324)
[gentoo.git] / app-emacs / folding / folding-2019.0524.1621.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 MY_PN="project-emacs--${PN}-mode"
9 COMMIT="a1361aa154b27bd4db2e1cfe6c3b81b4fc1fdc9a"
10
11 DESCRIPTION="A folding-editor-like Emacs minor mode"
12 HOMEPAGE="https://www.emacswiki.org/emacs/FoldingMode"
13 SRC_URI="https://github.com/jaalto/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
14
15 LICENSE="GPL-2+"
16 SLOT="0"
17 KEYWORDS="~alpha amd64 x86"
18
19 S="${WORKDIR}/${MY_PN}-${COMMIT}"
20 SITEFILE="50${PN}-gentoo.el"
21 ELISP_TEXINFO="folding.texi"
22 PATCHES=("${FILESDIR}"/${P}-info-filename.patch)