summaryrefslogtreecommitdiff
path: root/app-emacs/regress/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/regress/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/regress/files')
-rw-r--r--app-emacs/regress/files/1.5.1-regress.el-gentoo.patch11
-rw-r--r--app-emacs/regress/files/50regress-gentoo.el5
2 files changed, 0 insertions, 16 deletions
diff --git a/app-emacs/regress/files/1.5.1-regress.el-gentoo.patch b/app-emacs/regress/files/1.5.1-regress.el-gentoo.patch
deleted file mode 100644
index a66081ed759c..000000000000
--- a/app-emacs/regress/files/1.5.1-regress.el-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- regress-1.5.1.orig/regress.el 2005-06-29 12:53:39.000000000 -0500
-+++ regress-1.5.1/regress.el 2005-06-30 10:11:38.000000000 -0500
-@@ -114,6 +114,8 @@
- ;; regression test fails and FAILURE-INDICATION is non-nil, it will
- ;; be printed along with the results.
-
-+(eval-when-compile
-+ (require 'cl))
-
- ;; Here are some contrived, simple examples. Much of regress.el
- ;; itself contains regression tests. Search for "eval-when-compile",
diff --git a/app-emacs/regress/files/50regress-gentoo.el b/app-emacs/regress/files/50regress-gentoo.el
deleted file mode 100644
index 307bf13f1477..000000000000
--- a/app-emacs/regress/files/50regress-gentoo.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'regress-insert-suite "regress" nil t)
-(autoload 'regress-insert-call "regress" nil t)
-(autoload 'regress-forget "regress" nil t)
-(autoload 'regress "regress" nil t)