summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorChema Alonso <nimiux@gentoo.org>2016-03-04 21:47:18 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-09 22:33:47 +0100
commit7fb702a9677a413d65d08396c3ffce9a62907834 (patch)
tree35378db48fef85bd96d9385327e3602a6c28cfc2 /x11-wm
parentx11-wm/stumpwm: Add metadata and contrib modules (diff)
downloadlisp-7fb702a9677a413d65d08396c3ffce9a62907834.tar.gz
lisp-7fb702a9677a413d65d08396c3ffce9a62907834.tar.bz2
lisp-7fb702a9677a413d65d08396c3ffce9a62907834.zip
x11-wm/stumpwm: Drop old companion files
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/stumpwm/files/0.9.7-gentoo-fix-asd-deps.patch26
-rw-r--r--x11-wm/stumpwm/files/0.9.7-gentoo-fix-configure.ac.patch12
2 files changed, 0 insertions, 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 a5053ad3..00000000
--- 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 <sabetts@vcn.bc.ca>"
-@@ -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 3852ac0a..00000000
--- 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)