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.5-24-g3e778ad


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-24-g3e778ad
Date: Sun, 15 Dec 2013 22:29:19 +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  3e778ad3af53e343550f4ec3d0b56f9bfe1fa2e3 (commit)
       via  2ed5b0f42c40b5eb8df462b3cff3399123423182 (commit)
      from  c4c4cc05979f2a2d0212963c5fe1b940d63a0958 (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 3e778ad3af53e343550f4ec3d0b56f9bfe1fa2e3
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 15 23:27:56 2013 +0100

    gnu: Move libelf and patchelf to (gnu packages elf).
    
    * gnu/packages/patchelf.scm (patchelf): Move to...
    * gnu/packages/elf.scm (patchelf): ... here.
    * gnu/packages/patchelf.scm: Remove.
    * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
    * gnu/packages/gcc.scm (libelf): Move to...
    * gnu/packages/elf.scm (libelf): ... here.
    * gnu/packages/cdrom.scm, gnu/packages/icu4c.scm,
      gnu/packages/samba.scm, gnu/packages/scheme.scm, gnu/packages/ssh.scm:
      Adjust references to (gnu packages patchelf).

commit 2ed5b0f42c40b5eb8df462b3cff3399123423182
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 15 23:19:44 2013 +0100

    gnu: Add elfutils.
    
    * gnu/packages/elf.scm: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add it.

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

Summary of changes:
 gnu-system.am             |    2 +-
 gnu/packages/cdrom.scm    |    2 +-
 gnu/packages/elf.scm      |  102 +++++++++++++++++++++++++++++++++++++++++++++
 gnu/packages/gcc.scm      |   28 +------------
 gnu/packages/icu4c.scm    |    2 +-
 gnu/packages/patchelf.scm |   46 --------------------
 gnu/packages/python.scm   |    2 +-
 gnu/packages/samba.scm    |    2 +-
 gnu/packages/scheme.scm   |    2 +-
 gnu/packages/ssh.scm      |    2 +-
 10 files changed, 110 insertions(+), 80 deletions(-)
 create mode 100644 gnu/packages/elf.scm
 delete mode 100644 gnu/packages/patchelf.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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