mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
ruby: bump to 2.6.1
See: https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/ See: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ New packages mirroring upstream gemification of ruby: * ruby-bundler (new) * ruby-e2mmap and ruby-ostruct (from ruby-misc) * ruby-forwardable (from ruby-patterns) * ruby-matrix and ruby-prime (from removed ruby-math) * ruby-mutex_m, ruby-sync and ruby-thwait (from ruby-multithread) * ruby-tracer (from ruby-debuglib) Added ruby-dev for building extension inside openwrt (requires cc) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
@@ -32,10 +32,16 @@ function list_ipkg_files {
|
||||
}
|
||||
|
||||
|
||||
echo " Installed in Staging Packages"
|
||||
|
||||
set -e
|
||||
: ${1:?First arg is staging_dir}
|
||||
: ${2:?Second and following args are ruby ipkg packages}
|
||||
STAGING_DIR=$1; shift
|
||||
(cd "$STAGING_DIR" )
|
||||
if ! [ -e "$1" ]; then
|
||||
echo "$1 does not exist!"
|
||||
exit 1
|
||||
fi
|
||||
printf '%-62s %-62s\n' "Installed in Staging" "From Packages Files"
|
||||
diff -d -y <(list_staging_files "$STAGING_DIR") <(list_ipkg_files "$@")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user