From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-lang/gforth/files/50gforth-gentoo.el | 7 ------- dev-lang/gforth/files/gforth-0.7.0-make-elc.patch | 14 -------------- 2 files changed, 21 deletions(-) delete mode 100644 dev-lang/gforth/files/50gforth-gentoo.el delete mode 100644 dev-lang/gforth/files/gforth-0.7.0-make-elc.patch (limited to 'dev-lang/gforth/files') diff --git a/dev-lang/gforth/files/50gforth-gentoo.el b/dev-lang/gforth/files/50gforth-gentoo.el deleted file mode 100644 index b2be92698bbb..000000000000 --- a/dev-lang/gforth/files/50gforth-gentoo.el +++ /dev/null @@ -1,7 +0,0 @@ - -;;; gforth site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") - -(autoload 'forth-mode "gforth" "Autoload for `forth-mode'." t) -(autoload 'run-forth "gforth" "Autoload for `run-forth'." t) diff --git a/dev-lang/gforth/files/gforth-0.7.0-make-elc.patch b/dev-lang/gforth/files/gforth-0.7.0-make-elc.patch deleted file mode 100644 index fa558407c258..000000000000 --- a/dev-lang/gforth/files/gforth-0.7.0-make-elc.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- gforth-0.7.0-orig/Makefile.in -+++ gforth-0.7.0/Makefile.in -@@ -430,7 +430,10 @@ - - ENGINES_FAST = gforth-fast$(OPT)$(EC)$(EXE) #gforth-native$(OPT)$(EC)$(EXE) - --GEN = $(ENGINES) $(ENGINES_FAST) gforth.elc -+GEN = $(ENGINES) $(ENGINES_FAST) -+ifneq ($(emacssitelispdir), no) -+GEN += gforth.elc -+endif - - # things that need a working forth system to be generated - FORTH_GEN_ENGINE=engine/prim.i engine/prim_lab.i engine/prim_names.i \ -- cgit v1.2.3