summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-11gnu: libffcall: Update to 1.12.Efraim Flashner
* gnu/packages/libffcall.scm (libffcall): Update to 1.12. [source]: Source code is now stored in git.
2017-05-11gnu: git@2.10: Update to 2.10.3 [fixes CVE-2017-8386].Mark H Weaver
* gnu/packages/version-control.scm (git@2.10): Update to 2.10.3.
2017-05-11gnu: elfutils: Update to 0.169.Leo Famulari
* gnu/packages/elf.scm (elfutils): Update to 0.169.
2017-05-10gnu: Add neovim-syntastic.ng0
* gnu/packages/vim.scm (neovim-syntastic): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10gnu: Add vim-syntastic.ng0
* gnu/packages/vim.scm (vim-syntastic): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10gnu: python-kitchen: Update home-page URL.Leo Famulari
* gnu/packages/python.scm (python-kitchen, python2-kitchen)[home-page]: Update URL.
2017-05-10gnu: python2-dogtail: Update home-page URL.Ethan R. Jones
* gnu/packages/python.scm (python2-dogtail)[home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10gnu: libaio: Remove dead source URL.Ethan R. Jones
* gnu/packages/linux.scm (libaio)[source]: Remove fedorahosted.org URL. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10gnu: font-liberation: Update source and homepage URLs.Ethan R. Jones
* gnu/packages/fonts.scm (font-liberation)[source]: Update URL. [home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10gnu: libpwquality: Update source and home-page URLs.Ethan R. Jones
* gnu/packages/password-utils.scm (libpwquality)[source]: Update URL. [home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10gnu: python-icalendar: Update to 3.11.4.Leo Famulari
* gnu/packages/python.scm (python-icalendar): Update to 3.11.4.
2017-05-10gnu: Add python-tmx.Kei Kebreau
* gnu/packages/game-development.scm (python-tmx, python2-tmx): New variables.
2017-05-10gnu: Add python-sge-pygame.Kei Kebreau
* gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame): New variables.
2017-05-10scripts: Fix singular/plural message mismatch.Ludovic Courtès
* guix/scripts.scm (warn-about-old-distro): Swap singular and plural forms in 'N_' call.
2017-05-10gnu: Add pplacer.Ben Woodcroft
* gnu/packages/bioinformatics.scm (pplacer, pplacer-scripts): New variables.
2017-05-10gnu: Add taxtastic.Ben Woodcroft
* gnu/packages/bioinformatics.scm (taxtastic): New variable.
2017-05-10gnu: Add ocaml4.01-batteries.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml4.01-batteries): New variable.
2017-05-10gnu: Add ocaml4.01-xmlm.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml4.01-xmlm): New variable.
2017-05-10gnu: Add ocaml4.01-ounit.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml4.01-ounit): New variable.
2017-05-10gnu: Add ocaml4.01-qtest.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml4.01-qtest): New variable.
2017-05-10gnu: Add ocaml4.01-camlzip.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml4.01-camlzip): New variable.
2017-05-10gnu: Add ocaml4.01-mcl.Ben Woodcroft
* gnu/packages/machine-learning.scm (ocaml4.01-mcl): New variable.
2017-05-10gnu: Add ocaml4.01-gsl.Ben Woodcroft
* gnu/packages/maths.scm (ocaml4.01-gsl): New variable.
2017-05-10gnu: Add ocaml4.01-csv.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml4.01-csv): New variable.
2017-05-10gnu: Add ocaml4.01-sqlite3.Ben Woodcroft
* gnu/packages/ocaml.scm: (ocaml4.01-sqlite3): New variable.
2017-05-10gnu: Add ocaml4.01-bisect.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml4.01-bisect): New variable. (ocaml-bisect)[properties]: New field.
2017-05-10build-system: Add package-with-ocaml4.01.Ben Woodcroft
* guix/build-system/ocaml.scm (default-ocaml4.01, default-ocaml4.01-findlib, package-with-explicit-ocaml, package-with-ocaml4.01, strip-ocaml4.01-variant): New variables.
2017-05-10gnu: Add ocaml4.01-findlib.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml4.01-findlib): New variable.
2017-05-10gnu: Add ocaml-4.01.Ben Woodcroft
* gnu/packages/ocaml.scm (ocaml-4.01): New variable.
2017-05-10gnu: cuirass: Update snapshot; switch to Guile 2.2.Ludovic Courtès
* gnu/packages/ci.scm (cuirass): Update to commit 870e8d6. Increment REVISION. [source]: Change URL to git.savannah.gnu.org. [arguments]: Add #:modules. In 'wrap-program' phase, get the Guile effective version and honor it. [inputs]: Use GUILE-2.2 instead of GUILE-2.0 and GUILE2.2-JSON instead of GUILE-JSON. [home-page]: Set to the Guix home page.
2017-05-10gnu: guile-sqlite3: Switch to Guile 2.2.Ludovic Courtès
* gnu/packages/guile.scm (guile-sqlite3)[version]: Set revision to 1. [inputs]: Use GUILE-2.2 instead of GUILE-2.0.
2017-05-10scripts: Warn about old distro.Ludovic Courtès
Fixes <http://bugs.gnu.org/25852>. Suggested by Mark H Weaver <mhw@netris.org>. * guix/scripts.scm (%distro-age-warning): New variable. (warn-about-old-distro): New procedure. * guix/scripts/package.scm (process-actions): Call 'warn-about-old-distro'. * guix/scripts/system.scm (process-action): Likewise.
2017-05-10ui: 'string->duration' correctly handles hours.Ludovic Courtès
* guix/ui.scm (string->duration): Add missing '=>' for hours. * tests/ui.scm ("duration, 2 hours"): New test.
2017-05-10gnu: Add java-commons-logging-minimal.Ricardo Wurmus
* gnu/packages/java.scm (java-commons-logging-minimal): New variable.
2017-05-10gnu: Add java-guava.Ricardo Wurmus
* gnu/packages/java.scm (java-guava): New variable.
2017-05-10gnu: Add java-jsr305.Ricardo Wurmus
* gnu/packages/java.scm (java-jsr305): New variable.
2017-05-10gnu: Add java-hamcrest-all.Ricardo Wurmus
* gnu/packages/java.scm (java-hamcrest-all): New variable.
2017-05-10gnu: Add darktable.Roel Janssen
* gnu/packages/photo.scm (darktable): New variable.
2017-05-10gnu: java-hamcrest-core: Declare test target.Ricardo Wurmus
* gnu/packages/java.scm (java-hamcrest-core)[arguments]: Add value for test-target.
2017-05-10gnu: Add java-jmock-1.Ricardo Wurmus
* gnu/packages/java.scm (java-jmock-1): New variable.
2017-05-10gnu: Add java-commons-daemon.Hartmut Goebel
* gnu/packages/java.scm (java-commons-daemon): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10gnu: Add java-commons-codec.Hartmut Goebel
* gnu/packages/java.scm (java-commons-codec): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10gnu: Add java-commons-cli.Hartmut Goebel
* gnu/packages/java.scm (java-commons-cli): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10gnu: Add java-commons-lang3.Hartmut Goebel
* gnu/packages/java.scm (java-commons-lang3): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10gnu: Add java-commons-lang.Hartmut Goebel
* gnu/packages/java.scm (java-commons-lang): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10gnu: Add java-commons-io.Hartmut Goebel
* gnu/packages/java.scm (java-commons-io): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10gnu: Add java-commons-collections4.Ricardo Wurmus
* gnu/packages/java.scm (java-commons-collections4): New variable.
2017-05-10gnu: Add java-jmh.Ricardo Wurmus
* gnu/packages/java.scm (java-jmh): New variable.
2017-05-10gnu: Add java-commons-math3.Ricardo Wurmus
* gnu/packages/java.scm (java-commons-math3): New variable.
2017-05-10gnu: java-hamcrest-core: Install all jars without version suffix.Ricardo Wurmus
* gnu/packages/java.scm (java-hamcrest-core)[arguments]: Install all three jars and strip the version suffix.