packages: Add missing export. * guix/packages.scm: Export `package-home-page'.
distro: Search bootstrap binaries and patches in %LOAD-PATH. * Makefile.am (patchdir, bootstrapdir): Change to be sub-directories of $(guilemoduledir). (.scm.go): Remove `DISTRO_' environment variables. * distro.scm (not-colon): Remove. (%patch-path, %bootstrap-binaries-path): Default to sub-directories of the entries in %LOAD-PATH. * pre-inst-env.in: Remove definition of `DISTRO_' environment variables.
distro: Add GNU Less. * distro/packages/less.scm: New file. * Makefile.am (MODULES): Add it.
distro: Add GNU Nano. * distro/packages/nano.scm: New file. * Makefile.am (MODULES): Add it.
doc: Mention the pronunciation of "Guix". * README: Mention pronunciation of "Guix". * doc/guix.texi (Introduction): Likewise.
distro: Add GNU Wget. * distro/packages/wget.scm: New file; patch-shebang phase added by Ludovic Courtès. * Makefile.am (MODULES): Add it.
distro: Add GNU Ddrescue. * distro/packages/ddrescue.scm: New file. * Makefile.am (MODULES): Add it.
doc: Update `README'. * README: Update introductory summary. Point to Savannah instead of Gitorious. Mention <bug-guix@gnu.org>. (Guix & Nix): New section.
distro: Add GNU Gettext. * distro/packages/gettext.scm, distro/packages/patches/gettext-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'gettext.scm'. (dist_patch_DATA): Add 'gettext-gets-undeclared.patch'.
build: Change bug-report address; add URL. * configure.ac: Change bug-report address in `AC_INIT'; add URL.
distro: Add GNU Shishi. * distro/packages/shishi.scm, distro/packages/patches/shishi-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'shishi.scm'. (dist_patch_DATA): Add 'shishi-gets-undeclared.patch'.
distro: Move (distro packages libtool) to (distro packages autotools). * distro/packages/autotools.scm (libtool): Add it. * distro/packages/libtool.scm: Remove it. * distro/packages/guile.scm (distro packages guile): Adjust accordingly. * Makefile.am (MODULES): Adjust accordingly.
distro: Add GNU Autoconf and GNU Automake. * distro/packages/autotools.scm: New file. * Makefile.am (MODULES): Add it.
distro: Add Flex. * distro/packages/flex.scm, distro/packages/patches/flex-bison-tests.patch: New files. * Makefile.am (MODULES): Add `flex.scm'. (dist_patch_DATA): Add `flex-bison-tests.patch'.
distro: Add GNU Bison. * distro/packages/bison.scm: New file. * Makefile.am (MODULES): Add it.
distro: Add GDBM. * distro/packages/gdbm.scm: New file. * Makefile.am (MODULES): Add it.
distro: Add GNU Ed. * distro/packages/ed.scm: New file. * Makefile.am (MODULES): Add it.
doc: Document basic package definitions. * doc/guix.texi (Programming Interface): Add introduction. (Defining Packages): Populate.
build: Fix `hydra.scm' recipe. * hydra.scm: Redirect the output port to the error port. (package-job): Return a name/thunk pair. (hydra-jobs)[system]: Use either the `system' key (a symbol) in ARGUMENTS, or (%current-system)'.
guix-package: Extract version strings when installing a direct store path. * guix-package.in (guix-package)[process-actions]: Extract the version string from store paths. * tests/guix-package.sh: Adjust accordingly.