Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tmuxer-2.2.0
@ 2020-01-01  3:28 voidlinux-github
  2020-01-01  3:33 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-01  3:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages tmuxer
https://github.com/void-linux/void-packages/pull/17960

New package: tmuxer-2.2.0


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

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

From 248cbd652ace840af1eb7ea718c7c305bf4a9ba4 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 1 Jan 2020 16:24:09 +1300
Subject: [PATCH] New package: tmuxer-2.2.0

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

diff --git a/srcpkgs/tmuxer/template b/srcpkgs/tmuxer/template
new file mode 100644
index 00000000000..19bc41fe909
--- /dev/null
+++ b/srcpkgs/tmuxer/template
@@ -0,0 +1,19 @@
+# Template file for 'tmuxer'
+pkgname=tmuxer
+version=2.2.0
+revision=1
+archs=noarch
+build_style=fetch
+depends="bash coreutils openssh sed tmux"
+short_desc="Tmux layout generator and command executor"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/tjhop/tmuxer"
+distfiles="https://github.com/tjhop/tmuxer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=b265934f9ddfb24d9b6229547a0e46134f2c7c1a29f02321aaedf511dd4bbafd
+
+do_install() {
+	vdoc README.md
+	vcopy examples "usr/share/doc/${pkgname}"
+	vbin tmuxer
+}

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

* Re: [PR PATCH] [Updated] New package: tmuxer-2.2.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
@ 2020-01-01  3:33 ` voidlinux-github
  2020-01-01  3:42 ` voidlinux-github
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-01  3:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages tmuxer
https://github.com/void-linux/void-packages/pull/17960

New package: tmuxer-2.2.0


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

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

From 6d51ff5580534b0d01755003df882ab4cc928822 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 1 Jan 2020 16:24:09 +1300
Subject: [PATCH] New package: tmuxer-2.2.0

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

diff --git a/srcpkgs/tmuxer/template b/srcpkgs/tmuxer/template
new file mode 100644
index 00000000000..8e5bd50c609
--- /dev/null
+++ b/srcpkgs/tmuxer/template
@@ -0,0 +1,20 @@
+# Template file for 'tmuxer'
+pkgname=tmuxer
+version=2.2.0
+revision=1
+archs=noarch
+build_style=fetch
+depends="bash coreutils openssh sed tmux"
+short_desc="Tmux layout generator and command executor"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/tjhop/tmuxer"
+distfiles="https://github.com/tjhop/tmuxer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=b265934f9ddfb24d9b6229547a0e46134f2c7c1a29f02321aaedf511dd4bbafd
+
+do_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vcopy examples "usr/share/doc/${pkgname}"
+	vbin tmuxer
+}

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

* Re: [PR PATCH] [Updated] New package: tmuxer-2.2.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
  2020-01-01  3:33 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-01  3:42 ` voidlinux-github
  2020-01-01  3:50 ` voidlinux-github
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-01  3:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages tmuxer
https://github.com/void-linux/void-packages/pull/17960

New package: tmuxer-2.2.0


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

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

From 0306d97a91f580e223842602ab957000c79c095e Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 1 Jan 2020 16:24:09 +1300
Subject: [PATCH] New package: tmuxer-2.2.0

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

diff --git a/srcpkgs/tmuxer/template b/srcpkgs/tmuxer/template
new file mode 100644
index 00000000000..14dfe936b87
--- /dev/null
+++ b/srcpkgs/tmuxer/template
@@ -0,0 +1,21 @@
+# Template file for 'tmuxer'
+pkgname=tmuxer
+version=2.2.0
+revision=1
+archs=noarch
+build_style=fetch
+depends="bash coreutils openssh sed tmux"
+short_desc="Tmux layout generator and command executor"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/tjhop/tmuxer"
+distfiles="https://github.com/tjhop/tmuxer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=b265934f9ddfb24d9b6229547a0e46134f2c7c1a29f02321aaedf511dd4bbafd
+
+do_install() {
+	cd "${wrksrc}"
+	vlicense LICENSE
+	vdoc README.md
+	vcopy examples "usr/share/doc/${pkgname}"
+	vbin tmuxer
+}

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

