summaryrefslogtreecommitdiff
path: root/app-misc/gtypist/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-misc/gtypist/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/gtypist/files')
-rw-r--r--app-misc/gtypist/files/50gtypist-gentoo.el6
-rw-r--r--app-misc/gtypist/files/gtypist-2.8.3-xemacs-compat.patch18
2 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/gtypist/files/50gtypist-gentoo.el b/app-misc/gtypist/files/50gtypist-gentoo.el
deleted file mode 100644
index 8d888d4dcd87..000000000000
--- a/app-misc/gtypist/files/50gtypist-gentoo.el
+++ /dev/null
@@ -1,6 +0,0 @@
-
-;; gtypist site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'gtypist-mode "gtypist-mode" nil t)
-(add-to-list 'auto-mode-alist '("\\.typ\\'" . gtypist-mode))
diff --git a/app-misc/gtypist/files/gtypist-2.8.3-xemacs-compat.patch b/app-misc/gtypist/files/gtypist-2.8.3-xemacs-compat.patch
deleted file mode 100644
index 166a82c48263..000000000000
--- a/app-misc/gtypist/files/gtypist-2.8.3-xemacs-compat.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- gtypist-2.8.3-orig/tools/gtypist-mode.el 2003-09-28 23:35:22.000000000 +0200
-+++ gtypist-2.8.3/tools/gtypist-mode.el 2007-04-21 14:49:16.000000000 +0200
-@@ -95,7 +95,14 @@
-
- (require 'font-lock)
- (require 'thingatpt)
--(require 'executable) ;; executable-find
-+
-+(eval-and-compile
-+ (cond
-+ ((fboundp 'executable-find))
-+ ((fboundp 'locate-file)
-+ (defun executable-find (command)
-+ (locate-file command exec-path nil 'executable)))
-+ (t (require 'executable))))
-
- (defvar gtypist-mode-syntax-table nil "Syntax-table for gtypist-mode.")
- (unless gtypist-mode-syntax-table