Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] srcpkgs: update maintainer email.
@ 2020-04-29 16:15 nilium
  2020-04-29 16:33 ` [PR PATCH] [Updated] " nilium
  2020-04-30 15:03 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: nilium @ 2020-04-29 16:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages update-email
https://github.com/void-linux/void-packages/pull/21473

srcpkgs: update maintainer email.
Other packages with the old email are or have already been covered by release updates.

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

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

From 576ee92e143a96310e8c4d68a08f110216cf4588 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Wed, 29 Apr 2020 09:04:13 -0700
Subject: [PATCH] srcpkgs: update maintainer email.

---
 srcpkgs/gron/template   | 4 ++--
 srcpkgs/img/template    | 4 ++--
 srcpkgs/sops/template   | 4 ++--
 srcpkgs/wrk/template    | 4 ++--
 srcpkgs/xq-api/template | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gron/template b/srcpkgs/gron/template
index 48c9c3a013d..566d222a195 100644
--- a/srcpkgs/gron/template
+++ b/srcpkgs/gron/template
@@ -1,12 +1,12 @@
 # Template file for 'gron'
 pkgname=gron
 version=0.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path=github.com/tomnomnom/gron
 hostmakedepends="git"
 short_desc="Tool to make JSON greppable"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/tomnomnom/gron"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/img/template b/srcpkgs/img/template
index e176fe6dc3a..d46ae97a93f 100644
--- a/srcpkgs/img/template
+++ b/srcpkgs/img/template
@@ -1,13 +1,13 @@
 # Template file for 'img'
 pkgname=img
 version=0.5.7
-revision=1
+revision=2
 build_style=go
 go_import_path=github.com/genuinetools/img
 go_build_tags="noembed seccomp"
 depends="libseccomp runc shadow"
 short_desc="Standalone, daemonless, unprivileged container image builder"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/genuinetools/img"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/sops/template b/srcpkgs/sops/template
index d2e39c54522..3f82978fcee 100644
--- a/srcpkgs/sops/template
+++ b/srcpkgs/sops/template
@@ -1,12 +1,12 @@
 # Template file for 'sops'
 pkgname=sops
 version=3.5.0
-revision=1
+revision=2
 build_style=go
 go_import_path="go.mozilla.org/sops/v3/cmd/sops"
 hostmakedepends="git"
 short_desc="Simple and flexible tool for managing secrets"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/sops"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/wrk/template b/srcpkgs/wrk/template
index 97f0e757774..251dcae88a3 100644
--- a/srcpkgs/wrk/template
+++ b/srcpkgs/wrk/template
@@ -1,13 +1,13 @@
 # Template file for 'wrk'
 pkgname=wrk
 version=4.1.0
-revision=3
+revision=4
 build_style=gnu-makefile
 make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr"
 hostmakedepends="LuaJIT"
 makedepends="LuaJIT-devel libressl-devel"
 short_desc="Modern HTTP benchmarking tool"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="Apache-2.0"
 homepage="https://github.com/wg/wrk"
 distfiles="https://github.com/wg/wrk/archive/${version}.tar.gz"
diff --git a/srcpkgs/xq-api/template b/srcpkgs/xq-api/template
index 61b342f771b..16e97083cae 100644
--- a/srcpkgs/xq-api/template
+++ b/srcpkgs/xq-api/template
@@ -1,13 +1,13 @@
 # Template file for 'xq-api'
 pkgname=xq-api
 version=0.4.0
-revision=1
+revision=2
 build_style=go
 go_import_path=go.spiff.io/xq-api
 conf_files="/etc/sv/xq-api/conf"
 make_dirs="/var/lib/xq-api 0755 _xqapi _xqapi"
 short_desc="HTTP-based xbps repodata query API"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="BSD-2-Clause"
 homepage="https://github.com/nilium/xq-api"
 distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] srcpkgs: update maintainer email.
  2020-04-29 16:15 [PR PATCH] srcpkgs: update maintainer email nilium
@ 2020-04-29 16:33 ` nilium
  2020-04-30 15:03 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: nilium @ 2020-04-29 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages update-email
https://github.com/void-linux/void-packages/pull/21473

srcpkgs: update maintainer email.
Other packages with the old email are or have already been covered by release updates.

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

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

From 841eae8d2a4c63a4e8cf7e12f74ba5365bf0a291 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Wed, 29 Apr 2020 09:04:13 -0700
Subject: [PATCH] srcpkgs: update maintainer email.

