~ruther/guix-local

ref: 08fd1ebefdf7a61ede3de490dc466bc41ef1ba97 guix-local/gnu d---------
49f24f41 — Andreas Enge 13 years ago
gnu: Add vpnc.

* gnu/packages/vpn.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages/patches/vpnc-script.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
4cdbdd44 — Ludovic Courtès 13 years ago
gnu: Add libdaemon.

* gnu/packages/libdaemon.scm: New file.
* Makefile.am (MODULES): Add it.
431a3551 — Ludovic Courtès 13 years ago
gnu: global: Update to 6.2.8.

* gnu/packages/global.scm (global): Update to 6.2.8.
abc00dc4 — Andreas Enge 13 years ago
gnu: screen: Use GNU mirror.

* gnu/packages/screen.scm (screen): Use GNU mirror.
c9b940cd — Andreas Enge 13 years ago
gnu: Update libpng to 1.5.14.

* gnu/packages/libpng.scm (libpng): Switch to version 1.5.14.
f6d7be1e — Ludovic Courtès 13 years ago
gnu: texinfo: Make Perl a propagated input.

* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
fd80c705 — Mark H Weaver 13 years ago
gnu: guile-reader: Rename packages to avoid version number confusion.

* gnu/packages/guile.scm (guile-reader): Change the character preceding the
  guile version number from '-' to '_' so that it will not be misinterpreted
  as the package version number.
a24b75d8 — Ludovic Courtès 13 years ago
gnu: texinfo: Update to 5.0.

* gnu/packages/texinfo.scm (texinfo): Update to 5.0.
04086015 — Ludovic Courtès 13 years ago
Add (gnu system vm).

* gnu/system/vm.scm: New file.
* Makefile.am (MODULES): Add it.
f09d925b — Ludovic Courtès 13 years ago
gnu: Add support for Guile in Linux initrd.

* gnu/packages/linux-initrd.scm: New file.
161ed547 — Ludovic Courtès 13 years ago
gnu: qemu-kvm: Add patch to have multiple SMB shares.

* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable.
* gnu/packages/patches/qemu-multiple-smb-shares.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
02288262 — Ludovic Courtès 13 years ago
gnu: guile-static: Change `name' field.

* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
  `-static' suffix.
36439572 — Ludovic Courtès 13 years ago
gnu: guile-static: Add bindings for `reboot'.

* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
ffb1ee52 — Ludovic Courtès 13 years ago
gnu: qemu: Add dependency on Samba.

* gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass
  `--smbd' to ./configure.
3665b4dc — Ludovic Courtès 13 years ago
gnu: samba: Augment the RUNPATH of executables to point to $out/lib.

* gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and
  PatchELF as an input.
e04f30e0 — Nikita Karetnikov 13 years ago
gnu: Add GNU Parted.

* gnu/packages/parted.scm: New file.
* Makefile.am (MODULES): Add it.
6956067b — Ludovic Courtès 13 years ago
gnu: guile-static: Add bindings for low-level Linux syscalls.

* gnu/packages/make-bootstrap.scm (%guile-static): Add
  `guile-linux-syscalls.patch' as an input, and use it.
* gnu/packages/patches/guile-linux-syscalls.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
1dee732b — Ludovic Courtès 13 years ago
gnu: linux-libre: Choose a config without debugging features.

* gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of
  "allmodconfig" since the latter enables all debugging features.  Add
  `CONFIG_CIFS=m'.
eb490858 — Cyril Roelandt 13 years ago
gnu: Add vim.

* gnu/packages/vim.scm: New file.
* Makefile.am (MODULES): Add it.
dc5669cd — Mark H Weaver 13 years ago
Build newest versions unless specified, and implement upgrades.

* gnu/packages.scm (find-newest-available-packages):
  New exported procedure.

* guix-build.in (newest-available-packages, find-best-packages-by-name):
  New procedures.
  (find-package): Use find-best-packages-by-name, to guarantee that
  if a version number is not specified, only the newest versions will
  be considered.

* guix-package.in (%options): Add --upgrade/-u option.
  (newest-available-packages, find-best-packages-by-name, upgradeable?):
  New procedures.
  (find-package): Use find-best-packages-by-name, to guarantee that
  if a version number is not specified, only the newest versions will
  be considered.
  (process-actions): Implement upgrade option.

* doc/guix.texi (Invoking guix-package): In the description of --install,
  mention that if no version number is specified, the newest available
  version will be selected.
Next