summaryrefslogtreecommitdiff
path: root/guix-package.in
AgeCommit message (Expand)Author
2012-11-07guix-package: Fix handling of the PACKAGE:OUTPUT syntax....* guix-package.in (guix-package)[find-package]: Return the correct NAME and SUB-DRV when NAME contains #\:. * tests/guix-package.sh (profile): Add test. Ludovic Courtès
2012-11-07guix-package: Fix invalid module use....* guix-package.in: Use (distro packages guile), not (... base). Ludovic Courtès
2012-11-04guix-package: Remove extraneous procedures....* guix-package.in (_, N_): Remove. Ludovic Courtès
2012-11-04utils: Add `package-name->name+version'....* guix/utils.scm (package-name->name+version): New procedure. * guix-package.in (guix-package)[find-package]: Use it. * tests/utils.scm ("package-name->name+version"): New test. Ludovic Courtès
2012-11-03guix-package: Use more (guix ui) features....* guix-package.in (leave): Remove. (guix-package): Wrap body in `with-error-handling'. Ludovic Courtès
2012-11-03ui: Factorize `--version'....* guix/ui.scm (show-version-and-exit): New procedure. * guix-build.in (show-version): Remove. (%options)["version"]: Use `show-version-and-exit'. * guix-download.in: Likewise. * guix-package.in: Likewise. Ludovic Courtès
2012-11-01Add a preliminary `guix-package' command-line tool....* guix-package.in, tests/guix-package.sh: New files. * configure.ac: Output `guix-package'. * Makefile.am (TESTS): Add `tests/guix-package.sh'. (bin_SCRIPTS): Add `guix-package'. Ludovic Courtès