Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package:Ruby rubocop
@ 2019-10-29  6:45 voidlinux-github
  2019-10-29  6:51 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-29  6:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is a new pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package:Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6410 bytes --]

From cd59ae533e2c9cbc2b32ba42485985b281fb02f8 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/6] New package: ruby-jaro_winkler-1.5.3

---
 srcpkgs/ruby-jaro_winkler/template | 12 ++++++++++++
 1 file changed, 12 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..894c5f7bb74
--- /dev/null
+++ b/srcpkgs/ruby-jaro_winkler/template
@@ -0,0 +1,12 @@
+# Template file for 'ruby-jaro_winkler'
+pkgname=ruby-jaro_winkler
+version=1.5.3
+revision=1
+archs=noarch
+build_style=gem
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4

From c99ca3de42866a186f9c764d99e2d05488823fda Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 8294b8ab065a6617ce916d148d99df7a60359c2c Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/6] 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..f7d85694816
--- /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="A Ruby parser written in pure Ruby"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 4d17b10431d3daef2719650877e30e79b89adf80 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/6] 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..d20c6be5930
--- /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="Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From bbd610be5bdfd8c6cd1697db4a02b0d0281fe920 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/6] 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..2702f712913
--- /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 using EastAsianWidth.txt, Unicode general category, and other data"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From db22982e24ead677ca30c9f2e1feac26739a11c7 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/6] 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..7d82dae98e4
--- /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="Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package:Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
@ 2019-10-29  6:51 ` voidlinux-github
  2019-10-29  6:51 ` voidlinux-github
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-29  6:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package:Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6188 bytes --]

From cd59ae533e2c9cbc2b32ba42485985b281fb02f8 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/6] New package: ruby-jaro_winkler-1.5.3

---
 srcpkgs/ruby-jaro_winkler/template | 12 ++++++++++++
 1 file changed, 12 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..894c5f7bb74
--- /dev/null
+++ b/srcpkgs/ruby-jaro_winkler/template
@@ -0,0 +1,12 @@
+# Template file for 'ruby-jaro_winkler'
+pkgname=ruby-jaro_winkler
+version=1.5.3
+revision=1
+archs=noarch
+build_style=gem
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4

From c99ca3de42866a186f9c764d99e2d05488823fda Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 8fb8af3fb16537b2fd0dce29a9dd608759c5bfb2 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 6fe4eb7a14e125292dfbf66a492ea2bc3becff02 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/6] 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..a72d0dc2682
--- /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="Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby."
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a2424fd917f657c8f38fc45d140da4e8b48dd843 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From b668003671afaace3c2bc2b2cfc5c2a9a517854a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/6] 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..7d82dae98e4
--- /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="Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package:Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
  2019-10-29  6:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-29  6:51 ` voidlinux-github
  2019-10-29  7:06 ` [PR PATCH] [Updated] New Package: Ruby rubocop voidlinux-github
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-29  6:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package:Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6188 bytes --]

From cd59ae533e2c9cbc2b32ba42485985b281fb02f8 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/6] New package: ruby-jaro_winkler-1.5.3

---
 srcpkgs/ruby-jaro_winkler/template | 12 ++++++++++++
 1 file changed, 12 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..894c5f7bb74
--- /dev/null
+++ b/srcpkgs/ruby-jaro_winkler/template
@@ -0,0 +1,12 @@
+# Template file for 'ruby-jaro_winkler'
+pkgname=ruby-jaro_winkler
+version=1.5.3
+revision=1
+archs=noarch
+build_style=gem
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4

