guix-commits
[Top][All Lists]
Advanced

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

01/08: Merge branch 'master' into core-updates


From: Ludovic Courtès
Subject: 01/08: Merge branch 'master' into core-updates
Date: Thu, 26 Feb 2015 23:09:50 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 93be4e8e6c6b82a5825b56cce991563bf19aaaf2
Merge: a068dba e150917
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 26 22:37:12 2015 +0100

    Merge branch 'master' into core-updates

 AUTHORS                                            |    1 +
 HACKING                                            |    6 -
 THANKS                                             |    1 +
 build-aux/check-available-binaries.scm             |   47 +-
 build-aux/check-final-inputs-self-contained.scm    |    7 +-
 config-daemon.ac                                   |    5 +-
 configure.ac                                       |    4 +-
 doc/guix.texi                                      |   46 +-
 gnu-system.am                                      |   33 +-
 gnu/artwork.scm                                    |    6 +-
 gnu/packages/aarddict.scm                          |   69 ++
 gnu/packages/admin.scm                             |   25 +-
 gnu/packages/algebra.scm                           |   11 +-
 gnu/packages/audio.scm                             |  750 +++++++++++++++++++-
 gnu/packages/avahi.scm                             |    2 +-
 gnu/packages/base.scm                              |   47 ++-
 gnu/packages/bioinformatics.scm                    |  136 ++++-
 gnu/packages/certs.scm                             |  118 +++
 gnu/packages/complexity.scm                        |    5 +-
 gnu/packages/compression.scm                       |   19 +
 gnu/packages/ebook.scm                             |    6 +-
 gnu/packages/{ebook.scm => freedesktop.scm}        |   38 +-
 gnu/packages/ftp.scm                               |   46 ++-
 gnu/packages/games.scm                             |   39 +-
 gnu/packages/gnome.scm                             |   22 +
 gnu/packages/gnuzilla.scm                          |   28 +-
 gnu/packages/graphics.scm                          |   89 +++
 gnu/packages/gtk.scm                               |   28 +
 gnu/packages/java.scm                              |   52 ++
 gnu/packages/libffcall.scm                         |    2 +-
 gnu/packages/linux-libre-i686.conf                 |  209 ++----
 gnu/packages/linux-libre-x86_64.conf               |  217 ++----
 gnu/packages/linux.scm                             |  168 +++++-
 gnu/packages/lisp.scm                              |  304 ++++++++-
 gnu/packages/lua.scm                               |    4 +-
 gnu/packages/mail.scm                              |   87 +++
 gnu/packages/maths.scm                             |   25 +
 gnu/packages/moreutils.scm                         |   68 ++
 gnu/packages/node.scm                              |    4 +-
 gnu/packages/openssl.scm                           |    4 +
 gnu/packages/package-management.scm                |   31 +-
 gnu/packages/patches/chmlib-inttypes.patch         |   60 ++
 .../patches/cpufrequtils-fix-aclocal.patch         |   46 ++
 gnu/packages/patches/icecat-CVE-2015-0822.patch    |  154 ++++
 .../patches/icecat-CVE-2015-0827-pt-1.patch        |   33 +
 .../patches/icecat-CVE-2015-0827-pt-2.patch        |   35 +
 .../patches/icecat-CVE-2015-0827-pt-3.patch        |   56 ++
 .../patches/icecat-CVE-2015-0831-pt-1.patch        |   32 +
 .../patches/icecat-CVE-2015-0831-pt-2.patch        |   26 +
 .../patches/icecat-CVE-2015-0836-pt-01.patch       |   26 +
 .../patches/icecat-CVE-2015-0836-pt-02.patch       |   27 +
 .../patches/icecat-CVE-2015-0836-pt-03.patch       |  220 ++++++
 .../patches/icecat-CVE-2015-0836-pt-04.patch       |   89 +++
 .../patches/icecat-CVE-2015-0836-pt-05.patch       |   25 +
 .../patches/icecat-CVE-2015-0836-pt-06.patch       |   41 ++
 .../patches/icecat-CVE-2015-0836-pt-07.patch       |   54 ++
 .../patches/icecat-CVE-2015-0836-pt-08.patch       |   53 ++
 .../patches/icecat-CVE-2015-0836-pt-09.patch       |   52 ++
 .../patches/icecat-CVE-2015-0836-pt-10.patch       |  219 ++++++
 .../patches/icecat-CVE-2015-0836-pt-11.patch       |  104 +++
 gnu/packages/patches/luajit-no_ldconfig.patch      |   31 +
 gnu/packages/patches/luajit-symlinks.patch         |   25 +
 gnu/packages/patches/openexr-missing-samples.patch |   23 +
 .../python2-rdflib-drop-sparqlwrapper.patch        |   16 +
 gnu/packages/patches/weex-vacopy.patch             |   13 +
 gnu/packages/pdf.scm                               |   31 +-
 gnu/packages/perl.scm                              |  140 ++++
 gnu/packages/pumpio.scm                            |   68 ++
 gnu/packages/python.scm                            |  444 +++++++++---
 gnu/packages/qt.scm                                |   52 ++-
 gnu/packages/rdf.scm                               |   70 ++-
 gnu/packages/ruby.scm                              |    4 +-
 gnu/packages/samba.scm                             |    7 +-
 gnu/packages/scheme.scm                            |   81 +++
 gnu/packages/sdl.scm                               |   14 +-
 gnu/packages/statistics.scm                        |  108 +++
 gnu/packages/video.scm                             |  232 ++++++-
 gnu/packages/web.scm                               |   26 +-
 gnu/packages/wxwidgets.scm                         |   97 +++
 gnu/packages/xdisorg.scm                           |   30 +-
 gnu/packages/xorg.scm                              |    4 +-
 gnu/services/base.scm                              |    3 +-
 gnu/services/xorg.scm                              |   34 +-
 gnu/system/grub.scm                                |    6 +-
 guix/build-system/perl.scm                         |    4 +
 guix/build/download.scm                            |   84 +++-
 guix/build/perl-build-system.scm                   |   59 ++-
 guix/derivations.scm                               |   19 +-
 guix/download.scm                                  |   10 +
 guix/gexp.scm                                      |  220 +++++-
 guix/http-client.scm                               |    4 +-
 guix/import/cpan.scm                               |   77 ++-
 guix/licenses.scm                                  |   15 +-
 guix/packages.scm                                  |    7 +
 guix/scripts/archive.scm                           |   16 +-
 guix/scripts/build.scm                             |   17 +-
 guix/scripts/environment.scm                       |   18 +-
 guix/scripts/package.scm                           |   24 +-
 guix/scripts/system.scm                            |   36 +-
 guix/store.scm                                     |    8 +-
 guix/tests.scm                                     |   18 +
 guix/ui.scm                                        |   33 +-
 m4/guix.m4                                         |   58 ++-
 test-env.in                                        |    9 +-
 tests/builders.scm                                 |    8 +-
 tests/cpan.scm                                     |   14 +-
 tests/derivations.scm                              |   19 +-
 tests/gexp.scm                                     |   51 ++
 tests/guix-package.sh                              |   13 +-
 tests/packages.scm                                 |    5 +-
 tests/ui.scm                                       |   40 +
 tests/union.scm                                    |    6 +-
 112 files changed, 5829 insertions(+), 783 deletions(-)




reply via email to

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