unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Perl build system and importer
@ 2015-02-12 15:58 Eric Bavier
  2015-02-12 15:58 ` [PATCH 1/4] build-system/perl: Use Build.PL for builds if present Eric Bavier
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Eric Bavier @ 2015-02-12 15:58 UTC (permalink / raw)
  To: guix-devel

The following patches make some updates to perl-build-system and the cpan
importer.  The first patch is necessary for several Perl modules that I've
encountered which don't use MakeMaker in their build system, which
perl-build-system current assumes, but instead use the newer Module::Build
system.  Rather than creating an entirely new build-system, I found it much
easier to just ammend the current perl-build-system.

Eric Bavier (4):
  build-system/perl: Use Build.PL for builds if present.
  guix: licenses: Add Artistic 2.0 license.
  import: cpan: Use corelist to filter dependencies.
  import: cpan: Sort inputs, use mirror url, adjust licenses.

 doc/guix.texi                    |    7 ++--
 guix/build-system/perl.scm       |    4 ++
 guix/build/perl-build-system.scm |   59 ++++++++++++++++++++++++------
 guix/import/cpan.scm             |   75 ++++++++++++++++++++++++++++----------
 guix/licenses.scm                |    7 +++-
 5 files changed, 117 insertions(+), 35 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2015-02-23 20:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 15:58 [PATCH 0/4] Perl build system and importer Eric Bavier
2015-02-12 15:58 ` [PATCH 1/4] build-system/perl: Use Build.PL for builds if present Eric Bavier
2015-02-13 23:07   ` Ludovic Courtès
2015-02-12 15:58 ` [PATCH 2/4] guix: licenses: Add Artistic 2.0 license Eric Bavier
2015-02-13 23:07   ` Ludovic Courtès
2015-02-12 15:58 ` [PATCH 3/4] import: cpan: Use corelist to filter dependencies Eric Bavier
2015-02-13 23:15   ` Ludovic Courtès
2015-02-14  2:46     ` Eric Bavier
2015-02-23 20:49       ` Ludovic Courtès
2015-02-12 15:58 ` [PATCH 4/4] import: cpan: Sort inputs, use mirror url, adjust licenses Eric Bavier
2015-02-13 23:17   ` Ludovic Courtès

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