From c99ca3de42866a186f9c764d99e2d05488823fda Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 8fb8af3fb16537b2fd0dce29a9dd608759c5bfb2 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 6fe4eb7a14e125292dfbf66a492ea2bc3becff02 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/6] 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..a72d0dc2682
--- /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="Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby."
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a2424fd917f657c8f38fc45d140da4e8b48dd843 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From b668003671afaace3c2bc2b2cfc5c2a9a517854a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/6] 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..7d82dae98e4
--- /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="Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
  2019-10-29  6:51 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-29  6:51 ` voidlinux-github
@ 2019-10-29  7:06 ` voidlinux-github
  2019-10-29  7:06 ` voidlinux-github
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-29  7:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6160 bytes --]

From 88777531c0035215bcd2eca8cbe8d0536ae8c561 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/6] New package: ruby-jaro_winkler-1.5.3

---
 srcpkgs/ruby-jaro_winkler/template | 12 ++++++++++++
 1 file changed, 12 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..0d9db746c44
--- /dev/null
+++ b/srcpkgs/ruby-jaro_winkler/template
@@ -0,0 +1,12 @@
+# Template file for 'ruby-jaro_winkler'
+pkgname=ruby-jaro_winkler
+version=1.5.3
+revision=1
+archs=noarch
+build_style=gem
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4

From a0593e7192915bd924940d8f0fd6a58c2947c781 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From da744dd3e1344da39a04f4c96b9fa0ab62a60b18 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 28e362bae94029e5300f44441650c9c67cee356b Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/6] 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..a72d0dc2682
--- /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="Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby."
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 64f0496e552edf4c21d4063faed363369f50ff50 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 2bad9beed955cbe8772351e27d0b03c8c2dc12fb Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/6] 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..7d82dae98e4
--- /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="Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-29  7:06 ` [PR PATCH] [Updated] New Package: Ruby rubocop voidlinux-github
@ 2019-10-29  7:06 ` voidlinux-github
  2019-10-29  7:24 ` voidlinux-github
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-29  7:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6160 bytes --]

From 88777531c0035215bcd2eca8cbe8d0536ae8c561 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/6] New package: ruby-jaro_winkler-1.5.3

---
 srcpkgs/ruby-jaro_winkler/template | 12 ++++++++++++
 1 file changed, 12 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..0d9db746c44
--- /dev/null
+++ b/srcpkgs/ruby-jaro_winkler/template
@@ -0,0 +1,12 @@
+# Template file for 'ruby-jaro_winkler'
+pkgname=ruby-jaro_winkler
+version=1.5.3
+revision=1
+archs=noarch
+build_style=gem
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4

From a0593e7192915bd924940d8f0fd6a58c2947c781 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From da744dd3e1344da39a04f4c96b9fa0ab62a60b18 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 28e362bae94029e5300f44441650c9c67cee356b Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/6] 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..a72d0dc2682
--- /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="Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby."
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 64f0496e552edf4c21d4063faed363369f50ff50 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 2bad9beed955cbe8772351e27d0b03c8c2dc12fb Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/6] 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..7d82dae98e4
--- /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="Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-29  7:24 ` voidlinux-github
@ 2019-10-29  7:24 ` voidlinux-github
  2019-10-30  7:41 ` voidlinux-github
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-29  7:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6116 bytes --]

From 2a5cf33d1e9cafe449e297ec137c020d37b1118a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/6] 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..016cd9d663a
--- /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
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From a33e48ca5ccb1e20a494bcce721bbf3c3da102c5 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From fe73617ba45939b72e9815570f459cea55aaac2a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From db56ed58ef66d20b5f0db791df8831e4a5530c51 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 5fdcddc9abbd6dbb5eee7752653b697673137cf0 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 55d3251b174ec941e7efc234217a64123d777f9e Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-29  7:06 ` voidlinux-github
@ 2019-10-29  7:24 ` voidlinux-github
  2019-10-29  7:24 ` voidlinux-github
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-29  7:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6116 bytes --]

From 2a5cf33d1e9cafe449e297ec137c020d37b1118a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/6] 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..016cd9d663a
--- /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
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From a33e48ca5ccb1e20a494bcce721bbf3c3da102c5 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From fe73617ba45939b72e9815570f459cea55aaac2a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From db56ed58ef66d20b5f0db791df8831e4a5530c51 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 5fdcddc9abbd6dbb5eee7752653b697673137cf0 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 55d3251b174ec941e7efc234217a64123d777f9e Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-29  7:24 ` voidlinux-github
@ 2019-10-30  7:41 ` voidlinux-github
  2019-10-30  7:41 ` voidlinux-github
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-30  7:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 7228 bytes --]

