gnu: Add GNU Plotutils. * gnu/packages/plotutils.scm: New file. * Makefile.am (MODULES): Add it.
gnu: Add CVS. * gnu/packages/version-control.scm (cvs): New variable.
gnu: Add strace. * gnu/packages/linux.scm (strace): New variable.
gnu: Improve synopses for Linux-related packages. * gnu/packages/linux.scm (util-linux, procps, e2fsprogs): Clarify and shrink synopses.
gnu: automake: Update to 1.13.2. * gnu/packages/autotools.scm (autoconf-wrapper): Wrap `configure' files regardless of the exit code of `autoconf'. Triggered by Automake's `t/am-prog-cc-stdc.sh'. (automake): Update to 1.13.2.
gnu: texinfo: Don't propagate Perl. * gnu/packages/texinfo.scm (texinfo): Don't propagate Perl.
gnu: guile-reader: Install modules in the right place. * gnu/packages/guile.scm (guile-reader): Add `arguments' field.
gnu: Add GNU RCS. * gnu/packages/bazaar.scm: Rename to... * gnu/packages/version-control.scm: ... this. (rcs): New variable. * Makefile.am (MODULES): Adjust accordingly.
gnu: Add Scheme48. * gnu/packages/scheme.scm (scheme48): New variable. * gnu/packages/patches/scheme48-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
gnu: gnupg: Update to 2.0.20. * gnu/packages/gnupg.scm (gnupg): Update to 2.0.20.
gnu: chicken: Clear description. * gnu/packages/scheme.scm (chicken): Remove unneeded part of the description.
gnu: Sync synopses with the Womb. * gnu/packages/bazaar.scm (bazaar): Use synopsis from the Womb. * gnu/packages/gv.scm (gv): Likewise.
gnu: Add CHICKEN. * gnu/packages/scheme.scm (chicken): New variable.
gnu: geiser: Update to 0.4. * gnu/packages/emacs.scm (geiser): Update to 0.4.
gnu: Add GNU Bazaar. * gnu/packages/bazaar.scm: New file. * Makefile.am (MODULES): Add it.
Add (guix build rpath). * guix/build/rpath.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/python.scm (python): Use it; remove local copy of the *rpath* procedures. * gnu/packages/samba.scm (samba): Likewise.
gnu: Add tzdata. * gnu/packages/base.scm (tzdata): New variable.
gnu: Add cryptsetup. * gnu/packages/cryptsetup.scm: New file. * Makefile.am (MODULES): Add it.
gnu: Add lvm2. * gnu/packages/lvm.scm: New file. * Makefile.am (MODULES): Add it.
gnu: python: Build the shared library. * gnu/packages/python.scm (python): Add `--enable-shared'. Add #:modules and #:phases. Add PatchELF as an input.