Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New Package: Ruby rubocop
Date: Mon, 27 Jan 2020 23:28:07 +0100	[thread overview]
Message-ID: <20200127222807.9oGI5pSyG2tVL1ueK3AbcX2hxFG0wx84icU1184AoCE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15889@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2020-01-27 22:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200127222807.9oGI5pSyG2tVL1ueK3AbcX2hxFG0wx84icU1184AoCE@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).