From 1c51fe0138c203c165534435bd9fe5e0b756d41b Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Fri, 24 Jan 2025 20:21:38 +0200 Subject: [PATCH] gitmodules: Delete unused dependencies. --- .gitmodules | 100 --------------------------------------- _build/circular-streams | 1 - _build/cl-annot | 1 - _build/cl-ansi-text | 1 - _build/cl-fad | 1 - _build/cl-fastcgi | 1 - _build/cl-interpol | 1 - _build/cl-symbol-munger | 1 - _build/cl-syntax | 1 - _build/cl-who | 1 - _build/clack | 1 - _build/eager-future2 | 1 - _build/fare-quasiquote | 1 - _build/fare-utils | 1 - _build/form-fiddle | 1 - _build/http-body | 1 - _build/hunchentoot | 1 - _build/ironclad | 1 - _build/jonathan | 1 - _build/kmrcl | 1 - _build/lack | 1 - _build/let-plus | 1 - _build/md5 | 1 - _build/metabang-bind | 1 - _build/rfc2388 | 1 - _build/trivial-backtrace | 1 - 26 files changed, 125 deletions(-) delete mode 160000 _build/circular-streams delete mode 160000 _build/cl-annot delete mode 160000 _build/cl-ansi-text delete mode 160000 _build/cl-fad delete mode 160000 _build/cl-fastcgi delete mode 160000 _build/cl-interpol delete mode 160000 _build/cl-symbol-munger delete mode 160000 _build/cl-syntax delete mode 160000 _build/cl-who delete mode 160000 _build/clack delete mode 160000 _build/eager-future2 delete mode 160000 _build/fare-quasiquote delete mode 160000 _build/fare-utils delete mode 160000 _build/form-fiddle delete mode 160000 _build/http-body delete mode 160000 _build/hunchentoot delete mode 160000 _build/ironclad delete mode 160000 _build/jonathan delete mode 160000 _build/kmrcl delete mode 160000 _build/lack delete mode 160000 _build/let-plus delete mode 160000 _build/md5 delete mode 160000 _build/metabang-bind delete mode 160000 _build/rfc2388 delete mode 160000 _build/trivial-backtrace diff --git a/.gitmodules b/.gitmodules index 72782fc9616..446c1ebb326 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,10 +6,6 @@ path = _build/bordeaux-threads url = https://github.com/sionescu/bordeaux-threads shallow = true -[submodule "_build/trivial-backtrace"] - path = _build/trivial-backtrace - url = https://github.com/gwkkwg/trivial-backtrace - shallow = true [submodule "_build/calispel"] path = _build/calispel url = https://github.com/hawkir/calispel @@ -18,10 +14,6 @@ path = _build/cl-jpl-util url = https://github.com/hawkir/cl-jpl-util shallow = true -[submodule "_build/eager-future2"] - path = _build/eager-future2 - url = https://gitlab.common-lisp.net/vsedach/eager-future2.git - shallow = true [submodule "_build/trivial-garbage"] path = _build/trivial-garbage url = https://github.com/trivial-garbage/trivial-garbage @@ -102,14 +94,6 @@ path = _build/proc-parse url = https://github.com/fukamachi/proc-parse shallow = true -[submodule "_build/cl-ansi-text"] - path = _build/cl-ansi-text - url = https://github.com/pnathan/cl-ansi-text - shallow = true -[submodule "_build/let-plus"] - path = _build/let-plus - url = https://github.com/sharplispers/let-plus - shallow = true [submodule "_build/anaphora"] path = _build/anaphora url = https://github.com/tokenrove/anaphora @@ -122,18 +106,6 @@ path = _build/smart-buffer url = https://github.com/fukamachi/smart-buffer shallow = true -[submodule "_build/cl-syntax"] - path = _build/cl-syntax - url = https://github.com/m2ym/cl-syntax - shallow = true -[submodule "_build/cl-annot"] - path = _build/cl-annot - url = https://github.com/m2ym/cl-annot - shallow = true -[submodule "_build/cl-interpol"] - path = _build/cl-interpol - url = https://github.com/edicl/cl-interpol - shallow = true [submodule "_build/cl-unicode"] path = _build/cl-unicode url = https://github.com/edicl/cl-unicode @@ -178,66 +150,14 @@ path = _build/trivial-mimes url = https://github.com/Shinmera/trivial-mimes shallow = true -[submodule "_build/cl-fad"] - path = _build/cl-fad - url = https://github.com/edicl/cl-fad/ - shallow = true [submodule "_build/cl-base64"] path = _build/cl-base64 url = https://gitlab.common-lisp.net/nyxt/cl-base64.git shallow = true -[submodule "_build/kmrcl"] - path = _build/kmrcl - url = https://gitlab.common-lisp.net/nyxt/kmrcl.git - shallow = true [submodule "_build/cl-plus-ssl"] path = _build/cl-plus-ssl url = https://github.com/cl-plus-ssl/cl-plus-ssl shallow = true -[submodule "_build/lack"] - path = _build/lack - url = https://github.com/fukamachi/lack - shallow = true -[submodule "_build/circular-streams"] - path = _build/circular-streams - url = https://github.com/fukamachi/circular-streams - shallow = true -[submodule "_build/http-body"] - path = _build/http-body - url = https://github.com/fukamachi/http-body - shallow = true -[submodule "_build/jonathan"] - path = _build/jonathan - url = https://github.com/Rudolph-Miller/jonathan - shallow = true -[submodule "_build/ironclad"] - path = _build/ironclad - url = https://github.com/sharplispers/ironclad/ - shallow = true -[submodule "_build/clack"] - path = _build/clack - url = https://github.com/fukamachi/clack - shallow = true -[submodule "_build/cl-fastcgi"] - path = _build/cl-fastcgi - url = https://github.com/KDr2/cl-fastcgi/ - shallow = true -[submodule "_build/hunchentoot"] - path = _build/hunchentoot - url = https://github.com/edicl/hunchentoot - shallow = true -[submodule "_build/md5"] - path = _build/md5 - url = https://github.com/pmai/md5 - shallow = true -[submodule "_build/rfc2388"] - path = _build/rfc2388 - url = https://github.com/jdz/rfc2388 - shallow = true -[submodule "_build/cl-who"] - path = _build/cl-who - url = https://github.com/edicl/cl-who - shallow = true [submodule "_build/drakma"] path = _build/drakma url = https://github.com/edicl/drakma @@ -274,10 +194,6 @@ path = _build/log4cl url = https://github.com/sharplispers/log4cl shallow = true -[submodule "_build/metabang-bind"] - path = _build/metabang-bind - url = https://github.com/gwkkwg/metabang-bind - shallow = true [submodule "_build/slime"] path = _build/slime url = https://github.com/slime/slime/ @@ -306,10 +222,6 @@ path = _build/trivial-indent url = https://github.com/Shinmera/trivial-indent shallow = true -[submodule "_build/form-fiddle"] - path = _build/form-fiddle - url = https://github.com/Shinmera/form-fiddle - shallow = true [submodule "_build/serapeum"] path = _build/serapeum url = https://github.com/ruricolist/serapeum @@ -322,14 +234,6 @@ path = _build/trivia url = https://github.com/guicho271828/trivia shallow = true -[submodule "_build/fare-quasiquote"] - path = _build/fare-quasiquote - url = https://gitlab.common-lisp.net/frideau/fare-quasiquote.git - shallow = true -[submodule "_build/fare-utils"] - path = _build/fare-utils - url = https://gitlab.common-lisp.net/frideau/fare-utils.git - shallow = true [submodule "_build/optima"] path = _build/optima url = https://github.com/m2ym/optima @@ -526,10 +430,6 @@ path = _build/cl-sqlite url = https://github.com/TeMPOraL/cl-sqlite shallow = true -[submodule "_build/cl-symbol-munger"] - path = _build/cl-symbol-munger - url = https://github.com/AccelerationNet/symbol-munger - shallow = true [submodule "_build/cl-electron"] path = _build/cl-electron url = https://github.com/atlas-engineer/cl-electron/ diff --git a/_build/circular-streams b/_build/circular-streams deleted file mode 160000 index e770bade191..00000000000 --- a/_build/circular-streams +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e770bade1919c5e8533dd2078c93c3d3bbeb38df diff --git a/_build/cl-annot b/_build/cl-annot deleted file mode 160000 index c99e69c15d9..00000000000 --- a/_build/cl-annot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c99e69c15d935eabc671b483349a406e0da9518d diff --git a/_build/cl-ansi-text b/_build/cl-ansi-text deleted file mode 160000 index 8b129d83c75..00000000000 --- a/_build/cl-ansi-text +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8b129d83c7511b54cdd9d4123825a2d06349b25c diff --git a/_build/cl-fad b/_build/cl-fad deleted file mode 160000 index 3f4d32d3aa1..00000000000 --- a/_build/cl-fad +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3f4d32d3aa1093966046d001411a852eb8f4b535 diff --git a/_build/cl-fastcgi b/_build/cl-fastcgi deleted file mode 160000 index de8b49b26de..00000000000 --- a/_build/cl-fastcgi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de8b49b26de9863996ec18db28af8ab7e8ac4e20 diff --git a/_build/cl-interpol b/_build/cl-interpol deleted file mode 160000 index 70a1137f41d..00000000000 --- a/_build/cl-interpol +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 70a1137f41dd8889004dbab9536b1adeac2497aa diff --git a/_build/cl-symbol-munger b/_build/cl-symbol-munger deleted file mode 160000 index e96558e8315..00000000000 --- a/_build/cl-symbol-munger +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e96558e8315b8eef3822be713354787b2348b25e diff --git a/_build/cl-syntax b/_build/cl-syntax deleted file mode 160000 index 03f0c329bbd..00000000000 --- a/_build/cl-syntax +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 03f0c329bbd55b8622c37161e6278366525e2ccc diff --git a/_build/cl-who b/_build/cl-who deleted file mode 160000 index 07dafe9b351..00000000000 --- a/_build/cl-who +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 07dafe9b351c32326ce20b5804e798f10d4f273d diff --git a/_build/clack b/_build/clack deleted file mode 160000 index 6fd0279424f..00000000000 --- a/_build/clack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6fd0279424f7ba5fd4f92d69a1970846b0b11222 diff --git a/_build/eager-future2 b/_build/eager-future2 deleted file mode 160000 index 54df8effd9d..00000000000 --- a/_build/eager-future2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 54df8effd9d9eccac917509590286b5ac5f9cb30 diff --git a/_build/fare-quasiquote b/_build/fare-quasiquote deleted file mode 160000 index 640d39a0451..00000000000 --- a/_build/fare-quasiquote +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 640d39a0451094071b3e093c97667b3947f43639 diff --git a/_build/fare-utils b/_build/fare-utils deleted file mode 160000 index 66e9c6f1499..00000000000 --- a/_build/fare-utils +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 66e9c6f1499140bc00ccc22febf2aa528cbb5724 diff --git a/_build/form-fiddle b/_build/form-fiddle deleted file mode 160000 index e0c23599dbb..00000000000 --- a/_build/form-fiddle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e0c23599dbb8cff3e83e012f3d86d0764188ad18 diff --git a/_build/http-body b/_build/http-body deleted file mode 160000 index 3e4bedd6a9d..00000000000 --- a/_build/http-body +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3e4bedd6a9d9bc4e1dc0a45e5b55360ae30fd388 diff --git a/_build/hunchentoot b/_build/hunchentoot deleted file mode 160000 index 76862391040..00000000000 --- a/_build/hunchentoot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 76862391040c20255c7275e815c2175e46bfd080 diff --git a/_build/ironclad b/_build/ironclad deleted file mode 160000 index bf3fa4b9530..00000000000 --- a/_build/ironclad +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bf3fa4b953063722cefd33783826f0b205795953 diff --git a/_build/jonathan b/_build/jonathan deleted file mode 160000 index 1f448b4f7ac..00000000000 --- a/_build/jonathan +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1f448b4f7ac8265e56e1c02b32ce383e65316300 diff --git a/_build/kmrcl b/_build/kmrcl deleted file mode 160000 index 4a27407aad9..00000000000 --- a/_build/kmrcl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4a27407aad9deb607ffb8847630cde3d041ea25a diff --git a/_build/lack b/_build/lack deleted file mode 160000 index abff8efeb0c..00000000000 --- a/_build/lack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b diff --git a/_build/let-plus b/_build/let-plus deleted file mode 160000 index 455e657e077..00000000000 --- a/_build/let-plus +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 455e657e077235829b197f7ccafd596fcda69e30 diff --git a/_build/md5 b/_build/md5 deleted file mode 160000 index 906593fa6f4..00000000000 --- a/_build/md5 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 906593fa6f4c3bb351cd02dbb6509062aacdaaf6 diff --git a/_build/metabang-bind b/_build/metabang-bind deleted file mode 160000 index c93b7f7e1c1..00000000000 --- a/_build/metabang-bind +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c93b7f7e1c18c954c2283efd6a7fdab36746ab5e diff --git a/_build/rfc2388 b/_build/rfc2388 deleted file mode 160000 index 591bcf7e77f..00000000000 --- a/_build/rfc2388 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 591bcf7e77f2c222c43953a80f8c297751dc0c4e diff --git a/_build/trivial-backtrace b/_build/trivial-backtrace deleted file mode 160000 index 6eb65bde722..00000000000 --- a/_build/trivial-backtrace +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6eb65bde7229413040c81d42ea22f0e4c9c8cfc9