From 329bf6c0662122083db59e89fffb2ce923e040f2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:21:22 +0200 Subject: [PATCH 01/58] ruby: update to 2.7.1. --- common/shlibs | 2 +- srcpkgs/ruby/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 2d640b16853..24dfab3d01a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -471,7 +471,7 @@ libKScreenLocker.so.5 kscreenlocker-5.8.4_1 libparted.so.2 libparted-3.1_1 libparted-fs-resize.so.0 libparted-3.1_1 libntfs-3g.so.88 ntfs-3g-2017.3.23_1 -libruby.so.2.6 ruby-2.6.0_1 +libruby.so.2.7 ruby-2.7.1_1 libprocessui.so.7 libksysguard-5.8.4_1 libksignalplotter.so.7 libksysguard-5.8.4_1 libksgrd.so.7 libksysguard-5.8.4_1 diff --git a/srcpkgs/ruby/template b/srcpkgs/ruby/template index 3a8097f65cc..b5eb453007d 100644 --- a/srcpkgs/ruby/template +++ b/srcpkgs/ruby/template @@ -1,9 +1,9 @@ # Template file for 'ruby' -_ruby_abiver=2.6.0 +_ruby_abiver=2.7.0 pkgname=ruby -version=2.6.5 -revision=3 +version=2.7.1 +revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-rpath DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config" @@ -17,7 +17,7 @@ homepage="http://www.ruby-lang.org/en/" maintainer="Leah Neukirchen " license="Ruby, BSD-2-Clause" distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.bz2" -checksum=97ddf1b922f83c1f5c50e75bf54e27bba768d75fea7cda903b886c6745e60f0a +checksum=d703d58a67e7ed822d6e4a6ea9e44255f689a5b6ea6752d17e8d031849822202 case "$XBPS_TARGET_MACHINE" in *-musl) # Broken on the builders but successfully built locally From 7c402d0da12fd94a28edd7ceffadfc4f77b93dfa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:19:04 +0200 Subject: [PATCH 02/58] hivex: rebuild for ruby-2.7.1, use Python 3. --- srcpkgs/hivex/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template index a08b367ecf1..2d06f71ab43 100644 --- a/srcpkgs/hivex/template +++ b/srcpkgs/hivex/template @@ -1,11 +1,11 @@ # Template file for 'hivex' pkgname=hivex version=1.3.18 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-ocaml" # currently ocaml is broken -hostmakedepends="python perl ruby ocaml ocaml-findlib perl-IO-stringy" -makedepends="libxml2-devel python-devel ruby-devel perl" +hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy" +makedepends="libxml2-devel python3-devel ruby-devel perl" depends="perl" short_desc="System for extracting the contents of Windows Registry" maintainer="Andrea Brancaleoni " From d35e54de613f702891057c29ec83b76bd47247f2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:21:45 +0200 Subject: [PATCH 03/58] libguestfs: rebuild for ruby-2.7.1, use Python 3. --- srcpkgs/libguestfs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template index 8a4cc00653b..842df2180de 100644 --- a/srcpkgs/libguestfs/template +++ b/srcpkgs/libguestfs/template @@ -1,7 +1,7 @@ # Template file for 'libguestfs' pkgname=libguestfs version=1.42.0 -revision=1 +revision=2 _version_short=${version%.*} build_style=gnu-configure make_install_args="INSTALLDIRS=vendor" @@ -13,9 +13,9 @@ configure_args="--disable-static --disable-probes --disable-appliance $(vopt_enable php) $(vopt_enable lua) $(vopt_enable fuse)" hostmakedepends="cpio gperf cdrtools flex pkg-config automake libtool qemu git ocaml ocaml-findlib perl-Module-Build perl hivex supermin - $(vopt_if ruby ruby) $(vopt_if python python) $(vopt_if go go) $(vopt_if php php) $(vopt_if lua lua)" + $(vopt_if ruby ruby) $(vopt_if python python3) $(vopt_if go go) $(vopt_if php php) $(vopt_if lua lua)" makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel file-devel jansson-devel - yajl-devel perl $(vopt_if ruby ruby-devel) $(vopt_if python python-devel) + yajl-devel perl $(vopt_if ruby ruby-devel) $(vopt_if python python3-devel) $(vopt_if php php-devel) $(vopt_if lua lua-devel) $(vopt_if fuse fuse-devel)" short_desc="Access and modify virtual machine disk image" maintainer="Andrea Brancaleoni " From 91c93c2e27da3b227ffd2532d656e01718449c84 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:31:15 +0200 Subject: [PATCH 04/58] ruby-clocale: rebuild for ruby-2.7.1. --- srcpkgs/ruby-clocale/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template index f48cf0f108f..e3eee4cd9dd 100644 --- a/srcpkgs/ruby-clocale/template +++ b/srcpkgs/ruby-clocale/template @@ -1,7 +1,7 @@ # Template file for 'ruby-clocale' pkgname=ruby-clocale version=0.0.4 -revision=1 +revision=2 build_style=gemspec short_desc="Ruby gem that wraps C locale functions" maintainer="Frank Steinborn " From 342380545b0607c14aa02efe0ec612c8ff8aae45 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:31:20 +0200 Subject: [PATCH 05/58] ruby-ffi: rebuild for ruby-2.7.1. --- srcpkgs/ruby-ffi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-ffi/template b/srcpkgs/ruby-ffi/template index d9eafa6af41..cd97e1e8d67 100644 --- a/srcpkgs/ruby-ffi/template +++ b/srcpkgs/ruby-ffi/template @@ -1,7 +1,7 @@ # Template file for 'ruby-ffi' pkgname=ruby-ffi version=1.11.3 -revision=2 +revision=3 wrksrc="ffi-${version}" build_style=gemspec hostmakedepends="libffi-devel" From b50c52d282ebfd3b8b4dff891f3efa92df357799 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:31:23 +0200 Subject: [PATCH 06/58] ruby-hpricot: rebuild for ruby-2.7.1. --- srcpkgs/ruby-hpricot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-hpricot/template b/srcpkgs/ruby-hpricot/template index d23de17adf3..ba33262b707 100644 --- a/srcpkgs/ruby-hpricot/template +++ b/srcpkgs/ruby-hpricot/template @@ -1,7 +1,7 @@ # Template file for 'ruby-hpricot' pkgname=ruby-hpricot version=0.8.6 -revision=2 +revision=3 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec makedepends="ruby-devel" From 40175907f063095e2991be1e90bc1301de3785c1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:31:32 +0200 Subject: [PATCH 07/58] ruby-rdiscount: rebuild for ruby-2.7.1. --- srcpkgs/ruby-rdiscount/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-rdiscount/template b/srcpkgs/ruby-rdiscount/template index abf271f6ac2..835d3bae9fe 100644 --- a/srcpkgs/ruby-rdiscount/template +++ b/srcpkgs/ruby-rdiscount/template @@ -1,7 +1,7 @@ # Template file for 'ruby-rdiscount' pkgname=ruby-rdiscount version=2.2.0.1 -revision=2 +revision=3 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec makedepends="ruby-devel" From 8836d4c6a6da426b9e6450e91e560c04c9921e40 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:35:21 +0200 Subject: [PATCH 08/58] notmuch: rebuild for ruby-2.7.1. --- srcpkgs/notmuch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index fd9e70f0e80..2c898538069 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,7 +1,7 @@ # Template file for 'notmuch' pkgname=notmuch version=0.29.3 -revision=3 +revision=4 hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel texinfo" makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel" short_desc="Thread-based email index, search, and tagging" From 31c7297c6c0931fc6cd3048cb2e01696b54284fc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:36:02 +0200 Subject: [PATCH 09/58] rrdtool: rebuild for ruby-2.7.1, use Python 3. --- srcpkgs/rrdtool/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template index b858a42f99c..daf32d3df74 100644 --- a/srcpkgs/rrdtool/template +++ b/srcpkgs/rrdtool/template @@ -1,14 +1,14 @@ # Template file for 'rrdtool' pkgname=rrdtool version=1.7.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-perl --enable-perl-site-install --with-perl-options=INSTALLDIRS=vendor --enable-ruby --enable-ruby-site-install --enable-python --enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap" -hostmakedepends="pkg-config groff intltool python-setuptools perl-XML-Parser" -makedepends="libxml2-devel pango-devel python-devel ruby-devel LuaJIT-devel perl" +hostmakedepends="pkg-config groff intltool python3-setuptools perl-XML-Parser" +makedepends="libxml2-devel pango-devel python3-devel ruby-devel LuaJIT-devel perl" depends="dejavu-fonts-ttf" short_desc="Data logging and graphing system for time series data" maintainer="Enno Boland " @@ -21,7 +21,7 @@ nocross=yes python-rrdtool_package() { short_desc+=" - python bindings" pkg_install() { - vmove usr/lib/python2.7 + vmove usr/lib/python3* } } From 95f002717d10b47381b954622d4cc7ad3f4ed8ad Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:39:07 +0200 Subject: [PATCH 10/58] subtle: rebuild for ruby-2.7.1. --- srcpkgs/subtle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subtle/template b/srcpkgs/subtle/template index a962272547a..0d5ad4cd177 100644 --- a/srcpkgs/subtle/template +++ b/srcpkgs/subtle/template @@ -1,7 +1,7 @@ # Template file for 'subtle' pkgname=subtle version=0.11.3284 -revision=2 +revision=3 nocross=yes hostmakedepends="mercurial ruby-devel pkg-config" makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel From 73901b9210fb7ca037a8e455a8bd438f4398989e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:39:40 +0200 Subject: [PATCH 11/58] vagrant: rebuild for ruby-2.7.1. --- srcpkgs/vagrant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template index 7b82c4e0682..6d5edb96fbd 100644 --- a/srcpkgs/vagrant/template +++ b/srcpkgs/vagrant/template @@ -1,7 +1,7 @@ # Template file for 'vagrant' pkgname=vagrant version=2.2.7 -revision=1 +revision=2 archs="i686 x86_64*" hostmakedepends="ruby" makedepends="ruby-devel zlib-devel" @@ -15,7 +15,7 @@ checksum=a9229f6eba67dd51dfd6125dc578d1d0d724f2620f7d9a68cd46fa886df061fc nocross=yes post_extract() { - sed -i 's|\,\ "<\ 2\.5"||g' $pkgname.gemspec + sed -i 's|\,\ "<\ 2\.7"||g' $pkgname.gemspec } do_build() { From 4d6376f26f0b86f31f3a66298199f6fbf889b462 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:43:56 +0200 Subject: [PATCH 12/58] vim: update to 8.2.0496. --- srcpkgs/vim/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template index cfe96afdc7b..3febe866112 100644 --- a/srcpkgs/vim/template +++ b/srcpkgs/vim/template @@ -1,6 +1,6 @@ # Template file for 'vim' pkgname=vim -version=8.2.0366 +version=8.2.0496 revision=1 hostmakedepends="gettext glib-devel pkg-config" makedepends="acl-devel gtk+3-devel libXt-devel lua-devel ncurses-devel @@ -11,7 +11,7 @@ maintainer="Juan RP " license="Vim" homepage="https://www.vim.org" distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz" -checksum=bb142bfbf0d804e24df4775245aa687cd7d93a7057c49d12260632816e93f7a6 +checksum=76a7f9b356f030ff426096a16b77b87a5c059a66d4d0ed4a21a9e60fc2ef8364 subpackages="xxd vim-common vim-x11 gvim" # XXX vim-huge cannot be cross compiled for now. From ccf45d1f7f3ebe3054fa6b6958a5c92db5d45bd7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:46:29 +0200 Subject: [PATCH 13/58] ruby-asciidoctor: rebuild for ruby-2.7.1. --- srcpkgs/ruby-asciidoctor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-asciidoctor/template b/srcpkgs/ruby-asciidoctor/template index c1cfa5066b2..f70d94c165d 100644 --- a/srcpkgs/ruby-asciidoctor/template +++ b/srcpkgs/ruby-asciidoctor/template @@ -1,7 +1,7 @@ # Template file for 'ruby-asciidoctor' pkgname=ruby-asciidoctor version=2.0.10 -revision=1 +revision=2 archs=noarch build_style=gem short_desc="Ruby implementation of AsciiDoc" From 4263b1fb48c8f8a33924b8963939773f7dc96d6e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:44:05 +0200 Subject: [PATCH 14/58] weechat: rebuild for ruby-2.7.1. --- srcpkgs/weechat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template index 9e367699ea1..b8bc31ba8fb 100644 --- a/srcpkgs/weechat/template +++ b/srcpkgs/weechat/template @@ -1,7 +1,7 @@ # Template file for 'weechat' pkgname=weechat version=2.8 -revision=1 +revision=2 build_style=cmake configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON From 6d6b8f3aa6cb77c0ee5f17d5a910e27c1d61f9ae Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:47:06 +0200 Subject: [PATCH 15/58] hiera: rebuild for ruby-2.7.1. --- srcpkgs/hiera/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hiera/template b/srcpkgs/hiera/template index 98c83f34ee6..b8cd47376ba 100644 --- a/srcpkgs/hiera/template +++ b/srcpkgs/hiera/template @@ -1,7 +1,7 @@ # Template file for 'hiera' pkgname=hiera version=3.6.0 -revision=1 +revision=2 archs=noarch build_style=ruby-module hostmakedepends="ruby" From 61fc9c91a1095beab6d35d539cb6864f99fc5e34 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:54:15 +0200 Subject: [PATCH 16/58] New package: ruby-sync-0.5.0 --- srcpkgs/ruby-sync/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/ruby-sync/template diff --git a/srcpkgs/ruby-sync/template b/srcpkgs/ruby-sync/template new file mode 100644 index 00000000000..20771ee9b5e --- /dev/null +++ b/srcpkgs/ruby-sync/template @@ -0,0 +1,20 @@ +# Template file for 'ruby-sync' +pkgname=ruby-sync +version=0.5.0 +revision=1 +archs="noarch" +wrksrc="${pkgname#ruby-}-${version}" +build_style=gemspec +hostmakedepends="ruby" +depends="ruby" +short_desc="A module that provides a two-phase lock with a counter" +maintainer="Leah Neukirchen " +license="BSD-2-Clause" +homepage="https://rubygems.org/gems/sync" +distfiles="https://github.com/ruby/sync/archive/v${version}.tar.gz" +checksum=42d04e4cc3f7f1222fbcc59d58c852874327ec3f0eca43cbe6a34ae5e4ba3262 + +post_install() { + rm -r ${DESTDIR}/usr/bin + vlicense LICENSE.txt +} From 192bba7250b5e5428a3770ebcb3dc43ff087cfb1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:54:23 +0200 Subject: [PATCH 17/58] ruby-semantic_puppet: rebuild for ruby-2.7.1. --- srcpkgs/ruby-semantic_puppet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-semantic_puppet/template b/srcpkgs/ruby-semantic_puppet/template index edf0bb8d1b6..e7af95f9e7a 100644 --- a/srcpkgs/ruby-semantic_puppet/template +++ b/srcpkgs/ruby-semantic_puppet/template @@ -1,7 +1,7 @@ # Template file for 'ruby-semantic_puppet' pkgname=ruby-semantic_puppet version=1.0.2 -revision=1 +revision=2 archs=noarch build_style=gem short_desc="Tools for working with Semantic Versions" From 52c6b03bf166c06eaa4fe2b112f9622c567c0bbc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:54:37 +0200 Subject: [PATCH 18/58] ruby-concurrent-ruby: rebuild for ruby-2.7.1. --- srcpkgs/ruby-concurrent-ruby/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-concurrent-ruby/template b/srcpkgs/ruby-concurrent-ruby/template index dcb2b7eeaf7..eaeb1f326b6 100644 --- a/srcpkgs/ruby-concurrent-ruby/template +++ b/srcpkgs/ruby-concurrent-ruby/template @@ -1,7 +1,7 @@ # Template file for 'ruby-concurrent-ruby' pkgname=ruby-concurrent-ruby version=1.1.5 -revision=1 +revision=2 archs="noarch" build_style=gem hostmakedepends="ruby" From f354635ccd453f4a5f189e6f8f15a93f7484380a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:54:38 +0200 Subject: [PATCH 19/58] ruby-rubysl-singleton: rebuild for ruby-2.7.1. --- srcpkgs/ruby-rubysl-singleton/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-rubysl-singleton/template b/srcpkgs/ruby-rubysl-singleton/template index de2bae5fa39..a2b64a23ca4 100644 --- a/srcpkgs/ruby-rubysl-singleton/template +++ b/srcpkgs/ruby-rubysl-singleton/template @@ -1,7 +1,7 @@ # Template file for 'ruby-rubysl-singleton' pkgname=ruby-rubysl-singleton version=2.0.0 -revision=1 +revision=2 archs="noarch" build_style=gemspec hostmakedepends="ruby" From 19200e722fbbe3d0203e2ce5c61cda5fc2e2301f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:54:38 +0200 Subject: [PATCH 20/58] ruby-deep_merge: rebuild for ruby-2.7.1. --- srcpkgs/ruby-deep_merge/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-deep_merge/template b/srcpkgs/ruby-deep_merge/template index 252bb531fd4..851a1fd4901 100644 --- a/srcpkgs/ruby-deep_merge/template +++ b/srcpkgs/ruby-deep_merge/template @@ -1,7 +1,7 @@ # Template file for 'ruby-deep_merge' pkgname=ruby-deep_merge version=1.2.1 -revision=1 +revision=2 archs="noarch" wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec From 6bf0cbdfda875f1dc65214975114ef4cb2c8578d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:17 +0200 Subject: [PATCH 21/58] ruby-addressable: rebuild for ruby-2.7.1. --- srcpkgs/ruby-addressable/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-addressable/template b/srcpkgs/ruby-addressable/template index 65afa417a9f..0495e0176ec 100644 --- a/srcpkgs/ruby-addressable/template +++ b/srcpkgs/ruby-addressable/template @@ -1,7 +1,7 @@ # Template file for 'ruby-addressable' pkgname=ruby-addressable version=2.7.0 -revision=2 +revision=3 archs=noarch build_style=gem depends="ruby-public_suffix>=2.0.2 ruby-public_suffix<5.0" From ad758d0d3867b9dbbd7cf2a1e334f0df3dc95662 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:17 +0200 Subject: [PATCH 22/58] ruby-backports: rebuild for ruby-2.7.1. --- srcpkgs/ruby-backports/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-backports/template b/srcpkgs/ruby-backports/template index e7bd1b921a5..05f6a0e92f5 100644 --- a/srcpkgs/ruby-backports/template +++ b/srcpkgs/ruby-backports/template @@ -1,7 +1,7 @@ # Template file for 'ruby-backports' pkgname=ruby-backports version=3.15.0 -revision=1 +revision=2 build_style=gem short_desc="Essential backports that enable many of the nice features of Ruby" maintainer="Orphaned " From 389d729ddff1a489ec8e953ba7b9fcb94690dd9a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:17 +0200 Subject: [PATCH 23/58] ruby-concurrent-ruby: rebuild for ruby-2.7.1. --- srcpkgs/ruby-concurrent-ruby/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-concurrent-ruby/template b/srcpkgs/ruby-concurrent-ruby/template index eaeb1f326b6..f702b3a2c09 100644 --- a/srcpkgs/ruby-concurrent-ruby/template +++ b/srcpkgs/ruby-concurrent-ruby/template @@ -1,7 +1,7 @@ # Template file for 'ruby-concurrent-ruby' pkgname=ruby-concurrent-ruby version=1.1.5 -revision=2 +revision=3 archs="noarch" build_style=gem hostmakedepends="ruby" From 8ae507e07e6f2ac7a9e6d6dc64ca13f58527d5b3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:17 +0200 Subject: [PATCH 24/58] ruby-connection_pool: rebuild for ruby-2.7.1. --- srcpkgs/ruby-connection_pool/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-connection_pool/template b/srcpkgs/ruby-connection_pool/template index 428ddf6c2ee..0ef9ffee343 100644 --- a/srcpkgs/ruby-connection_pool/template +++ b/srcpkgs/ruby-connection_pool/template @@ -1,7 +1,7 @@ # Template file for 'ruby-connection_pool' pkgname=ruby-connection_pool version=2.2.2 -revision=2 +revision=3 archs=noarch build_style=gem short_desc="Generic connection pool for Ruby" From eae05d54ec84ab09123219e61b4962f6beb08b92 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:18 +0200 Subject: [PATCH 25/58] ruby-erubis: rebuild for ruby-2.7.1. --- srcpkgs/ruby-erubis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-erubis/template b/srcpkgs/ruby-erubis/template index 18e85dbceab..02c906f9d01 100644 --- a/srcpkgs/ruby-erubis/template +++ b/srcpkgs/ruby-erubis/template @@ -1,7 +1,7 @@ # Template file for 'ruby-erubis' pkgname=ruby-erubis version=2.7.0 -revision=2 +revision=3 build_style=gem short_desc="Erubis is an implementation of eRuby" maintainer="Orphaned " From 86807a559497b8e62d70eba2943c5a33958f7e38 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:18 +0200 Subject: [PATCH 26/58] ruby-ethon: rebuild for ruby-2.7.1. --- srcpkgs/ruby-ethon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-ethon/template b/srcpkgs/ruby-ethon/template index 70e9b201df6..6e19f1641e3 100644 --- a/srcpkgs/ruby-ethon/template +++ b/srcpkgs/ruby-ethon/template @@ -1,7 +1,7 @@ # Template file for 'ruby-ethon' pkgname=ruby-ethon version=0.12.0 -revision=1 +revision=2 archs=noarch build_style=gem depends="ruby-ffi>=1.3.0" From dd9ba5bd12f8b2a67c07a3b466afe3bfdf40e665 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:18 +0200 Subject: [PATCH 27/58] ruby-faraday: rebuild for ruby-2.7.1. --- srcpkgs/ruby-faraday/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-faraday/template b/srcpkgs/ruby-faraday/template index e7fcd5aa4c5..b5f0a4d72ea 100644 --- a/srcpkgs/ruby-faraday/template +++ b/srcpkgs/ruby-faraday/template @@ -1,7 +1,7 @@ # Template file for 'ruby-faraday' pkgname=ruby-faraday version=1.0.0 -revision=1 +revision=2 archs=noarch build_style=gem depends="ruby-multipart-post>=1.2 ruby-multipart-post<3" From 02cfcbf3db49fcc87c7e66151ae99aebd22be7cb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:18 +0200 Subject: [PATCH 28/58] ruby-faraday_middleware: rebuild for ruby-2.7.1. --- srcpkgs/ruby-faraday_middleware/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-faraday_middleware/template b/srcpkgs/ruby-faraday_middleware/template index 0bff1baaf25..c81e1cbd54a 100644 --- a/srcpkgs/ruby-faraday_middleware/template +++ b/srcpkgs/ruby-faraday_middleware/template @@ -1,7 +1,7 @@ # Template file for 'ruby-faraday_middleware' pkgname=ruby-faraday_middleware version=0.13.1 -revision=1 +revision=2 archs=noarch build_style=gem depends="ruby-faraday>=0.7.4 ruby-faraday<1.0" From 97b21c6ce5caf4e8ec9db93203d33e2dda87c5b2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:18 +0200 Subject: [PATCH 29/58] ruby-filesize: rebuild for ruby-2.7.1. --- srcpkgs/ruby-filesize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template index 23fdc5e86b3..dad1a39f098 100644 --- a/srcpkgs/ruby-filesize/template +++ b/srcpkgs/ruby-filesize/template @@ -1,7 +1,7 @@ # Template file for 'ruby-filesize' pkgname=ruby-filesize version=0.2.0 -revision=2 +revision=3 archs=noarch build_style=gem short_desc="Small class for handling filesizes" From 8ea4a3bef73456479b9d216cbc7241bab43f1b32 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:18 +0200 Subject: [PATCH 30/58] ruby-gh: rebuild for ruby-2.7.1. --- srcpkgs/ruby-gh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-gh/template b/srcpkgs/ruby-gh/template index 5d6421b9fbe..0a9899994f1 100644 --- a/srcpkgs/ruby-gh/template +++ b/srcpkgs/ruby-gh/template @@ -1,7 +1,7 @@ # Template file for 'ruby-gh' pkgname=ruby-gh version=0.15.1 -revision=2 +revision=3 archs=noarch build_style=gem depends="ruby-addressable>=2.4.0 ruby-backports ruby-faraday>=0.8 From 3a85eeb220f7e4448a987896391be4ff98d57c82 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:19 +0200 Subject: [PATCH 31/58] ruby-highline: rebuild for ruby-2.7.1. --- srcpkgs/ruby-highline/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-highline/template b/srcpkgs/ruby-highline/template index f0d8ecc7179..5064e4167c3 100644 --- a/srcpkgs/ruby-highline/template +++ b/srcpkgs/ruby-highline/template @@ -1,7 +1,7 @@ # Template file for 'ruby-highline' pkgname=ruby-highline version=2.0.3 -revision=1 +revision=2 archs=noarch build_style=gem short_desc="High-level IO library for comamndline interfaces" From 70e6b11b4dcbe7fdfd24df90224fae68a44c3e8c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:19 +0200 Subject: [PATCH 32/58] ruby-hpricot: rebuild for ruby-2.7.1. --- srcpkgs/ruby-hpricot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-hpricot/template b/srcpkgs/ruby-hpricot/template index ba33262b707..af41366f7c4 100644 --- a/srcpkgs/ruby-hpricot/template +++ b/srcpkgs/ruby-hpricot/template @@ -1,7 +1,7 @@ # Template file for 'ruby-hpricot' pkgname=ruby-hpricot version=0.8.6 -revision=3 +revision=4 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec makedepends="ruby-devel" From 981c415569a820bf38e3d1e359ebbb83f5c64ddc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:19 +0200 Subject: [PATCH 33/58] ruby-httparty: rebuild for ruby-2.7.1. --- srcpkgs/ruby-httparty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-httparty/template b/srcpkgs/ruby-httparty/template index dfb51dc862f..7a26fe321e7 100644 --- a/srcpkgs/ruby-httparty/template +++ b/srcpkgs/ruby-httparty/template @@ -1,7 +1,7 @@ # Template file for 'ruby-httparty' pkgname=ruby-httparty version=0.17.1 -revision=1 +revision=2 archs=noarch build_style=gem depends="ruby-mime-types>=3.0 ruby-multi_xml>=0.5.2" From 037da35ba2ec286d89714dc41abfb7e7242d95d5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:19 +0200 Subject: [PATCH 34/58] ruby-launchy: rebuild for ruby-2.7.1. --- srcpkgs/ruby-launchy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-launchy/template b/srcpkgs/ruby-launchy/template index aab45c852f5..1586ac19625 100644 --- a/srcpkgs/ruby-launchy/template +++ b/srcpkgs/ruby-launchy/template @@ -1,7 +1,7 @@ # Template file for 'ruby-launchy' pkgname=ruby-launchy version=2.4.3 -revision=2 +revision=3 archs=noarch build_style=gem depends="ruby-addressable>=2.3 ruby-addressable<3.0" From 3e6c22ed9fa753bd21bc1fd1e27f992fb5f3ecf7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:19 +0200 Subject: [PATCH 35/58] ruby-manpages: rebuild for ruby-2.7.1. --- srcpkgs/ruby-manpages/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template index d3018c75639..2521b71af56 100644 --- a/srcpkgs/ruby-manpages/template +++ b/srcpkgs/ruby-manpages/template @@ -1,7 +1,7 @@ # Template file for 'ruby-manpages' pkgname=ruby-manpages version=0.6.1 -revision=2 +revision=3 archs=noarch build_style=gem short_desc="Gem to add man pages support to ruby gems" From a334d3b531f1cdc4dd5f7b9a6a6fa85fe0883b93 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:19 +0200 Subject: [PATCH 36/58] ruby-mime-types: rebuild for ruby-2.7.1. --- srcpkgs/ruby-mime-types/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-mime-types/template b/srcpkgs/ruby-mime-types/template index cf778f045fd..1512f5f9a6c 100644 --- a/srcpkgs/ruby-mime-types/template +++ b/srcpkgs/ruby-mime-types/template @@ -1,7 +1,7 @@ # Template file for 'ruby-mime-types' pkgname=ruby-mime-types version=3.3 -revision=1 +revision=2 archs=noarch build_style=gem depends="ruby-mime-types-data>=3.2015" From 84f56108535ba6703323bfa8d179ade2ce5362de Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:19 +0200 Subject: [PATCH 37/58] ruby-mime-types-data: rebuild for ruby-2.7.1. --- srcpkgs/ruby-mime-types-data/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-mime-types-data/template b/srcpkgs/ruby-mime-types-data/template index 5b2c2e8ae74..d8b3958fc44 100644 --- a/srcpkgs/ruby-mime-types-data/template +++ b/srcpkgs/ruby-mime-types-data/template @@ -1,7 +1,7 @@ # Template file for 'ruby-mime-types-data' pkgname=ruby-mime-types-data version=3.2019.1009 -revision=1 +revision=2 archs=noarch build_style=gem short_desc="Registry for MIME media type definitions" From a506455538eca1c6590cc892fa5162b7d89e1f22 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:20 +0200 Subject: [PATCH 38/58] ruby-mini_portile2: rebuild for ruby-2.7.1. --- srcpkgs/ruby-mini_portile2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-mini_portile2/template b/srcpkgs/ruby-mini_portile2/template index 7a5be2a2784..9ddedc336f5 100644 --- a/srcpkgs/ruby-mini_portile2/template +++ b/srcpkgs/ruby-mini_portile2/template @@ -1,7 +1,7 @@ # Template file for 'ruby-mini_portile2' pkgname=ruby-mini_portile2 version=2.4.0 -revision=1 +revision=2 build_style=gem short_desc="Simplistic port-like solution for developers" maintainer="Orphaned " From 4104d911b6533559b142f789c7825abc0355a98c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:20 +0200 Subject: [PATCH 39/58] ruby-multi_json: rebuild for ruby-2.7.1. --- srcpkgs/ruby-multi_json/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-multi_json/template b/srcpkgs/ruby-multi_json/template index ea054b27805..71c3623f0fb 100644 --- a/srcpkgs/ruby-multi_json/template +++ b/srcpkgs/ruby-multi_json/template @@ -1,7 +1,7 @@ # Template file for 'ruby-multi_json' pkgname=ruby-multi_json version=1.14.1 -revision=1 +revision=2 archs=noarch build_style=gem short_desc="Common interface for multiple JSON parsing libraries" From 576758669345adc4156a4e6a284514537eb278cc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:20 +0200 Subject: [PATCH 40/58] ruby-multi_xml: rebuild for ruby-2.7.1. --- srcpkgs/ruby-multi_xml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-multi_xml/template b/srcpkgs/ruby-multi_xml/template index 6279a2e499c..3a4628c9e29 100644 --- a/srcpkgs/ruby-multi_xml/template +++ b/srcpkgs/ruby-multi_xml/template @@ -1,7 +1,7 @@ # Template file for 'ruby-multi_xml' pkgname=ruby-multi_xml version=0.6.0 -revision=2 +revision=3 archs=noarch build_style=gem short_desc="Swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML" From ac7997098300d1e5ec37fa206ef38576d7e03c52 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:20 +0200 Subject: [PATCH 41/58] ruby-multipart-post: rebuild for ruby-2.7.1. --- srcpkgs/ruby-multipart-post/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-multipart-post/template b/srcpkgs/ruby-multipart-post/template index 9c657d8e190..a2b21ce7627 100644 --- a/srcpkgs/ruby-multipart-post/template +++ b/srcpkgs/ruby-multipart-post/template @@ -1,7 +1,7 @@ # Template file for 'ruby-multipart-post' pkgname=ruby-multipart-post version=2.1.1 -revision=1 +revision=2 archs=noarch build_style=gem short_desc="Use with Net::HTTP to do multipart form posts" From dda0a4a53f1aaaf844cd6c351c165ce101acde5f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:20 +0200 Subject: [PATCH 42/58] ruby-mustache: rebuild for ruby-2.7.1. --- srcpkgs/ruby-mustache/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-mustache/template b/srcpkgs/ruby-mustache/template index 1bbbcd8da0e..96ebfb59b27 100644 --- a/srcpkgs/ruby-mustache/template +++ b/srcpkgs/ruby-mustache/template @@ -1,7 +1,7 @@ # Template file for 'ruby-mustache' pkgname=ruby-mustache version=1.1.1 -revision=1 +revision=2 archs=noarch build_style=gem short_desc="Framework-agnostic way to render logic-free views" From 303a5a5fe7f903d4fff813e68177d83b39ad2dbc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:20 +0200 Subject: [PATCH 43/58] ruby-net-http-persistent: rebuild for ruby-2.7.1. --- srcpkgs/ruby-net-http-persistent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-net-http-persistent/template b/srcpkgs/ruby-net-http-persistent/template index 6552be19a18..afae4ea0308 100644 --- a/srcpkgs/ruby-net-http-persistent/template +++ b/srcpkgs/ruby-net-http-persistent/template @@ -1,7 +1,7 @@ # Template file for 'ruby-net-http-persistent' pkgname=ruby-net-http-persistent version=3.1.0 -revision=1 +revision=2 archs=noarch build_style=gem depends="ruby-connection_pool>=2.2 ruby-connection_pool<3.0" From 8b56e4e32a25ff1151e483cd526037b1543fe8b3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:21 +0200 Subject: [PATCH 44/58] ruby-net-http-pipeline: rebuild for ruby-2.7.1. --- srcpkgs/ruby-net-http-pipeline/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-net-http-pipeline/template b/srcpkgs/ruby-net-http-pipeline/template index 25304d334fc..0cb6aa687ff 100644 --- a/srcpkgs/ruby-net-http-pipeline/template +++ b/srcpkgs/ruby-net-http-pipeline/template @@ -1,7 +1,7 @@ # Template file for 'ruby-net-http-pipeline' pkgname=ruby-net-http-pipeline version=1.0.1 -revision=2 +revision=3 archs=noarch build_style=gem short_desc="HTTP/1.1 pipelining implementation atop Net::HTTP" From d41cbc8a9d5fdc7f3d32f5ef06ecf535aadd7471 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:21 +0200 Subject: [PATCH 45/58] ruby-pkg-config: rebuild for ruby-2.7.1. --- srcpkgs/ruby-pkg-config/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-pkg-config/template b/srcpkgs/ruby-pkg-config/template index e1698b53394..2febf3bed6b 100644 --- a/srcpkgs/ruby-pkg-config/template +++ b/srcpkgs/ruby-pkg-config/template @@ -1,7 +1,7 @@ # Template file for 'ruby-pkg-config' pkgname=ruby-pkg-config version=1.4.0 -revision=1 +revision=2 build_style=gem short_desc="Properly detect need libraries for compiling Ruby native extensions" maintainer="Orphaned " From 57aa20eb025d658490870d9f1c031de9b82a675a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:21 +0200 Subject: [PATCH 46/58] ruby-public_suffix: rebuild for ruby-2.7.1. --- srcpkgs/ruby-public_suffix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-public_suffix/template b/srcpkgs/ruby-public_suffix/template index 23dc288f4cf..ec94bd34ca3 100644 --- a/srcpkgs/ruby-public_suffix/template +++ b/srcpkgs/ruby-public_suffix/template @@ -1,7 +1,7 @@ # Template file for 'ruby-public_suffix' pkgname=ruby-public_suffix version=4.0.2 -revision=1 +revision=2 archs=noarch build_style=gem short_desc="Parse domain names into top level domain, domain and subdomains" From cebfa19dee1c700dae62ae260101505d001db75e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:21 +0200 Subject: [PATCH 47/58] ruby-pusher-client: rebuild for ruby-2.7.1. --- srcpkgs/ruby-pusher-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-pusher-client/template b/srcpkgs/ruby-pusher-client/template index dc9308e99f8..9b41bbf12ef 100644 --- a/srcpkgs/ruby-pusher-client/template +++ b/srcpkgs/ruby-pusher-client/template @@ -1,7 +1,7 @@ # Template file for 'ruby-pusher-client' pkgname=ruby-pusher-client version=0.6.2 -revision=2 +revision=3 archs=noarch build_style=gem depends="ruby-websocket>=1.0 ruby-websocket<2.0" From 33a4c29c3b24ef81726d8ea5c0ac4c0f1f7702fc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:21 +0200 Subject: [PATCH 48/58] ruby-rainbow: rebuild for ruby-2.7.1. --- srcpkgs/ruby-rainbow/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-rainbow/template b/srcpkgs/ruby-rainbow/template index dae0177c0d5..dc2c03331d4 100644 --- a/srcpkgs/ruby-rainbow/template +++ b/srcpkgs/ruby-rainbow/template @@ -1,7 +1,7 @@ # Template file for 'ruby-rainbow' pkgname=ruby-rainbow version=3.0.0 -revision=2 +revision=3 archs=noarch build_style=gem short_desc="Colorize printed text on ANSI terminals" From 928c02f98f540fc497f17706cc7d1f15df801bd7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:21 +0200 Subject: [PATCH 49/58] ruby-rb-readline: rebuild for ruby-2.7.1. --- srcpkgs/ruby-rb-readline/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-rb-readline/template b/srcpkgs/ruby-rb-readline/template index f7ff697fc6e..5457b9cd5d1 100644 --- a/srcpkgs/ruby-rb-readline/template +++ b/srcpkgs/ruby-rb-readline/template @@ -1,7 +1,7 @@ # Template file for 'ruby-rb-readline' pkgname=ruby-rb-readline version=0.5.5 -revision=2 +revision=3 archs=noarch build_style=gem depends="ruby" From 4afb9fe87df773cdbd9238f80db437a748b7e7b8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:21 +0200 Subject: [PATCH 50/58] ruby-rdiscount: rebuild for ruby-2.7.1. --- srcpkgs/ruby-rdiscount/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-rdiscount/template b/srcpkgs/ruby-rdiscount/template index 835d3bae9fe..0b9bd724fd5 100644 --- a/srcpkgs/ruby-rdiscount/template +++ b/srcpkgs/ruby-rdiscount/template @@ -1,7 +1,7 @@ # Template file for 'ruby-rdiscount' pkgname=ruby-rdiscount version=2.2.0.1 -revision=3 +revision=4 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec makedepends="ruby-devel" From 3e051dd539e1987024d1bc0d25707a2d82bdb04f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:22 +0200 Subject: [PATCH 51/58] ruby-ronn: rebuild for ruby-2.7.1. --- srcpkgs/ruby-ronn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-ronn/template b/srcpkgs/ruby-ronn/template index a7e498329ba..cada3abd52d 100644 --- a/srcpkgs/ruby-ronn/template +++ b/srcpkgs/ruby-ronn/template @@ -1,7 +1,7 @@ # Template file for 'ruby-ronn' pkgname=ruby-ronn version=0.7.3 -revision=2 +revision=3 archs=noarch build_style=gem depends="ruby-hpricot ruby-mustache ruby-rdiscount groff" From a4b053cbf60b15e3b355bbe7efb4e5849ec8a91a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:22 +0200 Subject: [PATCH 52/58] ruby-thor: rebuild for ruby-2.7.1. --- srcpkgs/ruby-thor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template index dc324c08a63..4a642ef8fae 100644 --- a/srcpkgs/ruby-thor/template +++ b/srcpkgs/ruby-thor/template @@ -1,7 +1,7 @@ # Template file for 'ruby-thor' pkgname=ruby-thor version=0.20.3 -revision=2 +revision=3 build_style=gem short_desc="Toolkit for building powerful command-line interfaces" maintainer="Orphaned " From b3d45575baf49754842ff2dab245f5bf3b24167f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:22 +0200 Subject: [PATCH 53/58] ruby-tmuxinator: rebuild for ruby-2.7.1. --- srcpkgs/ruby-tmuxinator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template index ca18ac94965..f5d3b1f4282 100644 --- a/srcpkgs/ruby-tmuxinator/template +++ b/srcpkgs/ruby-tmuxinator/template @@ -1,7 +1,7 @@ # Template file for 'ruby-tmuxinator' pkgname=ruby-tmuxinator version=0.16.0 -revision=1 +revision=2 build_style=gem depends="ruby-erubis>=2.6 ruby-thor>=0.15.0 ruby-xdg>=2.2.3 tmux" short_desc="Create and manage complex tmux sessions easily" From 834bcb1e8569f15f9cafec994d426a8e0d0e666e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:22 +0200 Subject: [PATCH 54/58] ruby-travis: rebuild for ruby-2.7.1. --- srcpkgs/ruby-travis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-travis/template b/srcpkgs/ruby-travis/template index b7f1382b039..b0b20d2bc02 100644 --- a/srcpkgs/ruby-travis/template +++ b/srcpkgs/ruby-travis/template @@ -1,7 +1,7 @@ # Template file for 'ruby-travis' pkgname=ruby-travis version=1.8.10 -revision=1 +revision=2 archs=noarch build_style=gem depends="ruby-backports ruby-faraday>=0.9 ruby-faraday_middleware>=0.9.1 From b72d04ee96e55fd8f07e96cbf1f9944bad0d870b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:22 +0200 Subject: [PATCH 55/58] ruby-typhoeus: rebuild for ruby-2.7.1. --- srcpkgs/ruby-typhoeus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-typhoeus/template b/srcpkgs/ruby-typhoeus/template index 7b08216c4ba..33447f4b2bf 100644 --- a/srcpkgs/ruby-typhoeus/template +++ b/srcpkgs/ruby-typhoeus/template @@ -1,7 +1,7 @@ # Template file for 'ruby-typhoeus' pkgname=ruby-typhoeus version=1.3.1 -revision=2 +revision=3 archs=noarch build_style=gem depends="ruby-ethon>=0.9.0" From f4fa7d6c8e9c5b656a6a17a0020ecca9fd7ce642 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:22 +0200 Subject: [PATCH 56/58] ruby-websocket: rebuild for ruby-2.7.1. --- srcpkgs/ruby-websocket/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-websocket/template b/srcpkgs/ruby-websocket/template index 5d221fa67d6..83c913113f1 100644 --- a/srcpkgs/ruby-websocket/template +++ b/srcpkgs/ruby-websocket/template @@ -1,7 +1,7 @@ # Template file for 'ruby-websocket' pkgname=ruby-websocket version=1.2.8 -revision=2 +revision=3 archs=noarch build_style=gem short_desc="Universal Ruby library to handle WebSocket protocol" From 8d8c70cb900f55bd4b59ed0bcc0e1326f27225fa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:58:22 +0200 Subject: [PATCH 57/58] ruby-xdg: rebuild for ruby-2.7.1. --- srcpkgs/ruby-xdg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-xdg/template b/srcpkgs/ruby-xdg/template index 6d302dee9c2..7907717abfe 100644 --- a/srcpkgs/ruby-xdg/template +++ b/srcpkgs/ruby-xdg/template @@ -1,7 +1,7 @@ # Template file for 'ruby-xdg' pkgname=ruby-xdg version=3.1.1 -revision=1 +revision=2 build_style=gem short_desc="Module for supporting the XDG Base Directory Standard" maintainer="Orphaned " From 8d8d78710507ba3dc996301d149bddf231d46a38 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 15:00:16 +0200 Subject: [PATCH 58/58] puppet: rebuild for ruby-2.7.1. --- srcpkgs/puppet/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/puppet/template b/srcpkgs/puppet/template index 4916eceffee..126740bebfe 100644 --- a/srcpkgs/puppet/template +++ b/srcpkgs/puppet/template @@ -1,13 +1,13 @@ # Template file for 'puppet' pkgname=puppet version=6.11.1 -revision=2 +revision=3 archs=noarch build_style=ruby-module -hostmakedepends="ruby facter-devel hiera" +hostmakedepends="ruby facter-devel hiera which" makedepends="facter-devel" depends="ruby facter-devel hiera ruby-semantic_puppet - ruby-concurrent-ruby ruby-rubysl-singleton ruby-deep_merge" + ruby-concurrent-ruby ruby-rubysl-singleton ruby-deep_merge ruby-sync" short_desc="Server automation framework and application" maintainer="Orphaned " license="Apache-2.0"