~ruther/guix-local

5dc87623 — David Thompson 10 years ago
build: ruby: Add support for tarball and directory sources.

Previously, the Ruby build system only knew how to work with gem archives,
which made it difficult to build unreleased gems from a Git repository or
released gems in tarball form.

* gnu/build/ruby-build-system.scm (gnu:unpack, gem-archive?): New procedures.
  (unpack): Use GNU build system unpack phase for non-gem sources.
  (build): Rebuild the gemspec iff the source is a gem archive.
* guix.texi ("ruby-build-system"): Mention that tarballs and directories are
  acceptable.
27cc9f25 — Cyril Roelandt 10 years ago
gnu: Add python-oslo.utils.

* gnu/packages/openstack.scm (python-oslo.utils, python2-oslo.utils): New variables.
2713527e — Cyril Roelandt 10 years ago
gnu: Add python-debtcollector.

* gnu/packages/openstack.scm (python-debtcollector,
  python2-debtcollector): New variables.
5e412b63 — Cyril Roelandt 10 years ago
gnu: Add python-monotonic.

* gnu/packages/python.scm (python-monotonic, python2-monotonic): New variables.
b85c85be — Cyril Roelandt 10 years ago
gnu: Add python-iso8601.

* gnu/packages/python.scm (python-iso8601, python2-iso8601): New variables.
8c692a52 — Cyril Roelandt 10 years ago
gnu: Add python-wrapt

* gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables.
ed56af06 — Cyril Roelandt 10 years ago
gnu: Add python-oslo.config.

* gnu/packages/openstack.scm (python-oslo.config, python2-oslo.config): New variables.
673d1a9d — Cyril Roelandt 10 years ago
gnu: Add python-stevedore.

* gnu/packages/openstack.scm (python-stevedore, python2-stevedore): New variables.
6e5e39f4 — Cyril Roelandt 10 years ago
gnu: Add python-netaddr.

* gnu/packages/python.scm (python-netaddr, python2-netaddr): New variables.
59ef2030 — Mathieu Lirzin 10 years ago
gnu: Add cvs-fast-export.

* gnu/packages/version-control.scm (cvs-fast-export): New variable.
610075f7 — Ludovic Courtès 10 years ago
gnu: gnupg: Update to 2.1.8.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.8.
92d0fcb6 — Ludovic Courtès 10 years ago
gnu: cpio: Upgrade to 2.12.

* gnu/packages/cpio.scm (cpio): Update to 2.12.
  [source]: Remove 'patches' field.
* gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch,
  gnu/packages/patches/cpio-fix-symlink-bad-length-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove.
73374a68 — David Thompson 10 years ago
gnu: tiled: Update to 0.13.1.

* gnu/packages/game-development.scm (tiled): Update to 0.13.1.
785fb60e — David Thompson 10 years ago
gnu: redis: Update to 3.0.4

* gnu/packages/databases.scm (redis): Update to 3.0.4.
0081410d — Ludovic Courtès 10 years ago
Revert "services: 'mingetty-service' no longer takes monadic values."

This reverts commit daa48c31797b27e3a0991d0db7406c951ebc86df.
82aa2a28 — Leo Famulari 10 years ago
gnu: Add lz4.

* gnu/packages/compression.scm (lz4): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
daa48c31 — Ludovic Courtès 10 years ago
services: 'mingetty-service' no longer takes monadic values.

* gnu/services/base.scm (mingetty-service): Change default value of
  #:motd from a monadic value to a <plain-file>.  Assume MOTD to be a
  file-like object.  Assume LOGIN-PROGRAM is a gexp or #f.
  (%base-services): Use 'plain-file' instead of 'text-file' for motd.
* gnu/system/linux.scm (unix-pam-service): Update docstring to mention
  that MOTD is a file-like object.
* doc/guix.texi (Base Services): Adjust 'mingetty-service' documentation
  accordingly.
5fbbd29f — Ricardo Wurmus 10 years ago
gnu: Add ibus-libpinyin.

* gnu/packages/ibus.scm (ibus-libpinyin): New variable.
12edffe4 — Ricardo Wurmus 10 years ago
gnu: Add libpinyin.

* gnu/packages/ibus.scm (libpinyin): New variable.
5708a92a — David Thompson 10 years ago
gnu: minetest: Update to 0.4.13.

* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.13.
Next