Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: exec-on-git-staged
@ 2019-10-02 14:43 voidlinux-github
  2019-10-02 15:00 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-02 14:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages exec-on-git-staged-1.0.0
https://github.com/void-linux/void-packages/pull/14970

New package: exec-on-git-staged
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exec-on-git-staged-1.0.0-14970.patch --]
[-- Type: text/x-diff, Size: 1132 bytes --]

From d2f73d4c7398e64a93811f89df74076a939e8115 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 2 Oct 2019 16:40:31 +0200
Subject: [PATCH] New package: exec-on-git-staged

---
 srcpkgs/exec-on-git-staged/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/exec-on-git-staged/template

diff --git a/srcpkgs/exec-on-git-staged/template b/srcpkgs/exec-on-git-staged/template
new file mode 100644
index 00000000000..7129c359d53
--- /dev/null
+++ b/srcpkgs/exec-on-git-staged/template
@@ -0,0 +1,15 @@
+# Template file for 'exec-on-git-staged'
+pkgname=exec-on-git-staged
+version=1.0.0
+revision=1
+depends="git"
+short_desc="Execute commands on staged tree"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jcgruenhage/exec-on-git-staged"
+distfiles="https://github.com/jcgruenhage/exec-on-git-staged/archive/v${version}.tar.gz"
+checksum=821e0661ef9836e0f16ac1aa422344ce9e77e663fd5c3ae6ccee9dbfcfc51ec8
+
+do_install() {
+	vbin exec-on-git-staged
+}

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

* Re: [PR PATCH] [Updated] New package: exec-on-git-staged
  2019-10-02 14:43 [PR PATCH] New package: exec-on-git-staged voidlinux-github
  2019-10-02 15:00 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-02 15:00 ` voidlinux-github
  2019-10-05  0:21 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-02 15:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages exec-on-git-staged-1.0.0
https://github.com/void-linux/void-packages/pull/14970

New package: exec-on-git-staged
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exec-on-git-staged-1.0.0-14970.patch --]
[-- Type: text/x-diff, Size: 1132 bytes --]

From bedd84eaac936279d073c3c5f4cb9f45a62b69bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 2 Oct 2019 16:40:31 +0200
Subject: [PATCH] New package: exec-on-git-staged

---
 srcpkgs/exec-on-git-staged/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/exec-on-git-staged/template

diff --git a/srcpkgs/exec-on-git-staged/template b/srcpkgs/exec-on-git-staged/template
new file mode 100644
index 00000000000..7129c359d53
--- /dev/null
+++ b/srcpkgs/exec-on-git-staged/template
@@ -0,0 +1,15 @@
+# Template file for 'exec-on-git-staged'
+pkgname=exec-on-git-staged
+version=1.0.0
+revision=1
+depends="git"
+short_desc="Execute commands on staged tree"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jcgruenhage/exec-on-git-staged"
+distfiles="https://github.com/jcgruenhage/exec-on-git-staged/archive/v${version}.tar.gz"
+checksum=821e0661ef9836e0f16ac1aa422344ce9e77e663fd5c3ae6ccee9dbfcfc51ec8
+
+do_install() {
+	vbin exec-on-git-staged
+}

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

* Re: [PR PATCH] [Updated] New package: exec-on-git-staged
  2019-10-02 14:43 [PR PATCH] New package: exec-on-git-staged voidlinux-github
@ 2019-10-02 15:00 ` voidlinux-github
  2019-10-02 15:00 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-02 15:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages exec-on-git-staged-1.0.0
https://github.com/void-linux/void-packages/pull/14970

New package: exec-on-git-staged
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exec-on-git-staged-1.0.0-14970.patch --]
[-- Type: text/x-diff, Size: 1132 bytes --]

From bedd84eaac936279d073c3c5f4cb9f45a62b69bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 2 Oct 2019 16:40:31 +0200
Subject: [PATCH] New package: exec-on-git-staged

---
 srcpkgs/exec-on-git-staged/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/exec-on-git-staged/template

