From: ng0@crash.cx
To: 30422@debbugs.gnu.org
Subject: [bug#30422] pycanberra: use new URL
Date: Sun, 11 Feb 2018 10:22:27 +0000 [thread overview]
Message-ID: <87bmgvomfw.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> (raw)
[-- 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/
next reply other threads:[~2018-02-11 10:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-11 10:22 ng0 [this message]
2018-02-11 14:46 ` bug#30422: pycanberra: use new URL Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bmgvomfw.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me \
--to=ng0@crash.cx \
--cc=30422@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.