summaryrefslogtreecommitdiff
path: root/app-emacs/redo+/redo+-1.19.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/redo+/redo+-1.19.ebuild')
-rw-r--r--app-emacs/redo+/redo+-1.19.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/redo+/redo+-1.19.ebuild b/app-emacs/redo+/redo+-1.19.ebuild
deleted file mode 100644
index 2a45fa52a8b4..000000000000
--- a/app-emacs/redo+/redo+-1.19.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Redo/undo system for Emacs"
-HOMEPAGE="https://www.emacswiki.org/emacs/RedoPlus
- https://www11.atwiki.jp/s-irie/pages/18.html"
-# taken from http://www.emacswiki.org/emacs/${PN}.el
-SRC_URI="https://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."