From 2a5cf33d1e9cafe449e297ec137c020d37b1118a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/7] 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..016cd9d663a
--- /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
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From a33e48ca5ccb1e20a494bcce721bbf3c3da102c5 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From fe73617ba45939b72e9815570f459cea55aaac2a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From db56ed58ef66d20b5f0db791df8831e4a5530c51 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 5fdcddc9abbd6dbb5eee7752653b697673137cf0 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 55d3251b174ec941e7efc234217a64123d777f9e Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 88f3a23633792496b1095e209e997bc6f72f7a01 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Wed, 30 Oct 2019 08:40:17 +0100
Subject: [PATCH 7/7] 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 016cd9d663a..5a3a963e2a2 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 <contact@eddiebarraco.fr>"
 license="MIT"
 homepage="https://github.com/tonytonyjan/jaro_winkler"
-checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
 
 post_install() {
-	vlicense MIT-LICENSE.txt
+	vlicense LICENSE.txt
 }

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-30  7:41 ` voidlinux-github
@ 2019-10-30  7:41 ` voidlinux-github
  2019-11-04 14:27 ` voidlinux-github
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-10-30  7:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 7228 bytes --]

From 2a5cf33d1e9cafe449e297ec137c020d37b1118a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/7] 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..016cd9d663a
--- /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
+makedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From a33e48ca5ccb1e20a494bcce721bbf3c3da102c5 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From fe73617ba45939b72e9815570f459cea55aaac2a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From db56ed58ef66d20b5f0db791df8831e4a5530c51 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 5fdcddc9abbd6dbb5eee7752653b697673137cf0 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 55d3251b174ec941e7efc234217a64123d777f9e Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 88f3a23633792496b1095e209e997bc6f72f7a01 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Wed, 30 Oct 2019 08:40:17 +0100
Subject: [PATCH 7/7] 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 016cd9d663a..5a3a963e2a2 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 <contact@eddiebarraco.fr>"
 license="MIT"
 homepage="https://github.com/tonytonyjan/jaro_winkler"
-checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
 
 post_install() {
-	vlicense MIT-LICENSE.txt
+	vlicense LICENSE.txt
 }

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-30  7:41 ` voidlinux-github
@ 2019-11-04 14:27 ` voidlinux-github
  2019-11-04 15:47 ` voidlinux-github
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-04 14:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 7232 bytes --]

From b8f4592c15bfbcb7c7e51d12d3ec29c8d9580dbe Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Wed, 30 Oct 2019 08:40:17 +0100
Subject: [PATCH 7/7] 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 <contact@eddiebarraco.fr>"
 license="MIT"
 homepage="https://github.com/tonytonyjan/jaro_winkler"
-checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
 
 post_install() {
-	vlicense MIT-LICENSE.txt
+	vlicense LICENSE.txt
 }

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (8 preceding siblings ...)
  2019-11-04 14:27 ` voidlinux-github
@ 2019-11-04 15:47 ` voidlinux-github
  2019-11-04 15:50 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-04 15:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-549414799

Comment:
```
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
```

Is this a common problem ? Should we just restart the build ? It seems to works on my machine.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (9 preceding siblings ...)
  2019-11-04 15:47 ` voidlinux-github
@ 2019-11-04 15:50 ` voidlinux-github
  2019-11-04 15:50 ` voidlinux-github
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-04 15:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 7232 bytes --]

From b8f4592c15bfbcb7c7e51d12d3ec29c8d9580dbe Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
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 <contact@eddiebarraco.fr>"
 license="MIT"
 homepage="https://github.com/tonytonyjan/jaro_winkler"
-checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
 
 post_install() {
-	vlicense MIT-LICENSE.txt
+	vlicense LICENSE.txt
 }

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (10 preceding siblings ...)
  2019-11-04 15:50 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-04 15:50 ` voidlinux-github
  2019-11-04 19:34 ` voidlinux-github
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-04 15:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 7232 bytes --]

From b8f4592c15bfbcb7c7e51d12d3ec29c8d9580dbe Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Wed, 30 Oct 2019 08:40:17 +0100
Subject: [PATCH 7/7] 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 <contact@eddiebarraco.fr>"
 license="MIT"
 homepage="https://github.com/tonytonyjan/jaro_winkler"
-checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
 
 post_install() {
-	vlicense MIT-LICENSE.txt
+	vlicense LICENSE.txt
 }

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (11 preceding siblings ...)
  2019-11-04 15:50 ` voidlinux-github
