diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-20 15:28:57 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-20 15:32:41 +0200 |
commit | 1ae0125ec4558aa8aeae2ff44918702cbb74c35f (patch) | |
tree | c289ad1601a9fff9a23b04a360143df736712303 /app-emacs/mic-paren/mic-paren-3.13.ebuild | |
parent | media-tv/mythtv: add gtgui[jpeg] as a (build) dep (diff) | |
download | gentoo-1ae0125ec4558aa8aeae2ff44918702cbb74c35f.tar.gz gentoo-1ae0125ec4558aa8aeae2ff44918702cbb74c35f.tar.bz2 gentoo-1ae0125ec4558aa8aeae2ff44918702cbb74c35f.zip |
app-emacs/mic-paren: Downgrade to version 3.13
Version 3.15 has problems with Emacs 27.2, presumably because cl is
not loaded.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/mic-paren/mic-paren-3.13.ebuild')
-rw-r--r-- | app-emacs/mic-paren/mic-paren-3.13.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/mic-paren/mic-paren-3.13.ebuild b/app-emacs/mic-paren/mic-paren-3.13.ebuild new file mode 100644 index 000000000000..b596004d84c3 --- /dev/null +++ b/app-emacs/mic-paren/mic-paren-3.13.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Advanced highlighting of matching parentheses" +HOMEPAGE="https://www.gnuvola.org/software/j/mic-paren/ + https://www.emacswiki.org/emacs/MicParen" +# taken from http://www.gnuvola.org/software/j/mic-paren/mic-paren.el +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |