* [bug#30422] pycanberra: use new URL
@ 2018-02-11 10:22 ng0
2018-02-11 14:46 ` bug#30422: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2018-02-11 10:22 UTC (permalink / raw)
To: 30422
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
Patch 1: Fix the build of python-pycanberra, as it currently
points to my old crashed server.
Patch 2: Adjust mailmap to new email address.
[-- Attachment #2: 0001-gnu-python-pycanberra-Use-new-URLs.patch --]
[-- Type: text/x-patch, Size: 1624 bytes --]
From ef1796d7314656468c229469fc719c9ffcd0d974 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@crash.cx>
Date: Sun, 11 Feb 2018 10:16:05 +0000
Subject: [PATCH 1/2] gnu: python-pycanberra: Use new URLs.
The server it was previously located on crashed.
* gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new
URL.
[home-page]: Use new website.
---
gnu/packages/libcanberra.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm
index 42456995b..b4ed90ebb 100644
--- a/gnu/packages/libcanberra.scm
+++ b/gnu/packages/libcanberra.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
-;;; Copyright © 2017 ng0 <ng0@infotropique.org>
+;;; Copyright © 2017, 2018 ng0 <ng0@crash.cx>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -139,7 +139,7 @@ sounds for various system events.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://d.n0.is/releases/pycanberra/"
+ (uri (string-append "https://files.crash.cx/releases/"
"pycanberra-" version ".tar.xz"))
(sha256
(base32
@@ -152,5 +152,5 @@ sounds for various system events.")
(synopsis "Ctypes wrapper for the libcanberra API")
(description
"Pycanberra is a basic Python wrapper for libcanberra.")
- (home-page "https://c.n0.is/pycanberra/")
+ (home-page "https://code.crash.cx/pycanberra/log.html")
(license lgpl2.1+)))
--
2.16.1
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-mailmap-Adjust-entries-for-ng0.patch --]
[-- Type: text/x-patch, Size: 1775 bytes --]
From 8e4da043058f45063e4d86796755c8769481373a Mon Sep 17 00:00:00 2001
From: ng0 <ng0@crash.cx>
Date: Sun, 11 Feb 2018 10:18:16 +0000
Subject: [PATCH 2/2] mailmap: Adjust entries for ng0.
---
.mailmap | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/.mailmap b/.mailmap
index e32a3dfb9..84a1c469c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -42,17 +42,18 @@ Mathieu Lirzin <mthl@gnu.org> <mthl@openmailbox.org>
Mathieu Lirzin <mthl@gnu.org> <mathieu.lirzin@openmailbox.org>
Mathieu Othacehe <m.othacehe@gmail.com>
Nikita Karetnikov <nikita@karetnikov.org> <nikita.karetnikov@gmail.com>
-ng0 <ng0@n0.is>
-ng0 <ng0@n0.is> <ng0@infotropique.org>
-ng0 <ng0@n0.is> <ng0@no-reply.infotropique.org>
-ng0 <ng0@n0.is> <ng0@no-reply.pragmatique.xyz>
-ng0 <ng0@n0.is> <ng0@pragmatique.xyz>
-ng0 <ng0@n0.is> <contact.ng0@cryptolab.net>
-ng0 <ng0@n0.is> <ng0@we.make.ritual.n0.is>
-ng0 <ng0@n0.is> <ngillmann@runbox.com>
-ng0 <ng0@n0.is> <niasterisk@grrlz.net>
-ng0 <ng0@n0.is> <ng@niasterisk.space>
-ng0 <ng0@n0.is> <ng0@libertad.pw>
+ng0 <ng0@crash.cx>
+ng0 <ng0@crash.cx> ng0 <ng0@n0.is>
+ng0 <ng0@crash.cx> <ng0@infotropique.org>
+ng0 <ng0@crash.cx> <ng0@no-reply.infotropique.org>
+ng0 <ng0@crash.cx> <ng0@no-reply.pragmatique.xyz>
+ng0 <ng0@crash.cx> <ng0@pragmatique.xyz>
+ng0 <ng0@crash.cx> <contact.ng0@cryptolab.net>
+ng0 <ng0@crash.cx> <ng0@we.make.ritual.n0.is>
+ng0 <ng0@crash.cx> <ngillmann@runbox.com>
+ng0 <ng0@crash.cx> <niasterisk@grrlz.net>
+ng0 <ng0@crash.cx> <ng@niasterisk.space>
+ng0 <ng0@crash.cx> <ng0@libertad.pw>
Pjotr Prins <pjotr.guix@thebird.nl> <pjotr.public01@thebird.nl>
Pjotr Prins <pjotr.guix@thebird.nl> <pjotr.public12@thebird.nl>
Pjotr Prins <pjotr.guix@thebird.nl> <pjotr.public12@email>
--
2.16.1
[-- Attachment #4: Type: text/plain, Size: 95 bytes --]
--
ng0 :: https://crash.cx
A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://crash.cx/keys/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#30422: pycanberra: use new URL
2018-02-11 10:22 [bug#30422] pycanberra: use new URL ng0
@ 2018-02-11 14:46 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-02-11 14:46 UTC (permalink / raw)
To: ng0; +Cc: 30422-done
[-- Attachment #1: Type: text/plain, Size: 962 bytes --]
On Sun, Feb 11, 2018 at 10:22:27AM +0000, ng0@crash.cx wrote:
> Patch 1: Fix the build of python-pycanberra, as it currently
> points to my old crashed server.
> Patch 2: Adjust mailmap to new email address.
> From ef1796d7314656468c229469fc719c9ffcd0d974 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@crash.cx>
> Date: Sun, 11 Feb 2018 10:16:05 +0000
> Subject: [PATCH 1/2] gnu: python-pycanberra: Use new URLs.
>
> The server it was previously located on crashed.
>
> * gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new
> URL.
> [home-page]: Use new website.
> From 8e4da043058f45063e4d86796755c8769481373a Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@crash.cx>
> Date: Sun, 11 Feb 2018 10:18:16 +0000
> Subject: [PATCH 2/2] mailmap: Adjust entries for ng0.
>
> ---
> .mailmap | 23 ++++++++++++-----------
> 1 file changed, 12 insertions(+), 11 deletions(-)
Thanks! Pushed as c275462025917ad7b8e182f29d6580804e585643
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-11 14:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-11 10:22 [bug#30422] pycanberra: use new URL ng0
2018-02-11 14:46 ` bug#30422: " Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.