guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] UNNAMED PROJECT branch, master, updated. e7aa73ef0970a358187281957


From: Ludovic Courtès
Subject: [SCM] UNNAMED PROJECT branch, master, updated. e7aa73ef0970a35818728195748b4a3dae6809ef
Date: Mon, 07 Jan 2013 21:33:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  e7aa73ef0970a35818728195748b4a3dae6809ef (commit)
       via  ab8ed44fcee9208ecb8d61a5060aa204a6fb6f06 (commit)
       via  708d0ceb5067f81301d0f584142bfa733fbf0ff1 (commit)
       via  4e6b699d50b7c7b499a951182d0d8458182bb79e (commit)
       via  27160c856b13a4d83922d596dce80005026879f5 (commit)
       via  4a219a1a4761a892681cc63eb3a35ef3a13f1a9b (commit)
      from  233e76769ae3a438bff7117c68f2c88739a28db0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e7aa73ef0970a35818728195748b4a3dae6809ef
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 7 22:32:28 2013 +0100

    snix: Use (guix licenses) variables.
    
    * guix/snix.scm (snix-derivation->guix-package)[license-variable]: New
      procedure.
      Use it to determine the variable name for the license.

commit ab8ed44fcee9208ecb8d61a5060aa204a6fb6f06
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 7 22:23:50 2013 +0100

    snix: Gracefully handle `null' in Nix build inputs.
    
    * guix/snix.scm (snix-derivation->guix-package)[convert-inputs]:
      Gracefully handle `null' as an input.

commit 708d0ceb5067f81301d0f584142bfa733fbf0ff1
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 7 21:30:45 2013 +0100

    distro: Add GNU Aspell.
    
    * distro/packages/aspell.scm: New file.
    * Makefile.am (MODULES): Add it.

commit 4e6b699d50b7c7b499a951182d0d8458182bb79e
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 7 21:20:41 2013 +0100

    distro: Add GSL.
    
    * distro/packages/algebra.scm (gsl): New variable.

commit 27160c856b13a4d83922d596dce80005026879f5
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 7 21:12:12 2013 +0100

    distro: Add GNU GLOBAL.
    
    * distro/packages/global.scm: New file.
    * Makefile.am (MODULES): Add it.

commit 4a219a1a4761a892681cc63eb3a35ef3a13f1a9b
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 7 21:11:19 2013 +0100

    distro: Add Tcl, Expect, and DejaGNU.
    
    * distro/packages/dejagnu.scm, distro/packages/tcl.scm: New files.
    * Makefile.am (MODULES): Add them.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                               |    4 +
 distro/packages/algebra.scm               |   27 ++++++++
 distro/packages/{bison.scm => aspell.scm} |   47 +++++++--------
 distro/packages/dejagnu.scm               |   87 ++++++++++++++++++++++++++
 distro/packages/global.scm                |   58 +++++++++++++++++
 distro/packages/tcl.scm                   |   96 +++++++++++++++++++++++++++++
 guix/snix.scm                             |   35 +++++++---
 7 files changed, 318 insertions(+), 36 deletions(-)
 copy distro/packages/{bison.scm => aspell.scm} (50%)
 create mode 100644 distro/packages/dejagnu.scm
 create mode 100644 distro/packages/global.scm
 create mode 100644 distro/packages/tcl.scm


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]