From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-misc/gtypist/files/50gtypist-gentoo.el | 6 ------ .../gtypist/files/gtypist-2.8.3-xemacs-compat.patch | 18 ------------------ 2 files changed, 24 deletions(-) delete mode 100644 app-misc/gtypist/files/50gtypist-gentoo.el delete mode 100644 app-misc/gtypist/files/gtypist-2.8.3-xemacs-compat.patch (limited to 'app-misc/gtypist/files') 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 -- cgit v1.2.3