Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tig: fix license, adopt
@ 2019-09-10 14:44 voidlinux-github
  2019-09-11  4:39 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-10 14:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lugubris/void-packages tig
https://github.com/void-linux/void-packages/pull/14385

tig: fix license, adopt


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

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

From c8d6eca993d4930b18980d989d7b918367f97275 Mon Sep 17 00:00:00 2001
From: Lugubris <lugubris@disroot.org>
Date: Tue, 10 Sep 2019 14:43:49 +0000
Subject: [PATCH] tig: fix license, adopt

---
 srcpkgs/tig/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tig/template b/srcpkgs/tig/template
index 75bcf1c5dfc..14631888a62 100644
--- a/srcpkgs/tig/template
+++ b/srcpkgs/tig/template
@@ -1,7 +1,7 @@
 # Template file for 'tig'
 pkgname=tig
 version=2.4.1
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 make_install_args="install-doc-man"
@@ -10,8 +10,8 @@ makedepends="ncurses-devel"
 depends="git"
 conf_files="/etc/tigrc"
 short_desc="Text-mode interface for Git"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+maintainer="Lugubris <lugubris@disroot.org>"
+license="GPL-2.0-only"
 homepage="https://jonas.github.io/tig/"
 distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
 checksum=833c81b04082ed318ae5fd5342193f086781e74372cf418c2f82a1313b84cedd

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

* Re: tig: fix license, adopt
  2019-09-10 14:44 [PR PATCH] tig: fix license, adopt voidlinux-github
@ 2019-09-11  4:39 ` voidlinux-github
  2019-09-11  4:41 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-11  4:39 UTC (permalink / raw)
  To: ml

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

New comment by lugubris on void-packages repository

https://github.com/void-linux/void-packages/pull/14385#issuecomment-530216468

Comment:

Andrew Benson @ 2019-09-11 04:32 UTC:

> @abenson commented on this pull request.
>
> In srcpkgs/tig/template:
>
>> @@ -1,7 +1,7 @@
>  # Template file for 'tig'
>  pkgname=tig
>  version=2.4.1
> -revision=1
> +revision=2
>
> Probably doesn't warrant a rebuild. Thanks for adopting, though!

I thought revision should be increased on changing templates, so its
about rebuilding. thanks!

--
                                Lugubris


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

* Re: [PR PATCH] [Updated] tig: fix license, adopt
  2019-09-10 14:44 [PR PATCH] tig: fix license, adopt voidlinux-github
  2019-09-11  4:39 ` voidlinux-github
@ 2019-09-11  4:41 ` voidlinux-github
  2019-09-11  4:41 ` voidlinux-github
  2019-09-11 11:43 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-11  4:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lugubris/void-packages tig
https://github.com/void-linux/void-packages/pull/14385

tig: fix license, adopt


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

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

From c2f3ce41283cc7496f990443742460009e4bfe3b Mon Sep 17 00:00:00 2001
From: Lugubris <lugubris@disroot.org>
Date: Tue, 10 Sep 2019 14:43:49 +0000
Subject: [PATCH] tig: fix license, adopt

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

diff --git a/srcpkgs/tig/template b/srcpkgs/tig/template
index 75bcf1c5dfc..f35ff9556ef 100644
--- a/srcpkgs/tig/template
+++ b/srcpkgs/tig/template
@@ -10,8 +10,8 @@ makedepends="ncurses-devel"
 depends="git"
 conf_files="/etc/tigrc"
 short_desc="Text-mode interface for Git"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+maintainer="Lugubris <lugubris@disroot.org>"
+license="GPL-2.0-only"
 homepage="https://jonas.github.io/tig/"
 distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
 checksum=833c81b04082ed318ae5fd5342193f086781e74372cf418c2f82a1313b84cedd

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

* Re: [PR PATCH] [Updated] tig: fix license, adopt
  2019-09-10 14:44 [PR PATCH] tig: fix license, adopt voidlinux-github
  2019-09-11  4:39 ` voidlinux-github
  2019-09-11  4:41 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-11  4:41 ` voidlinux-github
  2019-09-11 11:43 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-11  4:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lugubris/void-packages tig
https://github.com/void-linux/void-packages/pull/14385

tig: fix license, adopt


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

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

From c2f3ce41283cc7496f990443742460009e4bfe3b Mon Sep 17 00:00:00 2001
From: Lugubris <lugubris@disroot.org>
Date: Tue, 10 Sep 2019 14:43:49 +0000
Subject: [PATCH] tig: fix license, adopt

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

diff --git a/srcpkgs/tig/template b/srcpkgs/tig/template
index 75bcf1c5dfc..f35ff9556ef 100644
--- a/srcpkgs/tig/template
+++ b/srcpkgs/tig/template
@@ -10,8 +10,8 @@ makedepends="ncurses-devel"
 depends="git"
 conf_files="/etc/tigrc"
 short_desc="Text-mode interface for Git"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+maintainer="Lugubris <lugubris@disroot.org>"
+license="GPL-2.0-only"
 homepage="https://jonas.github.io/tig/"
 distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
 checksum=833c81b04082ed318ae5fd5342193f086781e74372cf418c2f82a1313b84cedd

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

* Re: [PR PATCH] [Merged]: tig: fix license, adopt
  2019-09-10 14:44 [PR PATCH] tig: fix license, adopt voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-11  4:41 ` voidlinux-github
@ 2019-09-11 11:43 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-11 11:43 UTC (permalink / raw)
  To: ml

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

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

tig: fix license, adopt
https://github.com/void-linux/void-packages/pull/14385

Description:


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

end of thread, other threads:[~2019-09-11 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10 14:44 [PR PATCH] tig: fix license, adopt voidlinux-github
2019-09-11  4:39 ` voidlinux-github
2019-09-11  4:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-11  4:41 ` voidlinux-github
2019-09-11 11:43 ` [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).