* Re: [PR PATCH] [Updated] New package: tmuxer-2.2.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
  2020-01-01  3:33 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-01  3:42 ` voidlinux-github
@ 2020-01-01  3:50 ` voidlinux-github
  2020-01-01  4:01 ` voidlinux-github
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-01  3:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages tmuxer
https://github.com/void-linux/void-packages/pull/17960

New package: tmuxer-2.2.0


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

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

From 663795586c947d247cd80a23ea477321d52242cd Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 1 Jan 2020 16:24:09 +1300
Subject: [PATCH] New package: tmuxer-2.2.0

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

diff --git a/srcpkgs/tmuxer/template b/srcpkgs/tmuxer/template
new file mode 100644
index 00000000000..50ac4cdf928
--- /dev/null
+++ b/srcpkgs/tmuxer/template
@@ -0,0 +1,22 @@
+# Template file for 'tmuxer'
+pkgname=tmuxer
+version=2.2.0
+revision=1
+archs=noarch
+build_style=fetch
+depends="bash coreutils openssh sed tmux"
+short_desc="Tmux layout generator and command executor"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/tjhop/tmuxer"
+distfiles="https://github.com/tjhop/tmuxer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=b265934f9ddfb24d9b6229547a0e46134f2c7c1a29f02321aaedf511dd4bbafd
+
+do_install() {
+	tar -xzvf "$pkgname-$version.tar.gz"
+	cd "$pkgname-$version"
+	vlicense LICENSE
+	vdoc README.md
+	vcopy examples "usr/share/doc/${pkgname}"
+	vbin tmuxer
+}

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

* Re: [PR PATCH] [Updated] New package: tmuxer-2.2.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-01  3:50 ` voidlinux-github
@ 2020-01-01  4:01 ` voidlinux-github
  2020-01-02 23:34 ` voidlinux-github
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-01  4:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages tmuxer
https://github.com/void-linux/void-packages/pull/17960

New package: tmuxer-2.2.0


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

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

From 3ff02016cadff6b7926f6b003530afb06ddf1ff1 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 1 Jan 2020 16:24:09 +1300
Subject: [PATCH] New package: tmuxer-2.2.0

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

diff --git a/srcpkgs/tmuxer/template b/srcpkgs/tmuxer/template
new file mode 100644
index 00000000000..e83d69e7c2f
--- /dev/null
+++ b/srcpkgs/tmuxer/template
@@ -0,0 +1,22 @@
+# Template file for 'tmuxer'
+pkgname=tmuxer
+version=2.2.0
+revision=1
+archs=noarch
+build_style=fetch
+depends="bash coreutils openssh sed tmux"
+short_desc="Tmux layout generator and command executor"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/tjhop/tmuxer"
+distfiles="https://github.com/tjhop/tmuxer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=b265934f9ddfb24d9b6229547a0e46134f2c7c1a29f02321aaedf511dd4bbafd
+
+do_install() {
+	tar -xzvf "${pkgname}-${version}.tar.gz"
+	cd "${pkgname}-${version}"
+	vlicense LICENSE
+	vdoc README.md
+	vcopy examples "usr/share/doc/${pkgname}"
+	vbin tmuxer
+}

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

* Re: [PR PATCH] [Updated] New package: tmuxer-2.2.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-01  4:01 ` voidlinux-github
@ 2020-01-02 23:34 ` voidlinux-github
  2020-01-18  9:23 ` voidlinux-github
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-02 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages tmuxer
https://github.com/void-linux/void-packages/pull/17960

New package: tmuxer-2.2.0


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

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

From f4de5d2b280f0d8790c0408f17a18e82b84ac981 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 1 Jan 2020 16:24:09 +1300
Subject: [PATCH] New package: tmuxer-2.2.0

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

diff --git a/srcpkgs/tmuxer/template b/srcpkgs/tmuxer/template
new file mode 100644
index 00000000000..25127474425
--- /dev/null
+++ b/srcpkgs/tmuxer/template
@@ -0,0 +1,19 @@
+# Template file for 'tmuxer'
+pkgname=tmuxer
+version=2.2.0
+revision=1
+archs=noarch
+depends="bash coreutils openssh sed tmux"
+short_desc="Tmux layout generator and command executor"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/tjhop/tmuxer"
+distfiles="https://github.com/tjhop/tmuxer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=b265934f9ddfb24d9b6229547a0e46134f2c7c1a29f02321aaedf511dd4bbafd
+
+do_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vcopy examples "usr/share/doc/${pkgname}"
+	vbin tmuxer
+}

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

* Re: [PR PATCH] [Updated] New package: tmuxer-2.2.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-02 23:34 ` voidlinux-github
@ 2020-01-18  9:23 ` voidlinux-github
  2020-01-18  9:28 ` voidlinux-github
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-18  9:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages tmuxer
https://github.com/void-linux/void-packages/pull/17960

New package: tmuxer-2.2.0


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

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

From 7f021293702594e66120207b27e7a766b2be069d Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 1 Jan 2020 16:24:09 +1300
Subject: [PATCH] New package: tmuxer-2.2.1

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