wrk updated to satisfy xlint.
---
 srcpkgs/gron/template   | 4 ++--
 srcpkgs/img/template    | 4 ++--
 srcpkgs/sops/template   | 4 ++--
 srcpkgs/wrk/template    | 6 ++----
 srcpkgs/xq-api/template | 4 ++--
 5 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/gron/template b/srcpkgs/gron/template
index 48c9c3a013d..566d222a195 100644
--- a/srcpkgs/gron/template
+++ b/srcpkgs/gron/template
@@ -1,12 +1,12 @@
 # Template file for 'gron'
 pkgname=gron
 version=0.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path=github.com/tomnomnom/gron
 hostmakedepends="git"
 short_desc="Tool to make JSON greppable"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/tomnomnom/gron"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/img/template b/srcpkgs/img/template
index e176fe6dc3a..d46ae97a93f 100644
--- a/srcpkgs/img/template
+++ b/srcpkgs/img/template
@@ -1,13 +1,13 @@
 # Template file for 'img'
 pkgname=img
 version=0.5.7
-revision=1
+revision=2
 build_style=go
 go_import_path=github.com/genuinetools/img
 go_build_tags="noembed seccomp"
 depends="libseccomp runc shadow"
 short_desc="Standalone, daemonless, unprivileged container image builder"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/genuinetools/img"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/sops/template b/srcpkgs/sops/template
index d2e39c54522..3f82978fcee 100644
--- a/srcpkgs/sops/template
+++ b/srcpkgs/sops/template
@@ -1,12 +1,12 @@
 # Template file for 'sops'
 pkgname=sops
 version=3.5.0
-revision=1
+revision=2
 build_style=go
 go_import_path="go.mozilla.org/sops/v3/cmd/sops"
 hostmakedepends="git"
 short_desc="Simple and flexible tool for managing secrets"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/sops"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/wrk/template b/srcpkgs/wrk/template
index 97f0e757774..460a996ec4e 100644
--- a/srcpkgs/wrk/template
+++ b/srcpkgs/wrk/template
@@ -1,13 +1,13 @@
 # Template file for 'wrk'
 pkgname=wrk
 version=4.1.0
-revision=3
+revision=4
 build_style=gnu-makefile
 make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr"
 hostmakedepends="LuaJIT"
 makedepends="LuaJIT-devel libressl-devel"
 short_desc="Modern HTTP benchmarking tool"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="Apache-2.0"
 homepage="https://github.com/wg/wrk"
 distfiles="https://github.com/wg/wrk/archive/${version}.tar.gz"
@@ -54,8 +54,6 @@ do_install() {
 	vdoc README.md
 	vdoc CHANGES
 	vdoc SCRIPTING
-	vlicense LICENSE
-	vlicense NOTICE
 	for f in scripts/*; do
 		vsconf "${f}"
 	done
diff --git a/srcpkgs/xq-api/template b/srcpkgs/xq-api/template
index 61b342f771b..16e97083cae 100644
--- a/srcpkgs/xq-api/template
+++ b/srcpkgs/xq-api/template
@@ -1,13 +1,13 @@
 # Template file for 'xq-api'
 pkgname=xq-api
 version=0.4.0
-revision=1
+revision=2
 build_style=go
 go_import_path=go.spiff.io/xq-api
 conf_files="/etc/sv/xq-api/conf"
 make_dirs="/var/lib/xq-api 0755 _xqapi _xqapi"
 short_desc="HTTP-based xbps repodata query API"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="BSD-2-Clause"
 homepage="https://github.com/nilium/xq-api"
 distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz"

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

* Re: [PR PATCH] [Merged]: srcpkgs: update maintainer email.
  2020-04-29 16:15 [PR PATCH] srcpkgs: update maintainer email nilium
  2020-04-29 16:33 ` [PR PATCH] [Updated] " nilium
@ 2020-04-30 15:03 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2020-04-30 15:03 UTC (permalink / raw)
  To: ml

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

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

srcpkgs: update maintainer email.
https://github.com/void-linux/void-packages/pull/21473

Description:
Other packages with the old email are or have already been covered by release updates.

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

end of thread, other threads:[~2020-04-30 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 16:15 [PR PATCH] srcpkgs: update maintainer email nilium
2020-04-29 16:33 ` [PR PATCH] [Updated] " nilium
2020-04-30 15:03 ` [PR PATCH] [Merged]: " Piraty

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