From af81f870ea9e6559e25aef453c3f603939535756 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 12:02:04 +0300 Subject: [PATCH] extra: Remove unneeded deps --- extra/expat/build | 7 ------- extra/expat/checksums | 1 - extra/expat/licenses | 21 --------------------- extra/expat/manifest | 30 ------------------------------ extra/expat/sources | 1 - extra/expat/version | 1 - extra/libffi/build | 9 --------- extra/libffi/checksums | 1 - extra/libffi/licenses | 21 --------------------- extra/libffi/manifest | 33 --------------------------------- extra/libffi/sources | 1 - extra/libffi/version | 1 - 12 files changed, 127 deletions(-) delete mode 100755 extra/expat/build delete mode 100644 extra/expat/checksums delete mode 100644 extra/expat/licenses delete mode 100644 extra/expat/manifest delete mode 100644 extra/expat/sources delete mode 100644 extra/expat/version delete mode 100755 extra/libffi/build delete mode 100644 extra/libffi/checksums delete mode 100644 extra/libffi/licenses delete mode 100644 extra/libffi/manifest delete mode 100644 extra/libffi/sources delete mode 100644 extra/libffi/version diff --git a/extra/expat/build b/extra/expat/build deleted file mode 100755 index 6daf22f8..00000000 --- a/extra/expat/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install diff --git a/extra/expat/checksums b/extra/expat/checksums deleted file mode 100644 index 6cd2108d..00000000 --- a/extra/expat/checksums +++ /dev/null @@ -1 +0,0 @@ -cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18 expat-2.2.7.tar.bz2 diff --git a/extra/expat/licenses b/extra/expat/licenses deleted file mode 100644 index 8d288f0f..00000000 --- a/extra/expat/licenses +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper -Copyright (c) 2001-2017 Expat maintainers - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/extra/expat/manifest b/extra/expat/manifest deleted file mode 100644 index 950d3826..00000000 --- a/extra/expat/manifest +++ /dev/null @@ -1,30 +0,0 @@ -/var/db/kiss/expat/version -/var/db/kiss/expat/sources -/var/db/kiss/expat/manifest -/var/db/kiss/expat/licenses -/var/db/kiss/expat/checksums -/var/db/kiss/expat/build -/var/db/kiss/expat/ -/var/db/kiss/ -/var/db/ -/var/ -/usr/share/doc/expat/changelog -/usr/share/doc/expat/AUTHORS -/usr/share/doc/expat/ -/usr/share/doc/ -/usr/share/ -/usr/lib/pkgconfig/expat.pc -/usr/lib/pkgconfig/ -/usr/lib/libexpat.so.1.6.9 -/usr/lib/libexpat.so.1 -/usr/lib/libexpat.so -/usr/lib/libexpat.la -/usr/lib/libexpat.a -/usr/lib/ -/usr/include/expat.h -/usr/include/expat_external.h -/usr/include/expat_config.h -/usr/include/ -/usr/bin/xmlwf -/usr/bin/ -/usr/ diff --git a/extra/expat/sources b/extra/expat/sources deleted file mode 100644 index 181cdee0..00000000 --- a/extra/expat/sources +++ /dev/null @@ -1 +0,0 @@ -https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.bz2 diff --git a/extra/expat/version b/extra/expat/version deleted file mode 100644 index f9692b64..00000000 --- a/extra/expat/version +++ /dev/null @@ -1 +0,0 @@ -2.2.7 1 diff --git a/extra/libffi/build b/extra/libffi/build deleted file mode 100755 index e2f452d1..00000000 --- a/extra/libffi/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --includedir=/usr/include \ - --with-pic - -make -make DESTDIR="$1" install diff --git a/extra/libffi/checksums b/extra/libffi/checksums deleted file mode 100644 index f6bb1830..00000000 --- a/extra/libffi/checksums +++ /dev/null @@ -1 +0,0 @@ -d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37 libffi-3.2.1.tar.gz diff --git a/extra/libffi/licenses b/extra/libffi/licenses deleted file mode 100644 index a66fab4f..00000000 --- a/extra/libffi/licenses +++ /dev/null @@ -1,21 +0,0 @@ -libffi - Copyright (c) 1996-2014 Anthony Green, Red Hat, Inc and others. -See source files for details. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -``Software''), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/extra/libffi/manifest b/extra/libffi/manifest deleted file mode 100644 index 4cd97648..00000000 --- a/extra/libffi/manifest +++ /dev/null @@ -1,33 +0,0 @@ -/var/db/kiss/libffi/version -/var/db/kiss/libffi/sources -/var/db/kiss/libffi/manifest -/var/db/kiss/libffi/licenses -/var/db/kiss/libffi/checksums -/var/db/kiss/libffi/build -/var/db/kiss/libffi/ -/var/db/kiss/ -/var/db/ -/var/ -/usr/share/man/man3/ffi_prep_cif_var.3 -/usr/share/man/man3/ffi_prep_cif.3 -/usr/share/man/man3/ffi_call.3 -/usr/share/man/man3/ffi.3 -/usr/share/man/man3/ -/usr/share/man/ -/usr/share/info/libffi.info -/usr/share/info/dir -/usr/share/info/ -/usr/share/ -/usr/lib/pkgconfig/libffi.pc -/usr/lib/pkgconfig/ -/usr/lib/libffi.so.6.0.4 -/usr/lib/libffi.so.6 -/usr/lib/libffi.so -/usr/lib/libffi.la -/usr/lib/libffi.a -/usr/lib/libffi-3.2.1/include/ffitarget.h -/usr/lib/libffi-3.2.1/include/ffi.h -/usr/lib/libffi-3.2.1/include/ -/usr/lib/libffi-3.2.1/ -/usr/lib/ -/usr/ diff --git a/extra/libffi/sources b/extra/libffi/sources deleted file mode 100644 index 12b6fbd7..00000000 --- a/extra/libffi/sources +++ /dev/null @@ -1 +0,0 @@ -ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz diff --git a/extra/libffi/version b/extra/libffi/version deleted file mode 100644 index b7c90c2c..00000000 --- a/extra/libffi/version +++ /dev/null @@ -1 +0,0 @@ -3.2.1 1