app-emacs/lyskom-elisp-client: x86 stable wrt bug #715296
[gentoo.git] / app-emacs / redo+ / redo+-1.19.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit readme.gentoo elisp
7
8 DESCRIPTION="Redo/undo system for Emacs"
9 HOMEPAGE="https://www.emacswiki.org/emacs/RedoPlus
10         https://www11.atwiki.jp/s-irie/pages/18.html"
11 # taken from http://www.emacswiki.org/emacs/${PN}.el
12 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
13
14 LICENSE="GPL-2+"
15 SLOT="0"
16 KEYWORDS="~alpha amd64 x86"
17
18 SITEFILE="50${PN}-gentoo.el"
19 DOC_CONTENTS="Add \"(require 'redo+)\" to your ~/.emacs file
20         to enable the redo/undo system."