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-change-case/files/remove-uiop-read-file-from-asd.patch | |
parent | a228504f97982efac0df2f7b94156b143572c840 (diff) | |
download | ebuilds-c3c0be73ec057ae3f1c5fe7dc73be5a281121fda.tar.gz |
removed unneeded and unmaintained packages
Diffstat (limited to 'dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch')
-rw-r--r-- | dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch b/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch deleted file mode 100644 index 80f6b77..0000000 --- a/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/cl-change-case.asd b/cl-change-case.asd -index 772f112..ff699b5 100644 ---- a/cl-change-case.asd -+++ b/cl-change-case.asd -@@ -1,7 +1,7 @@ - ;;; cl-change-case.asd - - (defsystem "cl-change-case" -- :version (:read-file-line "version") -+ :version "0.2.0" - :author "Sebastian Christ" - :mailto "rudolfo.christ@gmail.com" - :license "LLGPL" |