From bd4aeefe33e63f613512604e47bfca7b2187697d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Nov 2019 16:06:58 +0000 Subject: gentoo resync : 03.11.2019 --- app-emacs/folding/folding-2019.0524.1621.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app-emacs/folding/folding-2019.0524.1621.ebuild (limited to 'app-emacs/folding/folding-2019.0524.1621.ebuild') diff --git a/app-emacs/folding/folding-2019.0524.1621.ebuild b/app-emacs/folding/folding-2019.0524.1621.ebuild new file mode 100644 index 000000000000..6a61c1ef18be --- /dev/null +++ b/app-emacs/folding/folding-2019.0524.1621.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +MY_PN="project-emacs--${PN}-mode" +COMMIT="a1361aa154b27bd4db2e1cfe6c3b81b4fc1fdc9a" + +DESCRIPTION="A folding-editor-like Emacs minor mode" +HOMEPAGE="https://www.emacswiki.org/emacs/FoldingMode" +SRC_URI="https://github.com/jaalto/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86" + +S="${WORKDIR}/${MY_PN}-${COMMIT}" +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="folding.texi" +PATCHES=("${FILESDIR}"/${P}-info-filename.patch) -- cgit v1.2.3