@ 2019-11-04 19:34 ` voidlinux-github
  2019-11-06  7:31 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-04 19:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6101 bytes --]

From 5c85e05f25fa6e348698ce1bd485310433672c5b Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/6] New package: ruby-jaro_winkler-1.5.3

---
 srcpkgs/ruby-jaro_winkler/template | 15 +++++++++++++++
 1 file changed, 15 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..a708af8dcb4
--- /dev/null
+++ b/srcpkgs/ruby-jaro_winkler/template
@@ -0,0 +1,15 @@
+# Template file for 'ruby-jaro_winkler'
+pkgname=ruby-jaro_winkler
+version=1.5.4
+revision=1
+build_style=gem
+hostmakedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a430fbd42abcc9d59db41fceff45b33c180df8d8 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From e120b67bcad5a03cefe7597b47e0c40c3da6beb1 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 84efe97f4a949b41152b1980d0fa5fc36fa9ef6c Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 3568cca41fc9010a9bc163efb7cae0e29affbb31 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 682053e871151190efa154b393eb567e28d7aea8 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/6] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Closed]: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (12 preceding siblings ...)
  2019-11-04 19:34 ` voidlinux-github
@ 2019-11-06  7:31 ` voidlinux-github
  2019-11-06  7:32 ` voidlinux-github
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-06  7:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a closed pull request on the void-packages repository

New Package: Ruby rubocop
https://github.com/void-linux/void-packages/pull/15889

Description:


^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (13 preceding siblings ...)
  2019-11-06  7:31 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-11-06  7:32 ` voidlinux-github
  2019-11-06  7:32 ` voidlinux-github
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-06  7:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-550183427

Comment:
How could I restart the travis builds ?

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (14 preceding siblings ...)
  2019-11-06  7:32 ` voidlinux-github
@ 2019-11-06  7:32 ` voidlinux-github
  2019-11-06 10:59 ` voidlinux-github
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-06  7:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-550183427

Comment:
How could I restart the travis builds ?

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (15 preceding siblings ...)
  2019-11-06  7:32 ` voidlinux-github
@ 2019-11-06 10:59 ` voidlinux-github
  2020-01-27 20:25 ` voidlinux-github
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-11-06 10:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-550259249

Comment:
Yata! It is now mergeable.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (16 preceding siblings ...)
  2019-11-06 10:59 ` voidlinux-github
@ 2020-01-27 20:25 ` voidlinux-github
  2020-01-27 22:28 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-27 20:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-578936089

Comment:
Does not run.
```
$ rubocop
Could not find 'ast' (>= 2.4.0) among 51 total gem(s)
```

Are /usr/bin/setup, /usr/bin/console necessary?

