guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.7-480-gbe3425e


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-480-gbe3425e
Date: Wed, 08 Oct 2014 10:01:50 +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 "guix source archive".

The branch, master has been updated
       via  be3425e5a9906261fc14a490e1b6d013a9b2f369 (commit)
       via  fb59e275dd84152cf04f89cd5192145ccf071853 (commit)
      from  3c762a13bf0a8e15f2cf67d6a9eb27cf6d55267d (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 be3425e5a9906261fc14a490e1b6d013a9b2f369
Author: Federico Beffa <address@hidden>
Date:   Mon Oct 6 15:49:29 2014 +0200

    gnu: Add the 'glib-or-gtk' build system.
    
    * guix/build-system/glib-or-gtk.scm, 
guix/build/glib-or-gtk-build-system.scm:
      New files.
    * Makefile.am (MODULES): Add them.
    
    Signed-off-by: Ludovic Courtès <address@hidden>

commit fb59e275dd84152cf04f89cd5192145ccf071853
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 7 23:23:09 2014 +0200

    derivations: Add 'graft-derivation'.
    
    * guix/derivations.scm (graft-derivation): New procedure.
    * guix/build/graft.scm: New file.
    * Makefile.am (MODULES): Add it.
    * tests/derivations.scm ("graft-derivation"): New test.

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

Summary of changes:
 Makefile.am                             |    3 +
 guix/build-system/glib-or-gtk.scm       |  195 +++++++++++++++++++++++++++++++
 guix/build/glib-or-gtk-build-system.scm |  130 ++++++++++++++++++++
 guix/build/graft.scm                    |  130 ++++++++++++++++++++
 guix/derivations.scm                    |   59 +++++++++
 tests/derivations.scm                   |   29 +++++
 6 files changed, 546 insertions(+), 0 deletions(-)
 create mode 100644 guix/build-system/glib-or-gtk.scm
 create mode 100644 guix/build/glib-or-gtk-build-system.scm
 create mode 100644 guix/build/graft.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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