diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2023-03-30 23:46:32 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2023-03-30 23:46:32 -0400 |
commit | c3c0be73ec057ae3f1c5fe7dc73be5a281121fda (patch) | |
tree | 1b59a0031b111bb522330c252c710f2ed9fbde10 /dev-lisp/cl-str/files | |
parent | a228504f97982efac0df2f7b94156b143572c840 (diff) | |
download | ebuilds-c3c0be73ec057ae3f1c5fe7dc73be5a281121fda.tar.gz |
removed unneeded and unmaintained packages
Diffstat (limited to 'dev-lisp/cl-str/files')
-rw-r--r-- | dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch b/dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch deleted file mode 100644 index 262dedb..0000000 --- a/dev-lisp/cl-str/files/remove-uiop-read-from-asd-file.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/str.asd b/str.asd -index 90d96dc..8c89fcf 100644 ---- a/str.asd -+++ b/str.asd -@@ -13,8 +13,4 @@ - :cl-ppcre-unicode - :cl-change-case) - :components ((:file "str")) -- -- :long-description -- #.(uiop:read-file-string -- (uiop:subpathname *load-pathname* "README.md")) - :in-order-to ((test-op (test-op :str.test)))) |