diff --git a/srcpkgs/exec-on-git-staged/template b/srcpkgs/exec-on-git-staged/template
new file mode 100644
index 00000000000..7129c359d53
--- /dev/null
+++ b/srcpkgs/exec-on-git-staged/template
@@ -0,0 +1,15 @@
+# Template file for 'exec-on-git-staged'
+pkgname=exec-on-git-staged
+version=1.0.0
+revision=1
+depends="git"
+short_desc="Execute commands on staged tree"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jcgruenhage/exec-on-git-staged"
+distfiles="https://github.com/jcgruenhage/exec-on-git-staged/archive/v${version}.tar.gz"
+checksum=821e0661ef9836e0f16ac1aa422344ce9e77e663fd5c3ae6ccee9dbfcfc51ec8
+
+do_install() {
+	vbin exec-on-git-staged
+}

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

* Re: [PR PATCH] [Updated] New package: exec-on-git-staged
  2019-10-02 14:43 [PR PATCH] New package: exec-on-git-staged voidlinux-github
  2019-10-02 15:00 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-02 15:00 ` voidlinux-github
@ 2019-10-05  0:21 ` voidlinux-github
  2019-10-05  0:21 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-05  0:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages exec-on-git-staged-1.0.0
https://github.com/void-linux/void-packages/pull/14970

New package: exec-on-git-staged
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exec-on-git-staged-1.0.0-14970.patch --]
[-- Type: text/x-diff, Size: 1138 bytes --]

From 671cf8486bcfac585a7479662ce9c5f23652ca73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 2 Oct 2019 16:40:31 +0200
Subject: [PATCH] New package: exec-on-git-staged-1.1.0

---
 srcpkgs/exec-on-git-staged/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/exec-on-git-staged/template

diff --git a/srcpkgs/exec-on-git-staged/template b/srcpkgs/exec-on-git-staged/template
new file mode 100644
index 00000000000..ab61a0a6348
--- /dev/null
+++ b/srcpkgs/exec-on-git-staged/template
@@ -0,0 +1,15 @@
+# Template file for 'exec-on-git-staged'
+pkgname=exec-on-git-staged
+version=1.1.0
+revision=1
+depends="git"
+short_desc="Execute commands on staged tree"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jcgruenhage/exec-on-git-staged"
+distfiles="https://github.com/jcgruenhage/exec-on-git-staged/archive/v${version}.tar.gz"
+checksum=c163104e8d9539bec253275fd32a4241717db0f502bb43654a52d70ba71b745d
+
+do_install() {
+	vbin exec-on-git-staged
+}

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

* Re: [PR PATCH] [Updated] New package: exec-on-git-staged
  2019-10-02 14:43 [PR PATCH] New package: exec-on-git-staged voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-05  0:21 ` voidlinux-github
@ 2019-10-05  0:21 ` voidlinux-github
  2019-10-06 10:46 ` [PR PATCH] [Updated] New package: exec-on-git-staged-1.1.0 voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-05  0:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages exec-on-git-staged-1.0.0
https://github.com/void-linux/void-packages/pull/14970

New package: exec-on-git-staged
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exec-on-git-staged-1.0.0-14970.patch --]
[-- Type: text/x-diff, Size: 1138 bytes --]

From 671cf8486bcfac585a7479662ce9c5f23652ca73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 2 Oct 2019 16:40:31 +0200
Subject: [PATCH] New package: exec-on-git-staged-1.1.0

---
 srcpkgs/exec-on-git-staged/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/exec-on-git-staged/template

diff --git a/srcpkgs/exec-on-git-staged/template b/srcpkgs/exec-on-git-staged/template
new file mode 100644
index 00000000000..ab61a0a6348
--- /dev/null
+++ b/srcpkgs/exec-on-git-staged/template
@@ -0,0 +1,15 @@
+# Template file for 'exec-on-git-staged'
+pkgname=exec-on-git-staged
+version=1.1.0
+revision=1
+depends="git"
+short_desc="Execute commands on staged tree"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jcgruenhage/exec-on-git-staged"
+distfiles="https://github.com/jcgruenhage/exec-on-git-staged/archive/v${version}.tar.gz"
+checksum=c163104e8d9539bec253275fd32a4241717db0f502bb43654a52d70ba71b745d
+
+do_install() {
+	vbin exec-on-git-staged
+}

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

* Re: [PR PATCH] [Updated] New package: exec-on-git-staged-1.1.0
  2019-10-02 14:43 [PR PATCH] New package: exec-on-git-staged voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-05  0:21 ` voidlinux-github
