summaryrefslogtreecommitdiff
path: root/app-emacs/erobot/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/erobot/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/erobot/files')
-rw-r--r--app-emacs/erobot/files/50erobot-gentoo.el4
-rw-r--r--app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch11
2 files changed, 0 insertions, 15 deletions
diff --git a/app-emacs/erobot/files/50erobot-gentoo.el b/app-emacs/erobot/files/50erobot-gentoo.el
deleted file mode 100644
index 9ca415017af3..000000000000
--- a/app-emacs/erobot/files/50erobot-gentoo.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'erobot "erobot" "Starts a game of erobot." t)
-(autoload 'erobot-tour "erobot"
- "Introduction to some of the erobots included in the package." t)
diff --git a/app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch b/app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch
deleted file mode 100644
index 69b195170a85..000000000000
--- a/app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- erobot.el~ 2002-09-28 21:25:39.000000000 +0200
-+++ erobot.el 2007-04-21 11:57:15.000000000 +0200
-@@ -230,7 +230,7 @@
- `erobot-max-turns' has been exceeded, or if the char q is pressed
- while the game is running. When the game ends, the candidates on
- the map are returned in a list."
-- (interactive "i\n\naCandidate A: \naCandidate B: ")
-+ (interactive "aCandidate A: \naCandidate B: ")
- ;; Place candidates on the map and set erobot-candidates
- (setq erobot-candidates nil)
- (erobot-initialize candidates)