summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-13 20:46:56 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-13 20:46:56 +0000
commit5fef9770079e02e8673a6a81aaa6d77618af8332 (patch)
tree32345dc9fedb61f8028f0cf1cace06e4dd564f55 /app-emacs/redo+/redo+-1.19.ebuild
parentafter better testing, remove python-3.2 support (diff)
downloadgentoo-2-5fef9770079e02e8673a6a81aaa6d77618af8332.tar.gz
gentoo-2-5fef9770079e02e8673a6a81aaa6d77618af8332.tar.bz2
gentoo-2-5fef9770079e02e8673a6a81aaa6d77618af8332.zip
Initial import, fork of redo. Ebuild and keywords copied from app-emacs/redo.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/redo+/redo+-1.19.ebuild')
-rw-r--r--app-emacs/redo+/redo+-1.19.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/redo+/redo+-1.19.ebuild b/app-emacs/redo+/redo+-1.19.ebuild
new file mode 100644
index 000000000000..259235da017d
--- /dev/null
+++ b/app-emacs/redo+/redo+-1.19.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo+/redo+-1.19.ebuild,v 1.1 2014/02/13 20:46:56 ulm Exp $
+
+EAPI=5
+
+inherit readme.gentoo elisp
+
+DESCRIPTION="Redo/undo system for Emacs"
+HOMEPAGE="http://www.emacswiki.org/emacs/RedoPlus
+ http://www11.atwiki.jp/s-irie/pages/18.html"
+# taken from http://www.emacswiki.org/emacs/${PN}.el
+SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="Add \"(require 'redo+)\" to your ~/.emacs file
+ to enable the redo/undo system."