Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ruby-tmuxinator: not working because of wrong dependency
@ 2024-06-13  6:33 dataCobra
  2024-06-13  6:38 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dataCobra @ 2024-06-13  6:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/50813

ruby-tmuxinator: not working because of wrong dependency
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

After the last PR I forgot to change the dependency from ruby-erubis to ruby-erubi.

With this PR tmuxinator is finally working.

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

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

From 04b2e9afd1ac9a32731bf6cff540498dc6257a11 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 13 Jun 2024 08:28:11 +0200
Subject: [PATCH 1/2] New package: ruby-erubi-1.12.0

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

diff --git a/srcpkgs/ruby-erubi/template b/srcpkgs/ruby-erubi/template
new file mode 100644
index 00000000000000..d351c690b64bb8
--- /dev/null
+++ b/srcpkgs/ruby-erubi/template
@@ -0,0 +1,14 @@
+# Template file for 'ruby-erubi'
+pkgname=ruby-erubi
+version=1.12.0
+revision=1
+build_style=gem
+short_desc="Erubi is a ERB template engine for ruby"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jeremyevans/erubi"
+checksum=27bedb74dfb1e04ff60674975e182d8ca787f2224f2e8143268c7696f42e4723
+
+post_install() {
+	vlicense MIT-LICENSE
+}

From 82f56ae5901b76b015eb817a52e20732cb63e909 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 13 Jun 2024 08:30:09 +0200
Subject: [PATCH 2/2] ruby-tmuxinator: fix wrong dependency

---
 srcpkgs/ruby-tmuxinator/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 122ec3eed36d5a..08f3fa125d23b3 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,9 +1,9 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
 version=3.2.1
-revision=1
+revision=2
 build_style=gemspec
-depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
+depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
 maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MIT"

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

* Re: [PR REVIEW] ruby-tmuxinator: not working because of wrong dependency
  2024-06-13  6:33 [PR PATCH] ruby-tmuxinator: not working because of wrong dependency dataCobra
@ 2024-06-13  6:38 ` classabbyamp
  2024-06-13  6:38 ` classabbyamp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-06-13  6:38 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50813#discussion_r1637630791

Comment:
```suggestion
short_desc="ERB template engine for ruby"
```

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

