From e946d26faab942f50fd763fe8504a0bd9bf84877 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 10 Oct 2022 21:13:19 +0200 Subject: community/ruby*: removed all but still essential patching --- community/ruby-abbrev/PKGBUILD | 15 --------------- community/ruby-base64/PKGBUILD | 15 --------------- community/ruby-benchmark/PKGBUILD | 15 --------------- community/ruby-bigdecimal/PKGBUILD | 16 ---------------- community/ruby-bundler/PKGBUILD | 15 --------------- community/ruby-cgi/PKGBUILD | 16 ---------------- community/ruby-csv/PKGBUILD | 15 --------------- community/ruby-date/PKGBUILD | 16 ---------------- community/ruby-delegate/PKGBUILD | 15 --------------- community/ruby-did_you_mean/PKGBUILD | 15 --------------- community/ruby-digest/PKGBUILD | 16 ---------------- community/ruby-drb/PKGBUILD | 15 --------------- community/ruby-english/PKGBUILD | 15 --------------- community/ruby-erb/PKGBUILD | 15 --------------- community/ruby-etc/PKGBUILD | 16 ---------------- community/ruby-fcntl/PKGBUILD | 16 ---------------- community/ruby-fiddle/PKGBUILD | 16 ---------------- community/ruby-fileutils/PKGBUILD | 15 --------------- community/ruby-find/PKGBUILD | 15 --------------- community/ruby-forwardable/PKGBUILD | 15 --------------- community/ruby-getoptlong/PKGBUILD | 15 --------------- community/ruby-hoe/PKGBUILD | 17 ----------------- community/ruby-i18n/PKGBUILD | 1 - community/ruby-io-console/PKGBUILD | 16 ---------------- community/ruby-io-nonblock/PKGBUILD | 16 ---------------- community/ruby-io-wait/PKGBUILD | 16 ---------------- community/ruby-ipaddr/PKGBUILD | 15 --------------- community/ruby-irb/PKGBUILD | 15 --------------- community/ruby-json/PKGBUILD | 16 ---------------- community/ruby-kpeg/PKGBUILD | 17 ----------------- community/ruby-logger/PKGBUILD | 15 --------------- community/ruby-minitest/PKGBUILD | 15 --------------- community/ruby-mutex_m/PKGBUILD | 15 --------------- community/ruby-net-http/PKGBUILD | 15 --------------- community/ruby-open-uri/PKGBUILD | 15 --------------- community/ruby-power_assert/PKGBUILD | 17 ----------------- community/ruby-psych/PKGBUILD | 16 ---------------- community/ruby-racc/PKGBUILD | 16 ---------------- community/ruby-rake-compiler/PKGBUILD | 15 --------------- community/ruby-rake/PKGBUILD | 15 --------------- community/ruby-rdoc/PKGBUILD | 15 --------------- community/ruby-reline/PKGBUILD | 15 --------------- community/ruby-rexml/PKGBUILD | 17 ----------------- community/ruby-stringio/PKGBUILD | 16 ---------------- community/ruby-test-unit/PKGBUILD | 15 --------------- community/ruby-time/PKGBUILD | 15 --------------- community/ruby-tmpdir/PKGBUILD | 15 --------------- community/ruby-uri/PKGBUILD | 15 --------------- community/rubygems/PKGBUILD | 17 ----------------- 49 files changed, 745 deletions(-) delete mode 100644 community/ruby-abbrev/PKGBUILD delete mode 100644 community/ruby-base64/PKGBUILD delete mode 100644 community/ruby-benchmark/PKGBUILD delete mode 100644 community/ruby-bundler/PKGBUILD delete mode 100644 community/ruby-csv/PKGBUILD delete mode 100644 community/ruby-delegate/PKGBUILD delete mode 100644 community/ruby-did_you_mean/PKGBUILD delete mode 100644 community/ruby-drb/PKGBUILD delete mode 100644 community/ruby-english/PKGBUILD delete mode 100644 community/ruby-erb/PKGBUILD delete mode 100644 community/ruby-fileutils/PKGBUILD delete mode 100644 community/ruby-find/PKGBUILD delete mode 100644 community/ruby-forwardable/PKGBUILD delete mode 100644 community/ruby-getoptlong/PKGBUILD delete mode 100644 community/ruby-hoe/PKGBUILD delete mode 100644 community/ruby-i18n/PKGBUILD delete mode 100644 community/ruby-ipaddr/PKGBUILD delete mode 100644 community/ruby-irb/PKGBUILD delete mode 100644 community/ruby-kpeg/PKGBUILD delete mode 100644 community/ruby-logger/PKGBUILD delete mode 100644 community/ruby-minitest/PKGBUILD delete mode 100644 community/ruby-mutex_m/PKGBUILD delete mode 100644 community/ruby-net-http/PKGBUILD delete mode 100644 community/ruby-open-uri/PKGBUILD delete mode 100644 community/ruby-power_assert/PKGBUILD delete mode 100644 community/ruby-rake-compiler/PKGBUILD delete mode 100644 community/ruby-rake/PKGBUILD delete mode 100644 community/ruby-rdoc/PKGBUILD delete mode 100644 community/ruby-reline/PKGBUILD delete mode 100644 community/ruby-rexml/PKGBUILD delete mode 100644 community/ruby-test-unit/PKGBUILD delete mode 100644 community/ruby-time/PKGBUILD delete mode 100644 community/ruby-tmpdir/PKGBUILD delete mode 100644 community/ruby-uri/PKGBUILD delete mode 100644 community/rubygems/PKGBUILD (limited to 'community') diff --git a/community/ruby-abbrev/PKGBUILD b/community/ruby-abbrev/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-abbrev/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-base64/PKGBUILD b/community/ruby-base64/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-base64/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-benchmark/PKGBUILD b/community/ruby-benchmark/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-benchmark/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-bigdecimal/PKGBUILD b/community/ruby-bigdecimal/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-bigdecimal/PKGBUILD +++ b/community/ruby-bigdecimal/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-bundler/PKGBUILD b/community/ruby-bundler/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-bundler/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-cgi/PKGBUILD b/community/ruby-cgi/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-cgi/PKGBUILD +++ b/community/ruby-cgi/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-csv/PKGBUILD b/community/ruby-csv/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-csv/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-date/PKGBUILD b/community/ruby-date/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-date/PKGBUILD +++ b/community/ruby-date/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-delegate/PKGBUILD b/community/ruby-delegate/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-delegate/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-did_you_mean/PKGBUILD b/community/ruby-did_you_mean/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-did_you_mean/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-digest/PKGBUILD b/community/ruby-digest/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-digest/PKGBUILD +++ b/community/ruby-digest/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-drb/PKGBUILD b/community/ruby-drb/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-drb/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-english/PKGBUILD b/community/ruby-english/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-english/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-erb/PKGBUILD b/community/ruby-erb/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-erb/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-etc/PKGBUILD b/community/ruby-etc/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-etc/PKGBUILD +++ b/community/ruby-etc/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-fcntl/PKGBUILD b/community/ruby-fcntl/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-fcntl/PKGBUILD +++ b/community/ruby-fcntl/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-fiddle/PKGBUILD b/community/ruby-fiddle/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-fiddle/PKGBUILD +++ b/community/ruby-fiddle/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-fileutils/PKGBUILD b/community/ruby-fileutils/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-fileutils/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-find/PKGBUILD b/community/ruby-find/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-find/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-forwardable/PKGBUILD b/community/ruby-forwardable/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-forwardable/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-getoptlong/PKGBUILD b/community/ruby-getoptlong/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-getoptlong/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-hoe/PKGBUILD b/community/ruby-hoe/PKGBUILD deleted file mode 100644 index 472071e2..00000000 --- a/community/ruby-hoe/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - -unset check diff --git a/community/ruby-i18n/PKGBUILD b/community/ruby-i18n/PKGBUILD deleted file mode 100644 index 3692e5fe..00000000 --- a/community/ruby-i18n/PKGBUILD +++ /dev/null @@ -1 +0,0 @@ -unset check diff --git a/community/ruby-io-console/PKGBUILD b/community/ruby-io-console/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-io-console/PKGBUILD +++ b/community/ruby-io-console/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-io-nonblock/PKGBUILD b/community/ruby-io-nonblock/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-io-nonblock/PKGBUILD +++ b/community/ruby-io-nonblock/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-io-wait/PKGBUILD b/community/ruby-io-wait/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-io-wait/PKGBUILD +++ b/community/ruby-io-wait/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-ipaddr/PKGBUILD b/community/ruby-ipaddr/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-ipaddr/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-irb/PKGBUILD b/community/ruby-irb/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-irb/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-json/PKGBUILD b/community/ruby-json/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-json/PKGBUILD +++ b/community/ruby-json/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-kpeg/PKGBUILD b/community/ruby-kpeg/PKGBUILD deleted file mode 100644 index 472071e2..00000000 --- a/community/ruby-kpeg/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - -unset check diff --git a/community/ruby-logger/PKGBUILD b/community/ruby-logger/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-logger/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-minitest/PKGBUILD b/community/ruby-minitest/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-minitest/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-mutex_m/PKGBUILD b/community/ruby-mutex_m/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-mutex_m/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-net-http/PKGBUILD b/community/ruby-net-http/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-net-http/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-open-uri/PKGBUILD b/community/ruby-open-uri/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-open-uri/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-power_assert/PKGBUILD b/community/ruby-power_assert/PKGBUILD deleted file mode 100644 index 472071e2..00000000 --- a/community/ruby-power_assert/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - -unset check diff --git a/community/ruby-psych/PKGBUILD b/community/ruby-psych/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-psych/PKGBUILD +++ b/community/ruby-psych/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-racc/PKGBUILD b/community/ruby-racc/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-racc/PKGBUILD +++ b/community/ruby-racc/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-rake-compiler/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-rake/PKGBUILD b/community/ruby-rake/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-rake/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-rdoc/PKGBUILD b/community/ruby-rdoc/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-rdoc/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-reline/PKGBUILD b/community/ruby-reline/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-reline/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-rexml/PKGBUILD b/community/ruby-rexml/PKGBUILD deleted file mode 100644 index 472071e2..00000000 --- a/community/ruby-rexml/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - -unset check diff --git a/community/ruby-stringio/PKGBUILD b/community/ruby-stringio/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-stringio/PKGBUILD +++ b/community/ruby-stringio/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ diff --git a/community/ruby-test-unit/PKGBUILD b/community/ruby-test-unit/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-test-unit/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-time/PKGBUILD b/community/ruby-time/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-time/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-tmpdir/PKGBUILD b/community/ruby-tmpdir/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-tmpdir/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/ruby-uri/PKGBUILD b/community/ruby-uri/PKGBUILD deleted file mode 100644 index 99c8af6b..00000000 --- a/community/ruby-uri/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" diff --git a/community/rubygems/PKGBUILD b/community/rubygems/PKGBUILD deleted file mode 100644 index 472071e2..00000000 --- a/community/rubygems/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - -unset check -- cgit v1.2.3-54-g00ecf