Should be rather named rubocop as mainly commandline utility.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (17 preceding siblings ...)
  2020-01-27 20:25 ` voidlinux-github
@ 2020-01-27 22:28 ` voidlinux-github
  2020-01-27 22:28 ` voidlinux-github
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-27 22:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 6999 bytes --]

From 05dfb626945766f45e3d147a1c94d2f41308f05c Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/7] New package: ruby-jaro_winkler-1.5.3

---
 srcpkgs/ruby-jaro_winkler/template | 15 +++++++++++++++
 1 file changed, 15 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..a708af8dcb4
--- /dev/null
+++ b/srcpkgs/ruby-jaro_winkler/template
@@ -0,0 +1,15 @@
+# Template file for 'ruby-jaro_winkler'
+pkgname=ruby-jaro_winkler
+version=1.5.4
+revision=1
+build_style=gem
+hostmakedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 94b60c1c41e10ec9e883c6198c4110d2c2e88eab Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 135a0707e748d93f4d984cc04f3e56ed9fe56683 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 87a820c701acb30b9d624837691d880997bb926f Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 4abeab8a84aea37730126c1c19b25a22b1240d8a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 1ae3fd5007f5ee3b1ce7e5b0b39abe308e87b544 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/7] New package: ruby-rubocop-0.76.0

---
 srcpkgs/rubocop/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/rubocop/template

diff --git a/srcpkgs/rubocop/template b/srcpkgs/rubocop/template
new file mode 100644
index 00000000000..d3b69f03375
--- /dev/null
+++ b/srcpkgs/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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a8caf00077c80c00495884dc116d1d5ff78d1617 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Mon, 27 Jan 2020 23:21:39 +0100
Subject: [PATCH 7/7] New package: ruby-ast-2.4.0

---
 srcpkgs/ruby-ast/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ruby-ast/template

diff --git a/srcpkgs/ruby-ast/template b/srcpkgs/ruby-ast/template
new file mode 100644
index 00000000000..fea0f15fbf4
--- /dev/null
+++ b/srcpkgs/ruby-ast/template
@@ -0,0 +1,15 @@
+# Template file for 'ruby-ast'
+pkgname=ruby-ast
+version=2.4.0
+revision=1
+archs=noarch
+build_style=gem
+short_desc="Library for working with Abstract Syntax Trees"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/ast"
+checksum=a7270b78d8c970e90a5b932471c691e3ca74aa8be030f1a954d38ec487d79aa0
+
+post_install() {
+	vlicense LICENSE.MIT
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (18 preceding siblings ...)
  2020-01-27 22:28 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-27 22:28 ` voidlinux-github
  2020-01-27 22:29 ` voidlinux-github
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-27 22:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-578986015

Comment:
I added ast but I got a new issue with progressbar. I'm on it

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (19 preceding siblings ...)
  2020-01-27 22:28 ` voidlinux-github
@ 2020-01-27 22:29 ` voidlinux-github
  2020-01-27 22:30 ` voidlinux-github
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-27 22:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-578986331

Comment:
> Are /usr/bin/setup, /usr/bin/console necessary?

What do you mean?

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (20 preceding siblings ...)
  2020-01-27 22:29 ` voidlinux-github
@ 2020-01-27 22:30 ` voidlinux-github
  2020-01-27 22:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-27 22:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-578986331

Comment:
> Are /usr/bin/setup, /usr/bin/console necessary?

What do you mean?

