commit: 9cdf8bd9d2fcd8eb854599cf90f05c6a82e4e53b Author: Chema Alonso <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Mar 4 20:47:18 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Mar 4 20:47:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9cdf8bd9
x11-wm/stumpwm: Drop old companion files .../stumpwm/files/0.9.7-gentoo-fix-asd-deps.patch | 26 ---------------------- .../files/0.9.7-gentoo-fix-configure.ac.patch | 12 ---------- 2 files changed, 38 deletions(-) diff --git a/x11-wm/stumpwm/files/0.9.7-gentoo-fix-asd-deps.patch b/x11-wm/stumpwm/files/0.9.7-gentoo-fix-asd-deps.patch deleted file mode 100644 index a5053ad..0000000 --- a/x11-wm/stumpwm/files/0.9.7-gentoo-fix-asd-deps.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/stumpwm.asd b/stumpwm.asd -index a1c095a..8a33834 100644 ---- a/stumpwm.asd -+++ b/stumpwm.asd -@@ -4,13 +4,6 @@ - (:use :cl :asdf)) - (in-package :stumpwm-system) - --;; This is a hack for debian because it calls cmucl's clx --;; cmucl-clx. *very* annoying. I don't actually know if debian still --;; does this. --#+cmu (progn -- (ignore-errors (require :cmucl-clx)) -- (ignore-errors (require :clx))) -- - (defsystem :stumpwm - :name "StumpWM" - :author "Shawn Betts <[email protected]>" -@@ -53,5 +46,6 @@ - (:file "stumpwm") - ;; keep this last so it always gets recompiled if - ;; anything changes -- (:file "version"))) -+ (:file "version")) -+ :perform (load-op :before (op c) #+cmu (require :clx))) - diff --git a/x11-wm/stumpwm/files/0.9.7-gentoo-fix-configure.ac.patch b/x11-wm/stumpwm/files/0.9.7-gentoo-fix-configure.ac.patch deleted file mode 100644 index 3852ac0..0000000 --- a/x11-wm/stumpwm/files/0.9.7-gentoo-fix-configure.ac.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 640e41b..8a27e4e 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -122,4 +122,5 @@ fi - AC_OUTPUT(Makefile) - AC_OUTPUT(make-image.lisp) - AC_OUTPUT(version.lisp) --AC_OUTPUT(module.lisp) -\ No newline at end of file -+AC_OUTPUT(module.lisp) -+AC_OUTPUT(stumpwm.texi)
