commit:     b5af5ab338b0c61120a8eccfdfec558c3e8663ce
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May 16 06:10:06 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 16 07:36:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5af5ab3

dev-lisp/alexandria: remove unused patch(es)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../files/alexandria-fix-docstrings.patch          | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-lisp/alexandria/files/alexandria-fix-docstrings.patch 
b/dev-lisp/alexandria/files/alexandria-fix-docstrings.patch
deleted file mode 100644
index 747c9e3bf59d..000000000000
--- a/dev-lisp/alexandria/files/alexandria-fix-docstrings.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Nuar a/doc/docstrings.lisp b/doc/docstrings.lisp
---- a/doc/docstrings.lisp      2016-12-11 00:04:21.272877121 +0100
-+++ b/doc/docstrings.lisp      2016-12-11 00:05:03.752876882 +0100
-@@ -718,7 +718,7 @@
-             ;; sbcl.texinfo defines macros that expand @&key and friends to 
&key.
-             (mapcar (lambda (name)
-                       (if (member name lambda-list-keywords)
--                          (format nil "@~A" name)
-+                          (format nil "~A" name)
-                           name))
-                     (lambda-list doc)))))
- 
-@@ -833,11 +833,11 @@
-   (flet ((macro (name)
-                  (let ((string (string-downcase name)))
-                    (format *texinfo-output* "@macro ~A~%~A~%@end macro~%" 
string string))))
--    (macro '&allow-other-keys)
--    (macro '&optional)
--    (macro '&rest)
--    (macro '&key)
--    (macro '&body)))
-+    (macro 'allow-other-keys)
-+    (macro 'optional)
-+    (macro 'rest)
-+    (macro 'key)
-+    (macro 'body)))
- 
- (defun generate-includes (directory packages &key (base-package :cl-user))
-   "Create files in `directory' containing Texinfo markup of all

Reply via email to