@ 2019-10-06 10:46 ` voidlinux-github
  2019-10-06 10:46 ` voidlinux-github
  2019-10-12 12:32 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-06 10:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages exec-on-git-staged-1.0.0
https://github.com/void-linux/void-packages/pull/14970

New package: exec-on-git-staged-1.1.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exec-on-git-staged-1.0.0-14970.patch --]
[-- Type: text/x-diff, Size: 1153 bytes --]

From 6192e8b581b645269232ea1ce4258c15230b7432 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 2 Oct 2019 16:40:31 +0200
Subject: [PATCH] New package: exec-on-git-staged-1.1.0

---
 srcpkgs/exec-on-git-staged/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/exec-on-git-staged/template

diff --git a/srcpkgs/exec-on-git-staged/template b/srcpkgs/exec-on-git-staged/template
new file mode 100644
index 00000000000..4f41115f8d9
--- /dev/null
+++ b/srcpkgs/exec-on-git-staged/template
@@ -0,0 +1,16 @@
+# Template file for 'exec-on-git-staged'
+pkgname=exec-on-git-staged
+version=1.1.0
+revision=1
+archs=noarch
+depends="git"
+short_desc="Execute commands on staged tree"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jcgruenhage/exec-on-git-staged"
+distfiles="https://github.com/jcgruenhage/exec-on-git-staged/archive/v${version}.tar.gz"
+checksum=c163104e8d9539bec253275fd32a4241717db0f502bb43654a52d70ba71b745d
+
+do_install() {
+	vbin exec-on-git-staged
+}

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

* Re: [PR PATCH] [Updated] New package: exec-on-git-staged-1.1.0
  2019-10-02 14:43 [PR PATCH] New package: exec-on-git-staged voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-06 10:46 ` [PR PATCH] [Updated] New package: exec-on-git-staged-1.1.0 voidlinux-github
@ 2019-10-06 10:46 ` voidlinux-github
  2019-10-12 12:32 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-06 10:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages exec-on-git-staged-1.0.0
https://github.com/void-linux/void-packages/pull/14970

New package: exec-on-git-staged-1.1.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exec-on-git-staged-1.0.0-14970.patch --]
[-- Type: text/x-diff, Size: 1153 bytes --]

From 6192e8b581b645269232ea1ce4258c15230b7432 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 2 Oct 2019 16:40:31 +0200
Subject: [PATCH] New package: exec-on-git-staged-1.1.0

---
 srcpkgs/exec-on-git-staged/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/exec-on-git-staged/template

diff --git a/srcpkgs/exec-on-git-staged/template b/srcpkgs/exec-on-git-staged/template
new file mode 100644
index 00000000000..4f41115f8d9
--- /dev/null
+++ b/srcpkgs/exec-on-git-staged/template
@@ -0,0 +1,16 @@
+# Template file for 'exec-on-git-staged'
+pkgname=exec-on-git-staged
+version=1.1.0
+revision=1
+archs=noarch
+depends="git"
+short_desc="Execute commands on staged tree"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jcgruenhage/exec-on-git-staged"
+distfiles="https://github.com/jcgruenhage/exec-on-git-staged/archive/v${version}.tar.gz"
+checksum=c163104e8d9539bec253275fd32a4241717db0f502bb43654a52d70ba71b745d
+
+do_install() {
+	vbin exec-on-git-staged
+}

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

* Re: [PR PATCH] [Merged]: New package: exec-on-git-staged-1.1.0
  2019-10-02 14:43 [PR PATCH] New package: exec-on-git-staged voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-06 10:46 ` voidlinux-github
@ 2019-10-12 12:32 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12 12:32 UTC (permalink / raw)
  To: ml

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

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

New package: exec-on-git-staged-1.1.0
https://github.com/void-linux/void-packages/pull/14970

Description:
None

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

end of thread, other threads:[~2019-10-12 12:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02 14:43 [PR PATCH] New package: exec-on-git-staged voidlinux-github
2019-10-02 15:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-02 15:00 ` voidlinux-github
2019-10-05  0:21 ` voidlinux-github
2019-10-05  0:21 ` voidlinux-github
2019-10-06 10:46 ` [PR PATCH] [Updated] New package: exec-on-git-staged-1.1.0 voidlinux-github
2019-10-06 10:46 ` voidlinux-github
2019-10-12 12:32 ` [PR PATCH] [Merged]: " voidlinux-github

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