diff --git a/srcpkgs/tmuxer/template b/srcpkgs/tmuxer/template
new file mode 100644
index 00000000000..04014dd71cb
--- /dev/null
+++ b/srcpkgs/tmuxer/template
@@ -0,0 +1,19 @@
+# Template file for 'tmuxer'
+pkgname=tmuxer
+version=2.2.1
+revision=1
+archs=noarch
+depends="bash coreutils openssh sed tmux"
+short_desc="Tmux layout generator and command executor"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/tjhop/tmuxer"
+distfiles="https://github.com/tjhop/tmuxer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=624737dc62130235210e005a2dcf8ed8359aaabac52b93028e014ed03e69787b
+
+do_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vcopy examples "usr/share/doc/${pkgname}"
+	vbin tmuxer
+}

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

* Re: New package: tmuxer-2.2.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-18  9:23 ` voidlinux-github
@ 2020-01-18  9:28 ` voidlinux-github
  2020-05-17 12:05 ` [PR PATCH] [Updated] New package: tmuxer-2.2.1 atweiden
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-18  9:28 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/17960#issuecomment-575882311

Comment:
Why do we need such scripts as xbps packages? I'm seeing lots of them being added lately...

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

* Re: [PR PATCH] [Updated] New package: tmuxer-2.2.1
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-18  9:28 ` voidlinux-github
@ 2020-05-17 12:05 ` atweiden
  2020-07-04  0:30 ` New package: tmuxer-2.3.0 atweiden
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: atweiden @ 2020-05-17 12:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages tmuxer
https://github.com/void-linux/void-packages/pull/17960

New package: tmuxer-2.2.1


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

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

From 83689917c3598c868344b51a6698a7d6619d02b2 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 1 Jan 2020 16:24:09 +1300
Subject: [PATCH] New package: tmuxer-2.3.0

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

diff --git a/srcpkgs/tmuxer/template b/srcpkgs/tmuxer/template
new file mode 100644
index 00000000000..e53e3c18eb9
--- /dev/null
+++ b/srcpkgs/tmuxer/template
@@ -0,0 +1,19 @@
+# Template file for 'tmuxer'
+pkgname=tmuxer
+version=2.3.0
+revision=1
+archs=noarch
+depends="bash coreutils openssh sed tmux"
+short_desc="Tmux layout generator and command executor"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/tjhop/tmuxer"
+distfiles="https://github.com/tjhop/tmuxer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=74fe228f3bb92eca284b306d2dc0ba7232af249d6f0e29d2bc662dbc59fed4a7
+
+do_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vcopy examples "usr/share/doc/${pkgname}"
+	vbin tmuxer
+}

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

* Re: New package: tmuxer-2.3.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-05-17 12:05 ` [PR PATCH] [Updated] New package: tmuxer-2.2.1 atweiden
@ 2020-07-04  0:30 ` atweiden
  2020-10-14 22:54 ` atweiden
  2020-10-14 22:54 ` [PR PATCH] [Closed]: " atweiden
  10 siblings, 0 replies; 12+ messages in thread
From: atweiden @ 2020-07-04  0:30 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/17960#issuecomment-653700802

Comment:
@sgn note tmux-xpanes is in this repo already.

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

* Re: New package: tmuxer-2.3.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-07-04  0:30 ` New package: tmuxer-2.3.0 atweiden
@ 2020-10-14 22:54 ` atweiden
  2020-10-14 22:54 ` [PR PATCH] [Closed]: " atweiden
  10 siblings, 0 replies; 12+ messages in thread
From: atweiden @ 2020-10-14 22:54 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/17960#issuecomment-708702858

Comment:
I'm closing my open PRs in this repo for two reasons:

1. They don't seem to be going anywhere
2. There are now over 550 open pull requests

I've opined for quite some time now about how unsustainable it is to have one monorepo serving all of Void. As the PRs continue to pile up, the sustainability of the current approach becomes more and more questionable.

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

* Re: [PR PATCH] [Closed]: New package: tmuxer-2.3.0
  2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2020-10-14 22:54 ` atweiden
@ 2020-10-14 22:54 ` atweiden
  10 siblings, 0 replies; 12+ messages in thread
From: atweiden @ 2020-10-14 22:54 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: tmuxer-2.3.0
https://github.com/void-linux/void-packages/pull/17960

Description:


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

end of thread, other threads:[~2020-10-14 22:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-01  3:28 [PR PATCH] New package: tmuxer-2.2.0 voidlinux-github
2020-01-01  3:33 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-01  3:42 ` voidlinux-github
2020-01-01  3:50 ` voidlinux-github
2020-01-01  4:01 ` voidlinux-github
2020-01-02 23:34 ` voidlinux-github
2020-01-18  9:23 ` voidlinux-github
2020-01-18  9:28 ` voidlinux-github
2020-05-17 12:05 ` [PR PATCH] [Updated] New package: tmuxer-2.2.1 atweiden
2020-07-04  0:30 ` New package: tmuxer-2.3.0 atweiden
2020-10-14 22:54 ` atweiden
2020-10-14 22:54 ` [PR PATCH] [Closed]: " atweiden

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