Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: git-toolbelt-1.4.0
@ 2020-04-20 15:39 TeddyDD
  2020-04-20 17:28 ` Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TeddyDD @ 2020-04-20 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-git-toolbelt
https://github.com/void-linux/void-packages/pull/21186

New package: git-toolbelt-1.4.0
https://github.com/nvie/git-toolbelt

Useful git commands

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-git-toolbelt-21186.patch --]
[-- Type: text/x-diff, Size: 1108 bytes --]

From 68b4ba8418117360a108e8dc311a96309f5c7850 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 20 Apr 2020 17:37:41 +0200
Subject: [PATCH] New package: git-toolbelt-1.4.0

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

diff --git a/srcpkgs/git-toolbelt/template b/srcpkgs/git-toolbelt/template
new file mode 100644
index 00000000000..6e4bb02f0ca
--- /dev/null
+++ b/srcpkgs/git-toolbelt/template
@@ -0,0 +1,20 @@
+# Template file for 'git-toolbelt'
+pkgname=git-toolbelt
+version=1.4.1
+revision=1
+archs=noarch
+depends="git moreutils fzf"
+short_desc="Helper tools to make everyday life with Git much easier"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/nvie/git-toolbelt"
+distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
+checksum=a0a727b86374d9b7f67d146c36314224f2f1f907c30463480d6c5f41afe054e0
+
+do_install() {
+	for f in git-*
+	do
+		vbin "$f"
+	done
+	vlicense LICENSE
+}

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

* Re: New package: git-toolbelt-1.4.0
  2020-04-20 15:39 [PR PATCH] New package: git-toolbelt-1.4.0 TeddyDD
@ 2020-04-20 17:28 ` Chocimier
  2020-04-21 19:16 ` [PR PATCH] [Updated] " TeddyDD
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-04-20 17:28 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21186#issuecomment-616701141

Comment:
Please add `vdoc README.md`

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

* Re: [PR PATCH] [Updated] New package: git-toolbelt-1.4.0
  2020-04-20 15:39 [PR PATCH] New package: git-toolbelt-1.4.0 TeddyDD
  2020-04-20 17:28 ` Chocimier
@ 2020-04-21 19:16 ` TeddyDD
  2020-04-22 20:21 ` Chocimier
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2020-04-21 19:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-git-toolbelt
https://github.com/void-linux/void-packages/pull/21186

New package: git-toolbelt-1.4.0
https://github.com/nvie/git-toolbelt

Useful git commands

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-git-toolbelt-21186.patch --]
[-- Type: text/x-diff, Size: 1126 bytes --]

From 9911261fa995008a06e362bcb18dd5d7e382eb15 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 20 Apr 2020 17:37:41 +0200
Subject: [PATCH] New package: git-toolbelt-1.4.1

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

diff --git a/srcpkgs/git-toolbelt/template b/srcpkgs/git-toolbelt/template
new file mode 100644
index 00000000000..1d94d823edf
--- /dev/null
+++ b/srcpkgs/git-toolbelt/template
@@ -0,0 +1,21 @@
+# Template file for 'git-toolbelt'
+pkgname=git-toolbelt
+version=1.4.1
+revision=1
+archs=noarch
+depends="git moreutils fzf"
+short_desc="Helper tools to make everyday life with Git much easier"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/nvie/git-toolbelt"
+distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
+checksum=a0a727b86374d9b7f67d146c36314224f2f1f907c30463480d6c5f41afe054e0
+
+do_install() {
+	for f in git-*
+	do
+		vbin "$f"
+	done
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: New package: git-toolbelt-1.4.0
  2020-04-20 15:39 [PR PATCH] New package: git-toolbelt-1.4.0 TeddyDD
  2020-04-20 17:28 ` Chocimier
  2020-04-21 19:16 ` [PR PATCH] [Updated] " TeddyDD
@ 2020-04-22 20:21 ` Chocimier
  2020-04-23 17:08 ` [PR PATCH] [Updated] " TeddyDD
  2020-04-27 20:44 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-04-22 20:21 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21186#issuecomment-618018321

Comment:
Installs few same files as `git-extras` so `conflicts` should be set, otherwise ok.

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

* Re: [PR PATCH] [Updated] New package: git-toolbelt-1.4.0
  2020-04-20 15:39 [PR PATCH] New package: git-toolbelt-1.4.0 TeddyDD
                   ` (2 preceding siblings ...)
  2020-04-22 20:21 ` Chocimier
@ 2020-04-23 17:08 ` TeddyDD
  2020-04-27 20:44 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2020-04-23 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-git-toolbelt
https://github.com/void-linux/void-packages/pull/21186

New package: git-toolbelt-1.4.0
https://github.com/nvie/git-toolbelt

Useful git commands

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-git-toolbelt-21186.patch --]
[-- Type: text/x-diff, Size: 1151 bytes --]

From 8eab78458f301337323cabd1fa1f0e971592f383 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 20 Apr 2020 17:37:41 +0200
Subject: [PATCH] New package: git-toolbelt-1.4.1

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

diff --git a/srcpkgs/git-toolbelt/template b/srcpkgs/git-toolbelt/template
new file mode 100644
index 00000000000..6cdfaf34dfb
--- /dev/null
+++ b/srcpkgs/git-toolbelt/template
@@ -0,0 +1,22 @@
+# Template file for 'git-toolbelt'
+pkgname=git-toolbelt
+version=1.4.1
+revision=1
+archs=noarch
+depends="git moreutils fzf"
+short_desc="Helper tools to make everyday life with Git much easier"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/nvie/git-toolbelt"
+distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
+checksum=a0a727b86374d9b7f67d146c36314224f2f1f907c30463480d6c5f41afe054e0
+conflicts="git-extras"
+
+do_install() {
+	for f in git-*
+	do
+		vbin "$f"
+	done
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Merged]: New package: git-toolbelt-1.4.0
  2020-04-20 15:39 [PR PATCH] New package: git-toolbelt-1.4.0 TeddyDD
                   ` (3 preceding siblings ...)
  2020-04-23 17:08 ` [PR PATCH] [Updated] " TeddyDD
@ 2020-04-27 20:44 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-04-27 20:44 UTC (permalink / raw)
  To: ml

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

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

New package: git-toolbelt-1.4.0
https://github.com/void-linux/void-packages/pull/21186

Description:
https://github.com/nvie/git-toolbelt

Useful git commands

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

end of thread, other threads:[~2020-04-27 20:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 15:39 [PR PATCH] New package: git-toolbelt-1.4.0 TeddyDD
2020-04-20 17:28 ` Chocimier
2020-04-21 19:16 ` [PR PATCH] [Updated] " TeddyDD
2020-04-22 20:21 ` Chocimier
2020-04-23 17:08 ` [PR PATCH] [Updated] " TeddyDD
2020-04-27 20:44 ` [PR PATCH] [Merged]: " Chocimier

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