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