* Re: [PR REVIEW] ruby-tmuxinator: not working because of wrong dependency
  2024-06-13  6:33 [PR PATCH] ruby-tmuxinator: not working because of wrong dependency dataCobra
  2024-06-13  6:38 ` [PR REVIEW] " classabbyamp
@ 2024-06-13  6:38 ` classabbyamp
  2024-06-13  6:40 ` [PR PATCH] [Updated] " dataCobra
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-06-13  6:38 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50813#discussion_r1637630966

Comment:
packages shouldn't be orphaned to start

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

* Re: [PR PATCH] [Updated] ruby-tmuxinator: not working because of wrong dependency
  2024-06-13  6:33 [PR PATCH] ruby-tmuxinator: not working because of wrong dependency dataCobra
  2024-06-13  6:38 ` [PR REVIEW] " classabbyamp
  2024-06-13  6:38 ` classabbyamp
@ 2024-06-13  6:40 ` dataCobra
  2024-06-13  6:42 ` dataCobra
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dataCobra @ 2024-06-13  6:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/50813

ruby-tmuxinator: not working because of wrong dependency
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

After the last PR I forgot to change the dependency from ruby-erubis to ruby-erubi.

With this PR tmuxinator is finally working.

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

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

From 1d5461e23697a3b0e4bd342778dc9f8113fbeeda Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 13 Jun 2024 08:39:38 +0200
Subject: [PATCH 1/2] New package: ruby-erubi-1.12.0

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

diff --git a/srcpkgs/ruby-erubi/template b/srcpkgs/ruby-erubi/template
new file mode 100644
index 00000000000000..1f97de8f742da0
--- /dev/null
+++ b/srcpkgs/ruby-erubi/template
@@ -0,0 +1,14 @@
+# Template file for 'ruby-erubi'
+pkgname=ruby-erubi
+version=1.12.0
+revision=1
+build_style=gem
+short_desc="ERB template engine for ruby"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jeremyevans/erubi"
+checksum=27bedb74dfb1e04ff60674975e182d8ca787f2224f2e8143268c7696f42e4723
+
+post_install() {
+	vlicense MIT-LICENSE
+}

From f54951516d9b460b24776aeaf1df3293afd6182e Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 13 Jun 2024 08:40:04 +0200
Subject: [PATCH 2/2] ruby-tmuxinator: fix wrong dependency

---
 srcpkgs/ruby-tmuxinator/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 122ec3eed36d5a..08f3fa125d23b3 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,9 +1,9 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
 version=3.2.1
-revision=1
+revision=2
 build_style=gemspec
-depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
+depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
 maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] ruby-tmuxinator: not working because of wrong dependency
  2024-06-13  6:33 [PR PATCH] ruby-tmuxinator: not working because of wrong dependency dataCobra
                   ` (2 preceding siblings ...)
  2024-06-13  6:40 ` [PR PATCH] [Updated] " dataCobra
@ 2024-06-13  6:42 ` dataCobra
  2024-06-13  6:42 ` [PR REVIEW] " dataCobra
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dataCobra @ 2024-06-13  6:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/50813

ruby-tmuxinator: not working because of wrong dependency
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

After the last PR I forgot to change the dependency from ruby-erubis to ruby-erubi.

With this PR tmuxinator is finally working.

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

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

From 4f63fe2d21d8a587192805a860ea06dc487f40d8 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 13 Jun 2024 08:41:52 +0200
Subject: [PATCH 1/2] New package: ruby-erubi-1.12.0

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

diff --git a/srcpkgs/ruby-erubi/template b/srcpkgs/ruby-erubi/template
new file mode 100644
index 00000000000000..75a524657a2663
--- /dev/null
+++ b/srcpkgs/ruby-erubi/template
@@ -0,0 +1,14 @@
+# Template file for 'ruby-erubi'
+pkgname=ruby-erubi
+version=1.12.0
+revision=1
+build_style=gem
+short_desc="ERB template engine for ruby"
+maintainer="dataCobra <datacobra@thinkbot.de>"
+license="MIT"
+homepage="https://github.com/jeremyevans/erubi"
+checksum=27bedb74dfb1e04ff60674975e182d8ca787f2224f2e8143268c7696f42e4723
+
+post_install() {
+	vlicense MIT-LICENSE
+}

From 3a81e95872f0b3c64ea44144c3eb383505674582 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 13 Jun 2024 08:42:09 +0200
Subject: [PATCH 2/2] ruby-tmuxinator: fix wrong dependency

---
 srcpkgs/ruby-tmuxinator/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index 122ec3eed36d5a..08f3fa125d23b3 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,9 +1,9 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
 version=3.2.1
-revision=1
+revision=2
 build_style=gemspec
-depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
+depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"
 maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MIT"

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

* Re: [PR REVIEW] ruby-tmuxinator: not working because of wrong dependency
  2024-06-13  6:33 [PR PATCH] ruby-tmuxinator: not working because of wrong dependency dataCobra
                   ` (3 preceding siblings ...)
  2024-06-13  6:42 ` dataCobra
@ 2024-06-13  6:42 ` dataCobra
  2024-06-13  6:43 ` dataCobra
  2024-06-13  6:46 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: dataCobra @ 2024-06-13  6:42 UTC (permalink / raw)
  To: ml

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

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/50813#discussion_r1637636409

Comment:
Changed description as suggested.

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

* Re: [PR REVIEW] ruby-tmuxinator: not working because of wrong dependency
  2024-06-13  6:33 [PR PATCH] ruby-tmuxinator: not working because of wrong dependency dataCobra
                   ` (4 preceding siblings ...)
  2024-06-13  6:42 ` [PR REVIEW] " dataCobra
@ 2024-06-13  6:43 ` dataCobra
  2024-06-13  6:46 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: dataCobra @ 2024-06-13  6:43 UTC (permalink / raw)
  To: ml

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

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/50813#discussion_r1637636796

Comment:
Added myself as the maintainer of the package.

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

* Re: [PR PATCH] [Merged]: ruby-tmuxinator: not working because of wrong dependency
  2024-06-13  6:33 [PR PATCH] ruby-tmuxinator: not working because of wrong dependency dataCobra
                   ` (5 preceding siblings ...)
  2024-06-13  6:43 ` dataCobra
@ 2024-06-13  6:46 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-06-13  6:46 UTC (permalink / raw)
  To: ml

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

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

ruby-tmuxinator: not working because of wrong dependency
https://github.com/void-linux/void-packages/pull/50813

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

After the last PR I forgot to change the dependency from ruby-erubis to ruby-erubi.

With this PR tmuxinator is finally working.

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

end of thread, other threads:[~2024-06-13  6:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-13  6:33 [PR PATCH] ruby-tmuxinator: not working because of wrong dependency dataCobra
2024-06-13  6:38 ` [PR REVIEW] " classabbyamp
2024-06-13  6:38 ` classabbyamp
2024-06-13  6:40 ` [PR PATCH] [Updated] " dataCobra
2024-06-13  6:42 ` dataCobra
2024-06-13  6:42 ` [PR REVIEW] " dataCobra
2024-06-13  6:43 ` dataCobra
2024-06-13  6:46 ` [PR PATCH] [Merged]: " classabbyamp

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