GNU bug report logs - #28410
[PATCH] import: cpan: Replace '(package-license perl) with 'perl-license.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Sun, 10 Sep 2017 18:40:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28410 in the body.
You can then email your comments to 28410 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#28410; Package guix-patches. (Sun, 10 Sep 2017 18:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 10 Sep 2017 18:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] import: cpan: Replace '(package-license perl) with
 'perl-license.
Date: Sun, 10 Sep 2017 19:39:21 +0100
The perl-license definition is intended to avoid circular dependencies, so
use this as a default when importing packages from CPAN.

* guix/import/cpan.scm (string->license): Replace '(package-license perl) with
  'perl-license.
---
 guix/import/cpan.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm
index 9ee69e529..01acc6f36 100644
--- a/guix/import/cpan.scm
+++ b/guix/import/cpan.scm
@@ -71,7 +71,7 @@
    ;; mozilla_1_0
    ("mozilla_1_1" 'mpl1.1)
    ("openssl" 'openssl)
-   ("perl_5" '(package-license perl))   ;GPL1+ and Artistic 1
+   ("perl_5" 'perl-license)   ;GPL1+ and Artistic 1
    ("qpl_1_0" 'qpl)
    ;; ssleay
    ;; sun
-- 
2.14.1





Information forwarded to guix-patches <at> gnu.org:
bug#28410; Package guix-patches. (Mon, 11 Sep 2017 08:29:02 GMT) Full text and rfc822 format available.

Message #8 received at 28410 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Christopher Baines <mail <at> cbaines.net>
Cc: 28410 <at> debbugs.gnu.org
Subject: Re: [bug#28410] [PATCH] import: cpan: Replace '(package-license perl)
 with 'perl-license.
Date: Mon, 11 Sep 2017 10:28:30 +0200
Christopher Baines <mail <at> cbaines.net> skribis:

> The perl-license definition is intended to avoid circular dependencies, so
> use this as a default when importing packages from CPAN.
>
> * guix/import/cpan.scm (string->license): Replace '(package-license perl) with
>   'perl-license.

Awesome, thanks!

Ludo'.




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 12 Sep 2017 22:20:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Tue, 12 Sep 2017 22:20:02 GMT) Full text and rfc822 format available.

Message #13 received at 28410-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 28410-done <at> debbugs.gnu.org
Subject: Re: [bug#28410] [PATCH] import: cpan: Replace '(package-license
 perl) with 'perl-license.
Date: Tue, 12 Sep 2017 23:19:27 +0100
[Message part 1 (text/plain, inline)]
On Mon, 11 Sep 2017 10:28:30 +0200
ludo <at> gnu.org (Ludovic Courtès) wrote:

> Christopher Baines <mail <at> cbaines.net> skribis:
> 
> > The perl-license definition is intended to avoid circular
> > dependencies, so use this as a default when importing packages from
> > CPAN.
> >
> > * guix/import/cpan.scm (string->license): Replace '(package-license
> > perl) with 'perl-license.  
> 
> Awesome, thanks!

Great, I've pushed this now :)
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 11 Oct 2017 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 332 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.