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

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).