Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] direnv: update to 2.24.0
@ 2020-11-16  5:55 smorimoto
  2020-11-19  3:34 ` [PR REVIEW] " ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: smorimoto @ 2020-11-16  5:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages direnv-2.24.0
https://github.com/void-linux/void-packages/pull/26426

direnv: update to 2.24.0


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

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

From 7bd71cbec013c812954da0510b7eb89c63004b3e Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Mon, 16 Nov 2020 14:54:26 +0900
Subject: [PATCH] direnv: update to 2.24.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/direnv/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/direnv/template b/srcpkgs/direnv/template
index 4cedd11df05..af1824cc9e9 100644
--- a/srcpkgs/direnv/template
+++ b/srcpkgs/direnv/template
@@ -1,16 +1,16 @@
 # Template file for 'direnv'
 pkgname=direnv
-version=2.23.1
+version=2.24.0
 revision=1
 build_style=go
 go_import_path=github.com/direnv/direnv
 short_desc="Environment switcher for the shell"
-maintainer="Diogo Leal <diogo@diogoleal.com>"
+maintainer="Sora Morimoto <sora@morimoto.io>"
 license="MIT"
 homepage="https://direnv.net/"
 changelog="https://raw.githubusercontent.com/direnv/direnv/master/CHANGELOG.md"
 distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
-checksum=12e01b1df182541654a39c8d631140cf528bfdca6c492545c7e6455748503efa
+checksum=a0993912bc6e89580bc8320d3c9b3e70ccd6aa06c1d847a4d9174bee8a8b9431
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] direnv: update to 2.24.0
  2020-11-16  5:55 [PR PATCH] direnv: update to 2.24.0 smorimoto
@ 2020-11-19  3:34 ` ericonr
  2020-11-19  4:15 ` smorimoto
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-19  3:34 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26426#discussion_r526572479

Comment:
Have you talked to @diogoleal about taking over? 

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

* Re: [PR REVIEW] direnv: update to 2.24.0
  2020-11-16  5:55 [PR PATCH] direnv: update to 2.24.0 smorimoto
  2020-11-19  3:34 ` [PR REVIEW] " ericonr
@ 2020-11-19  4:15 ` smorimoto
  2020-11-19  4:15 ` smorimoto
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: smorimoto @ 2020-11-19  4:15 UTC (permalink / raw)
  To: ml

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

New review comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/26426#discussion_r526583452

Comment:
No.

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

* Re: [PR REVIEW] direnv: update to 2.24.0
  2020-11-16  5:55 [PR PATCH] direnv: update to 2.24.0 smorimoto
  2020-11-19  3:34 ` [PR REVIEW] " ericonr
  2020-11-19  4:15 ` smorimoto
@ 2020-11-19  4:15 ` smorimoto
  2020-11-19  4:29 ` ericonr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: smorimoto @ 2020-11-19  4:15 UTC (permalink / raw)
  To: ml

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

New review comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/26426#discussion_r526583483

Comment:
​If it's possible to add more than one maintainer, that would be ideal for me.

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

* Re: [PR REVIEW] direnv: update to 2.24.0
  2020-11-16  5:55 [PR PATCH] direnv: update to 2.24.0 smorimoto
                   ` (2 preceding siblings ...)
  2020-11-19  4:15 ` smorimoto
@ 2020-11-19  4:29 ` ericonr
  2020-11-19  4:30 ` ericonr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-19  4:29 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26426#discussion_r526587011

Comment:
Since the current maintainer hasn't been active in Void for a while, it should be ok in this case. Just note that usually it's better to send them an email or at least mention them in the PR.

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

* Re: [PR REVIEW] direnv: update to 2.24.0
  2020-11-16  5:55 [PR PATCH] direnv: update to 2.24.0 smorimoto
                   ` (3 preceding siblings ...)
  2020-11-19  4:29 ` ericonr
@ 2020-11-19  4:30 ` ericonr
  2020-11-19  5:30 ` smorimoto
  2020-11-19 12:49 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-19  4:30 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26426#discussion_r526587011

Comment:
Since the current maintainer hasn't been active in Void for a while, it should be ok to make the change in this case. Just note that usually it's better to send them an email or at least mention them in the PR.

Also, I don't think we have any package with multiple maintainers.

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

* Re: [PR REVIEW] direnv: update to 2.24.0
  2020-11-16  5:55 [PR PATCH] direnv: update to 2.24.0 smorimoto
                   ` (4 preceding siblings ...)
  2020-11-19  4:30 ` ericonr
@ 2020-11-19  5:30 ` smorimoto
  2020-11-19 12:49 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: smorimoto @ 2020-11-19  5:30 UTC (permalink / raw)
  To: ml

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

New review comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/26426#discussion_r526603844

Comment:
I got it. Thanks for your explanation.

Indeed. ​For example, a template in the Alpine Linux source package collection may have multiple maintainers, but I haven't found yet with Void Linux.

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

* Re: [PR PATCH] [Merged]: direnv: update to 2.24.0
  2020-11-16  5:55 [PR PATCH] direnv: update to 2.24.0 smorimoto
                   ` (5 preceding siblings ...)
  2020-11-19  5:30 ` smorimoto
@ 2020-11-19 12:49 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-19 12:49 UTC (permalink / raw)
  To: ml

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

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

direnv: update to 2.24.0
https://github.com/void-linux/void-packages/pull/26426

Description:


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

end of thread, other threads:[~2020-11-19 12:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16  5:55 [PR PATCH] direnv: update to 2.24.0 smorimoto
2020-11-19  3:34 ` [PR REVIEW] " ericonr
2020-11-19  4:15 ` smorimoto
2020-11-19  4:15 ` smorimoto
2020-11-19  4:29 ` ericonr
2020-11-19  4:30 ` ericonr
2020-11-19  5:30 ` smorimoto
2020-11-19 12:49 ` [PR PATCH] [Merged]: " ericonr

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