From b8f4592c15bfbcb7c7e51d12d3ec29c8d9580dbe Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Mon, 28 Oct 2019 21:50:30 +0100 Subject: [PATCH 1/8] New package: ruby-jaro_winkler-1.5.3 --- srcpkgs/ruby-jaro_winkler/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ruby-jaro_winkler/template diff --git a/srcpkgs/ruby-jaro_winkler/template b/srcpkgs/ruby-jaro_winkler/template new file mode 100644 index 00000000000..9b05d51964a --- /dev/null +++ b/srcpkgs/ruby-jaro_winkler/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-jaro_winkler' +pkgname=ruby-jaro_winkler +version=1.5.3 +revision=1 +archs=noarch +build_style=gem +hostmakedepends="ruby-devel" +short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm" +maintainer="Eddie Barraco " +license="MIT" +homepage="https://github.com/tonytonyjan/jaro_winkler" +checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4 + +post_install() { + vlicense MIT-LICENSE.txt +} From 4a1a090160e341fa6ef80a036e5d488cb4a283b1 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Mon, 28 Oct 2019 21:56:16 +0100 Subject: [PATCH 2/8] New package: ruby-parallel-1.18.0 --- srcpkgs/ruby-parallel/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ruby-parallel/template diff --git a/srcpkgs/ruby-parallel/template b/srcpkgs/ruby-parallel/template new file mode 100644 index 00000000000..fdf9144b8c4 --- /dev/null +++ b/srcpkgs/ruby-parallel/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-parallel' +pkgname=ruby-parallel +version=1.18.0 +revision=1 +archs=noarch +build_style=gem +short_desc="Run any kind of code in parallel processes" +maintainer="Eddie Barraco " +license="MIT" +homepage="https://github.com/grosser/parallel" +checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724 + +post_install() { + vlicense MIT-LICENSE.txt +} From 85beb3fbba6b62aaa16ffad24fee0d7df8a458ec Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Mon, 28 Oct 2019 21:59:05 +0100 Subject: [PATCH 3/8] New package: ruby-parser-2.6.5.0 --- srcpkgs/ruby-parser/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ruby-parser/template diff --git a/srcpkgs/ruby-parser/template b/srcpkgs/ruby-parser/template new file mode 100644 index 00000000000..239f7066360 --- /dev/null +++ b/srcpkgs/ruby-parser/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-parser' +pkgname=ruby-parser +version=2.6.5.0 +revision=1 +archs=noarch +build_style=gem +short_desc="Ruby parser written in pure Ruby" +maintainer="Eddie Barraco " +license="MIT" +homepage="https://github.com/whitequark/parser" +checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25 + +post_install() { + vlicense LICENSE.txt +} From b7b9462fe1bedea8568a383d99bd015aaf2a5eef Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Mon, 28 Oct 2019 22:02:49 +0100 Subject: [PATCH 4/8] New package: ruby-progressbar-1.10.1 --- srcpkgs/ruby-progressbar/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ruby-progressbar/template diff --git a/srcpkgs/ruby-progressbar/template b/srcpkgs/ruby-progressbar/template new file mode 100644 index 00000000000..11ab6a8dac9 --- /dev/null +++ b/srcpkgs/ruby-progressbar/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-progressbar' +pkgname=ruby-progressbar +version=1.10.1 +revision=1 +archs=noarch +build_style=gem +short_desc="Extremely flexible text progress bar library" +maintainer="Eddie Barraco " +license="MIT" +homepage="https://github.com/jfelchner/ruby-progressbar" +checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823 + +post_install() { + vlicense LICENSE.txt +} From 60998f3df83fca8078e97d054ae88639ea45a3cd Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Mon, 28 Oct 2019 22:07:08 +0100 Subject: [PATCH 5/8] New package: ruby-unicode-display_width-1.6.0 --- srcpkgs/ruby-unicode-display_width/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ruby-unicode-display_width/template diff --git a/srcpkgs/ruby-unicode-display_width/template b/srcpkgs/ruby-unicode-display_width/template new file mode 100644 index 00000000000..c0ee7029a12 --- /dev/null +++ b/srcpkgs/ruby-unicode-display_width/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-unicode-display_width' +pkgname=ruby-unicode-display_width +version=1.6.0 +revision=1 +archs=noarch +build_style=gem +short_desc="Determines the monospace display width of a string" +maintainer="Eddie Barraco " +license="MIT" +homepage="https://github.com/janlelis/unicode-display_width" +checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22 + +post_install() { + vlicense MIT-LICENSE.txt +} From 82866ca5b0c865a0ecc8473a51c3e39606217b42 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Mon, 28 Oct 2019 22:08:43 +0100 Subject: [PATCH 6/8] New package: ruby-rubocop-0.76.0 --- srcpkgs/ruby-rubocop/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ruby-rubocop/template diff --git a/srcpkgs/ruby-rubocop/template b/srcpkgs/ruby-rubocop/template new file mode 100644 index 00000000000..d3b69f03375 --- /dev/null +++ b/srcpkgs/ruby-rubocop/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-rubocop' +pkgname=ruby-rubocop +version=0.76.0 +revision=1 +archs=noarch +build_style=gem +depends="ruby-jaro_winkler ruby-parallel ruby-parser ruby-rainbow ruby-progressbar ruby-unicode-display_width" +short_desc="Ruby code style checking tool" +maintainer="Eddie Barraco " +license="MIT" +homepage="https://www.rubocop.org/en/stable/" +checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f + +post_install() { + vlicense LICENSE.txt +} From 41af2fdb0102945978f562198eac9ab6e2cb3f8c Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Wed, 30 Oct 2019 08:40:17 +0100 Subject: [PATCH 7/8] ruby-jaro_winkler: update to 1.5.4 --- srcpkgs/ruby-jaro_winkler/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ruby-jaro_winkler/template b/srcpkgs/ruby-jaro_winkler/template index 9b05d51964a..2a2005e750f 100644 --- a/srcpkgs/ruby-jaro_winkler/template +++ b/srcpkgs/ruby-jaro_winkler/template @@ -1,6 +1,6 @@ # Template file for 'ruby-jaro_winkler' pkgname=ruby-jaro_winkler -version=1.5.3 +version=1.5.4 revision=1 archs=noarch build_style=gem @@ -9,8 +9,8 @@ short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm" maintainer="Eddie Barraco " license="MIT" homepage="https://github.com/tonytonyjan/jaro_winkler" -checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4 +checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9 post_install() { - vlicense MIT-LICENSE.txt + vlicense LICENSE.txt }