Edit: Okay understood. How to avoid them? Should I implement my own install methods ?

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (21 preceding siblings ...)
  2020-01-27 22:30 ` voidlinux-github
@ 2020-01-27 22:42 ` voidlinux-github
  2020-01-27 22:42 ` voidlinux-github
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-27 22:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 7039 bytes --]

From 05dfb626945766f45e3d147a1c94d2f41308f05c Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/7] New package: ruby-jaro_winkler-1.5.3

---
 srcpkgs/ruby-jaro_winkler/template | 15 +++++++++++++++
 1 file changed, 15 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..a708af8dcb4
--- /dev/null
+++ b/srcpkgs/ruby-jaro_winkler/template
@@ -0,0 +1,15 @@
+# Template file for 'ruby-jaro_winkler'
+pkgname=ruby-jaro_winkler
+version=1.5.4
+revision=1
+build_style=gem
+hostmakedepends="ruby-devel"
+short_desc="Ruby & C implementation of Jaro-Winkler distance algorithm"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/tonytonyjan/jaro_winkler"
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 94b60c1c41e10ec9e883c6198c4110d2c2e88eab Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/grosser/parallel"
+checksum=1feafefa50df92e60d694ca83cd5c8290b273f4dbf4189c873e3f9fff32f3724
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 135a0707e748d93f4d984cc04f3e56ed9fe56683 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/parser"
+checksum=3c8a1a1e26ba7b93a0d848b2a1fd558164881c879b18fe19c58a9946c9deaa25
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 87a820c701acb30b9d624837691d880997bb926f Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/jfelchner/ruby-progressbar"
+checksum=aa1c5b88074abced1a510dcc1a6d58a313b48b800f0e1f997ae4aacbb4ace823
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 4abeab8a84aea37730126c1c19b25a22b1240d8a Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From e3b74f985fe2f3de7d6b2b8c61fe599bdff2b7b5 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/7] New package: ruby-rubocop-0.76.0

---
 srcpkgs/rubocop/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/rubocop/template

diff --git a/srcpkgs/rubocop/template b/srcpkgs/rubocop/template
new file mode 100644
index 00000000000..e81c9415c9f
--- /dev/null
+++ b/srcpkgs/rubocop/template
@@ -0,0 +1,17 @@
+# Template file for 'rubocop'
+pkgname=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 ruby-ast"
+short_desc="Ruby code style checking tool"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	rm ${DESTDIR}/usr/bin/{console,setup}
+	vlicense LICENSE.txt
+}

From da6fa6560974f2c55308f30e37bd6a81873c2299 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Mon, 27 Jan 2020 23:21:39 +0100
Subject: [PATCH 7/7] New package: ruby-ast-2.4.0

---
 srcpkgs/ruby-ast/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ruby-ast/template

diff --git a/srcpkgs/ruby-ast/template b/srcpkgs/ruby-ast/template
new file mode 100644
index 00000000000..fea0f15fbf4
--- /dev/null
+++ b/srcpkgs/ruby-ast/template
@@ -0,0 +1,15 @@
+# Template file for 'ruby-ast'
+pkgname=ruby-ast
+version=2.4.0
+revision=1
+archs=noarch
+build_style=gem
+short_desc="Library for working with Abstract Syntax Trees"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/whitequark/ast"
+checksum=a7270b78d8c970e90a5b932471c691e3ca74aa8be030f1a954d38ec487d79aa0
+
+post_install() {
+	vlicense LICENSE.MIT
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (22 preceding siblings ...)
  2020-01-27 22:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-27 22:42 ` voidlinux-github
  2020-01-30 18:07 ` voidlinux-github
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-27 22:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-578986331

Comment:
> Are /usr/bin/setup, /usr/bin/console necessary?

What do you mean?

Edit: Okay understood. How to avoid them? Should I implement my own install methods ?
Edit: I removed them with the post_install method

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (23 preceding siblings ...)
  2020-01-27 22:42 ` voidlinux-github
@ 2020-01-30 18:07 ` voidlinux-github
  2020-01-31  8:41 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-30 18:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-580381446

Comment:
> removed them with the post_install method

Good.

Still don't run: Could not find 'ruby-progressbar' (>= 1.7) among 52 total gem(s) (Gem::MissingSpecError).

Please fix rubocop's commit title.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (24 preceding siblings ...)
  2020-01-30 18:07 ` voidlinux-github
@ 2020-01-31  8:41 ` voidlinux-github
  2020-01-31  8:43 ` voidlinux-github
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-31  8:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages ruby-rubocop
https://github.com/void-linux/void-packages/pull/15889

New Package: Ruby rubocop


A patch file from https://github.com/void-linux/void-packages/pull/15889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-rubocop-15889.patch --]
[-- Type: text/x-diff, Size: 7227 bytes --]

