Merge branch 'master' into core-updates Conflicts: Makefile.am gnu/packages/base.scm
gnu: make-bootstrap: Import (gnu packages gcc). * gnu/packages/make-bootstrap.scm: Import (gnu packages gcc).
gnu: Add libelf. * gnu/packages/gcc.scm (libelf): New variable.
gnu: Add ISL and CLooG. * gnu/packages/gcc.scm (%gcc-infrastructure, isl, cloog): New variables.
gnu: Move GCC to its own module. * gnu/packages/base.scm (gcc-4.7): Move to... * gnu/packages/gcc.scm: ... here. New file. * Makefile.am (MODULES): Add it.
glib: Patch around prlimit(2) failure. * gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome. [inputs]: Add `patch/tests-prlimit'. [arguments]: Add it. * gnu/packages/patches/glib-tests-prlimit.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
gnu: Add GNU cflow. * gnu/packages/cflow.scm: New file. * Makefile.am (MODULES): Add it.
gnu: Add GNU cppi. * gnu/packages/cppi.scm: New file. * Makefile.am (MODULES): Add it.
gnu: Update mpfr to 3.1.2. * gnu/packages/multiprecision.scm (mpfr): Update to 3.1.2.
gnu: Add cmake. * gnu/packages/cmake.scm: New file. * gnu/packages/patches/cmake-fix-tests.patch: New file. * Makefile.am: Add them.
gnu: Add lua. * gnu/packages/lua.scm: New file. * Makefile.am: add it.
gnu: libgcrypt: Upgrade to 1.5.1. * gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.5.1.
gnu: Add openconnect. * gnu/packages/vpn.scm (openconnect): New variable.
gnu: coreutils, sed: Update. * gnu/packages/base.scm (sed): Update to 4.2.2. (coreutils): Update to 8.21.
gnu: binutils: Update to 2.23.1. * gnu/packages/base.scm (binutils): Update to 2.23.1. Add `--disable-werror'. (binutils-boot0): Augment BINUTILS's configure flags.
gnu: emacs: Update to 24.3. * gnu/packages/emacs.scm (emacs): Update to 24.3. Use the .xz tarball. * gnu/packages/patches/emacs-configure-sh.patch: Adjust.
gnu: texinfo: Update to 5.1. * gnu/packages/texinfo.scm (texinfo): Update to 5.1.
packages: Remove the default value for `license'. * guix/packages.scm (<package>): Remove the default value for `license'. * gnu/packages/bootstrap.scm (package-from-tarball, %bootstrap-glibc, %bootstrap-gcc): Initialize `license'. * tests/packages.scm (dummy-package): Likewise.
gnu: Add GNU Fdisk. * gnu/packages/fdisk.scm: New file. * Makefile.am (MODULES): Add it.
gnu: Add w3m. * gnu/packages/w3m.scm, gnu/packages/patches/w3m-fix-compile.patch: New files. * Makefile.am (MODULES): Add 'w3m.scm'. (dist_patch_DATA): Add 'w3m-fix-compile.patch'.