unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49875] [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs
@ 2021-08-04 13:10 Philip Kaludercic
  2021-08-11 15:26 ` Arun Isaac
  2021-09-03 20:42 ` Philip Kaludercic
  0 siblings, 2 replies; 6+ messages in thread
From: Philip Kaludercic @ 2021-08-04 13:10 UTC (permalink / raw)
  To: 49875

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


Hi,

the patch below updates the repository URLs of two packages I maintain,
that were included into the gnu repository.

-- 
	Philip K.



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Update-emacs-autocrypt-and-emacs-shell-command-U.patch --]
[-- Type: text/x-diff, Size: 1807 bytes --]

From 258072a86fa67b67ba2c6c823eb055a282f333ef Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Wed, 4 Aug 2021 15:05:41 +0200
Subject: [PATCH] gnu: Update emacs-autocrypt and emacs-shell-command+ URLs

* emacs-xyz.scm (emacs-autocrypt): Update URL
(emacs-shell-command+): Update URL
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 47ace455c9..8565685fc2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12307,14 +12307,14 @@ extensibility.")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://git.sr.ht/~zge/autocrypt")
+                      (url "https://git.sr.ht/~pkal/autocrypt")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
                   "0b06xnjkgwjpxl96mdi674pmvdaiwncifi1a30wxhl1dwr7kr084"))))
       (build-system emacs-build-system)
-      (home-page "https://git.sr.ht/~zge/autocrypt")
+      (home-page "https://git.sr.ht/~pkal/autocrypt")
       (synopsis "Autocrypt implementation for Emacs")
       (description "@code{emacs-autocrypt} is an implementation of
 Autocrypt (@url{https://autocrypt.org/}) for various Emacs MUAs.  Autocrypt is
@@ -28206,7 +28206,7 @@ Features:
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://git.sr.ht/~zge/bang")
+                    (url "https://git.sr.ht/~pkal/shell-command-plus")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-- 
2.30.2


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

* [bug#49875] [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs
  2021-08-04 13:10 [bug#49875] [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs Philip Kaludercic
@ 2021-08-11 15:26 ` Arun Isaac
  2021-08-11 16:53   ` Philip Kaludercic
  2021-09-03 20:42 ` Philip Kaludercic
  1 sibling, 1 reply; 6+ messages in thread
From: Arun Isaac @ 2021-08-11 15:26 UTC (permalink / raw)
  To: Philip Kaludercic, 49875

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


Hi Philip,

Could you split this patch into two separate patches, one for each
package?

Thanks,
Arun

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

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

* [bug#49875] [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs
  2021-08-11 15:26 ` Arun Isaac
@ 2021-08-11 16:53   ` Philip Kaludercic
  2021-08-11 20:10     ` Arun Isaac
  0 siblings, 1 reply; 6+ messages in thread
From: Philip Kaludercic @ 2021-08-11 16:53 UTC (permalink / raw)
  To: Arun Isaac, 49875

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

I  can, but I don't have access to a computer with git for at least a week. If that is ok, I'll so so then.

On 11 August 2021 17:26:53 CEST, Arun Isaac <arunisaac@systemreboot.net> wrote:
>
>Hi Philip,
>
>Could you split this patch into two separate patches, one for each
>package?
>
>Thanks,
>Arun

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

[-- Attachment #2: Type: text/html, Size: 730 bytes --]

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

* [bug#49875] [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs
  2021-08-11 16:53   ` Philip Kaludercic
@ 2021-08-11 20:10     ` Arun Isaac
  0 siblings, 0 replies; 6+ messages in thread
From: Arun Isaac @ 2021-08-11 20:10 UTC (permalink / raw)
  To: Philip Kaludercic, 49875

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


> I can, but I don't have access to a computer with git for at least a
> week. If that is ok, I'll so so then.

Sure, no problem! :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

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

* [bug#49875] [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs
  2021-08-04 13:10 [bug#49875] [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs Philip Kaludercic
  2021-08-11 15:26 ` Arun Isaac
@ 2021-09-03 20:42 ` Philip Kaludercic
  2021-09-07 12:37   ` bug#49875: " Nicolas Goaziou
  1 sibling, 1 reply; 6+ messages in thread
From: Philip Kaludercic @ 2021-09-03 20:42 UTC (permalink / raw)
  To: 49875

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


It seems something went wrong when I sent the last message, so I'll try
sending the patches again:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Update-autocrypt-URL.patch --]
[-- Type: text/x-diff, Size: 1383 bytes --]

From 3b5f5a4e66d254cadaf5fda1ddd40166fef52d1f Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Fri, 3 Sep 2021 22:40:55 +0200
Subject: [PATCH 1/2] gnu: Update autocrypt URL

* emacs-xyz.scm (emacs-autocrypt): Update URL and homepage
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 030809f5ac..d214163b02 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12474,14 +12474,14 @@ extensibility.")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://git.sr.ht/~zge/autocrypt")
+                      (url "https://git.sr.ht/~pkal/autocrypt")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
                   "0b06xnjkgwjpxl96mdi674pmvdaiwncifi1a30wxhl1dwr7kr084"))))
       (build-system emacs-build-system)
-      (home-page "https://git.sr.ht/~zge/autocrypt")
+      (home-page "https://git.sr.ht/~pkal/autocrypt")
       (synopsis "Autocrypt implementation for Emacs")
       (description "@code{emacs-autocrypt} is an implementation of
 Autocrypt (@url{https://autocrypt.org/}) for various Emacs MUAs.  Autocrypt is
-- 
2.30.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-Update-shell-command-URL.patch --]
[-- Type: text/x-diff, Size: 963 bytes --]

From 7ce55efff03cc2beffb6e9a8c958fb24bb6c60f3 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Fri, 3 Sep 2021 22:41:41 +0200
Subject: [PATCH 2/2] gnu: Update shell-command+ URL

* emacs-xyz.scm (emacs-shell-command+): Update URL and homepage
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d214163b02..302b9ecdfc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28516,7 +28516,7 @@ rather excellent completion provided by both Bash and Zsh.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://git.sr.ht/~zge/bang")
+                    (url "https://git.sr.ht/~pkal/shell-command-plus")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-- 
2.30.2


[-- Attachment #4: Type: text/plain, Size: 16 bytes --]


-- 
	Philip K.

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

* bug#49875: [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs
  2021-09-03 20:42 ` Philip Kaludercic
@ 2021-09-07 12:37   ` Nicolas Goaziou
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2021-09-07 12:37 UTC (permalink / raw)
  To: Philip Kaludercic; +Cc: 49875-done

Hello,

Philip Kaludercic <philipk@posteo.net> writes:

> It seems something went wrong when I sent the last message, so I'll try
> sending the patches again:
>
> From 3b5f5a4e66d254cadaf5fda1ddd40166fef52d1f Mon Sep 17 00:00:00 2001
> From: Philip Kaludercic <philipk@posteo.net>
> Date: Fri, 3 Sep 2021 22:40:55 +0200
> Subject: [PATCH 1/2] gnu: Update autocrypt URL

Applied, after rewording the commit message.

Thank you!

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-09-07 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 13:10 [bug#49875] [PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs Philip Kaludercic
2021-08-11 15:26 ` Arun Isaac
2021-08-11 16:53   ` Philip Kaludercic
2021-08-11 20:10     ` Arun Isaac
2021-09-03 20:42 ` Philip Kaludercic
2021-09-07 12:37   ` bug#49875: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).