From 575ac2149ab20e9478b2ec959c07951bbe6ec4a7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 24 Aug 2019 13:39:29 +0000 Subject: [PATCH] bash: move to community --- extra/bash/build | 21 --------------------- extra/bash/checksums | 10 ---------- extra/bash/depends | 1 - extra/bash/sources | 10 ---------- extra/bash/version | 1 - 5 files changed, 43 deletions(-) delete mode 100755 extra/bash/build delete mode 100644 extra/bash/checksums delete mode 100644 extra/bash/depends delete mode 100644 extra/bash/sources delete mode 100644 extra/bash/version diff --git a/extra/bash/build b/extra/bash/build deleted file mode 100755 index 25d85063..00000000 --- a/extra/bash/build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -for patch in bash50-0??; do - patch -p0 < "$patch" -done - -./configure \ - --prefix=/usr \ - --without-bash-malloc \ - --without-installed-readline \ - --disable-nls - -MAKEFLAGS="TERMCAP_LIB=/usr/lib/libncursesw.a $MAKEFLAGS" -make -make DESTDIR="$1" install - -# Remove all info files. -rm -rf "$1/usr/share/info" - -# Remove docs. -rm -rf "$1/usr/share/doc" diff --git a/extra/bash/checksums b/extra/bash/checksums deleted file mode 100644 index 23b8d862..00000000 --- a/extra/bash/checksums +++ /dev/null @@ -1,10 +0,0 @@ -b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d bash-5.0.tar.gz -f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289 bash50-001 -87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707 bash50-002 -4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b bash50-003 -14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08 bash50-004 -5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276 bash50-005 -d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420 bash50-006 -17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b bash50-007 -eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3 bash50-008 -ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903 bash50-009 diff --git a/extra/bash/depends b/extra/bash/depends deleted file mode 100644 index 2392c85d..00000000 --- a/extra/bash/depends +++ /dev/null @@ -1 +0,0 @@ -ncurses make diff --git a/extra/bash/sources b/extra/bash/sources deleted file mode 100644 index d9a31d39..00000000 --- a/extra/bash/sources +++ /dev/null @@ -1,10 +0,0 @@ -https://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-001 -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-002 -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-003 -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-004 -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-005 -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-006 -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-007 -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-008 -https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-009 diff --git a/extra/bash/version b/extra/bash/version deleted file mode 100644 index 0b86c41a..00000000 --- a/extra/bash/version +++ /dev/null @@ -1 +0,0 @@ -5.0.p9 4