From b8f4592c15bfbcb7c7e51d12d3ec29c8d9580dbe Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:50:30 +0100
Subject: [PATCH 1/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:56:16 +0100
Subject: [PATCH 2/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 21:59:05 +0100
Subject: [PATCH 3/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:02:49 +0100
Subject: [PATCH 4/7] 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 <contact@eddiebarraco.fr>"
+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 <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:07:08 +0100
Subject: [PATCH 5/7] 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://github.com/janlelis/unicode-display_width"
+checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
+
+post_install() {
+	vlicense MIT-LICENSE.txt
+}

From 2ed18a70ce622dcff17cf6ffe273392f94e1352f Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 28 Oct 2019 22:08:43 +0100
Subject: [PATCH 6/7] New package: 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 <contact@eddiebarraco.fr>"
+license="MIT"
+homepage="https://www.rubocop.org/en/stable/"
+checksum=00837450d0eb3d85c7eb32afe909f9536135172df06bdd490ade9c4e7b0ca51f
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 2ed55493692628982ede4f9e7e14a07a8e3549d5 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Wed, 30 Oct 2019 08:40:17 +0100
Subject: [PATCH 7/7] 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 <contact@eddiebarraco.fr>"
 license="MIT"
 homepage="https://github.com/tonytonyjan/jaro_winkler"
-checksum=6e9a02bc9ee82f4d1af10bc089941860035ec990c1030b4f7604070619d860a4
+checksum=50c3e83c5a9e8769c1cf5b73c8b51bb6eebbf8852a0ee53bf6ad6e4dc63414f9
 
 post_install() {
-	vlicense MIT-LICENSE.txt
+	vlicense LICENSE.txt
 }

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (25 preceding siblings ...)
  2020-01-31  8:41 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-31  8:43 ` voidlinux-github
  2020-11-01  2:16 ` ericonr
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-31  8:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-580640327

Comment:
> Still don't run: Could not find 'ruby-progressbar' (>= 1.7) among 52 total gem(s) (Gem::MissingSpecError).

Yes I'm on it. I dunno what is the problem atm

> Please fix rubocop's commit title.

Good catch, done it


^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (26 preceding siblings ...)
  2020-01-31  8:43 ` voidlinux-github
@ 2020-11-01  2:16 ` ericonr
  2020-11-01  2:17 ` ericonr
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-11-01  2:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-720015847

Comment:
Ping

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (27 preceding siblings ...)
  2020-11-01  2:16 ` ericonr
@ 2020-11-01  2:17 ` ericonr
  2021-11-06 21:32 ` abenson
  2021-11-06 21:32 ` [PR PATCH] [Closed]: " abenson
  30 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-11-01  2:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-720015847

Comment:
Ping @Chocimier 

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (28 preceding siblings ...)
  2020-11-01  2:17 ` ericonr
@ 2021-11-06 21:32 ` abenson
  2021-11-06 21:32 ` [PR PATCH] [Closed]: " abenson
  30 siblings, 0 replies; 32+ messages in thread
From: abenson @ 2021-11-06 21:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/15889#issuecomment-962512717

Comment:
Seemingly abandoned.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Closed]: New Package: Ruby rubocop
  2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
                   ` (29 preceding siblings ...)
  2021-11-06 21:32 ` abenson
@ 2021-11-06 21:32 ` abenson
  30 siblings, 0 replies; 32+ messages in thread
From: abenson @ 2021-11-06 21:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a closed pull request on the void-packages repository

New Package: Ruby rubocop
https://github.com/void-linux/void-packages/pull/15889

Description:


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2021-11-06 21:32 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29  6:45 [PR PATCH] New Package:Ruby rubocop voidlinux-github
2019-10-29  6:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-29  6:51 ` voidlinux-github
2019-10-29  7:06 ` [PR PATCH] [Updated] New Package: Ruby rubocop voidlinux-github
2019-10-29  7:06 ` voidlinux-github
2019-10-29  7:24 ` voidlinux-github
2019-10-29  7:24 ` voidlinux-github
2019-10-30  7:41 ` voidlinux-github
2019-10-30  7:41 ` voidlinux-github
2019-11-04 14:27 ` voidlinux-github
2019-11-04 15:47 ` voidlinux-github
2019-11-04 15:50 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-04 15:50 ` voidlinux-github
2019-11-04 19:34 ` voidlinux-github
2019-11-06  7:31 ` [PR PATCH] [Closed]: " voidlinux-github
2019-11-06  7:32 ` voidlinux-github
2019-11-06  7:32 ` voidlinux-github
2019-11-06 10:59 ` voidlinux-github
2020-01-27 20:25 ` voidlinux-github
2020-01-27 22:28 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-27 22:28 ` voidlinux-github
2020-01-27 22:29 ` voidlinux-github
2020-01-27 22:30 ` voidlinux-github
2020-01-27 22:42 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-27 22:42 ` voidlinux-github
2020-01-30 18:07 ` voidlinux-github
2020-01-31  8:41 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-31  8:43 ` voidlinux-github
2020-11-01  2:16 ` ericonr
2020-11-01  2:17 ` ericonr
2021-11-06 21:32 ` abenson
2021-11-06 21:32 ` [PR PATCH] [Closed]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).