Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/files/
Date: Fri, 04 Mar 2016 20:47:32
Message-Id: 1457124438.9cdf8bd9d2fcd8eb854599cf90f05c6a82e4e53b.nimiux@gentoo
1 commit: 9cdf8bd9d2fcd8eb854599cf90f05c6a82e4e53b
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 20:47:18 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 20:47:18 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9cdf8bd9
7
8 x11-wm/stumpwm: Drop old companion files
9
10 .../stumpwm/files/0.9.7-gentoo-fix-asd-deps.patch | 26 ----------------------
11 .../files/0.9.7-gentoo-fix-configure.ac.patch | 12 ----------
12 2 files changed, 38 deletions(-)
13
14 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
15 deleted file mode 100644
16 index a5053ad..0000000
17 --- a/x11-wm/stumpwm/files/0.9.7-gentoo-fix-asd-deps.patch
18 +++ /dev/null
19 @@ -1,26 +0,0 @@
20 -diff --git a/stumpwm.asd b/stumpwm.asd
21 -index a1c095a..8a33834 100644
22 ---- a/stumpwm.asd
23 -+++ b/stumpwm.asd
24 -@@ -4,13 +4,6 @@
25 - (:use :cl :asdf))
26 - (in-package :stumpwm-system)
27 -
28 --;; This is a hack for debian because it calls cmucl's clx
29 --;; cmucl-clx. *very* annoying. I don't actually know if debian still
30 --;; does this.
31 --#+cmu (progn
32 -- (ignore-errors (require :cmucl-clx))
33 -- (ignore-errors (require :clx)))
34 --
35 - (defsystem :stumpwm
36 - :name "StumpWM"
37 - :author "Shawn Betts <sabetts@××××××.ca>"
38 -@@ -53,5 +46,6 @@
39 - (:file "stumpwm")
40 - ;; keep this last so it always gets recompiled if
41 - ;; anything changes
42 -- (:file "version")))
43 -+ (:file "version"))
44 -+ :perform (load-op :before (op c) #+cmu (require :clx)))
45 -
46
47 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
48 deleted file mode 100644
49 index 3852ac0..0000000
50 --- a/x11-wm/stumpwm/files/0.9.7-gentoo-fix-configure.ac.patch
51 +++ /dev/null
52 @@ -1,12 +0,0 @@
53 -diff --git a/configure.ac b/configure.ac
54 -index 640e41b..8a27e4e 100644
55 ---- a/configure.ac
56 -+++ b/configure.ac
57 -@@ -122,4 +122,5 @@ fi
58 - AC_OUTPUT(Makefile)
59 - AC_OUTPUT(make-image.lisp)
60 - AC_OUTPUT(version.lisp)
61 --AC_OUTPUT(module.lisp)
62 -\ No newline at end of file
63 -+AC_OUTPUT(module.lisp)
64 -+AC_OUTPUT(stumpwm.texi)