summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: Add ruby-rest-client.•••Required for ruby-ast. * gnu/packages/ruby.scm (ruby-rest-client): New variable. Christopher Baines2019-02-141-0/+48
* gnu: Add ruby-webmock.•••Required by ruby-rest-client. Also at version ~> 2, so don't package 3 just yet. * gnu/packages/ruby.scm (ruby-webmock): New variable. Christopher Baines2019-02-141-0/+26
* gnu: Add ruby-crack.•••Required for ruby-webmock. * gnu/packages/ruby.scm (ruby-crack): New variable. Christopher Baines2019-02-141-0/+32
* gnu: Add ruby-hashdiff.•••Required for ruby-webmock. * gnu/packages/ruby.scm (ruby-hashdiff): New variable. Christopher Baines2019-02-141-0/+32
* gnu: Add ruby-racc.•••Required for ruby-ast and ruby-parser. * gnu/packages/ruby.scm (ruby-racc): New variable. Christopher Baines2019-02-141-0/+26
* gnu: Add ruby-rainbow.•••Required for ruby-rubocop. * gnu/packages/ruby.scm (ruby-rainbow): New variable. Christopher Baines2019-02-141-0/+32
* gnu: Add ruby-powerpack.•••Required for ruby-rubocop. * gnu/packages/ruby.scm (ruby-powerpack): New variable. Christopher Baines2019-02-141-0/+26
* gnu: ruby-rspec-its: Enable tests.•••Enable the tests, and also tweak the synopsis and description to hopefully be more descriptive. * gnu/packages/ruby.scm (ruby-rspec-its)[source]: Change to GitHub, and add patch. [arguments]: Enabled tests, set the #:test-target to "spec", and add the phases to tweak the Gemfile and rspec-its.gemspec. [native-inputs]: Add bundler, ruby-cucumber and ruby-aruba. [synopsis,description]: Make more explicit and descriptive. Christopher Baines2019-02-141-7/+42
* gnu: Add ruby-cucumber and ruby-aruba.•••These packages are mutually dependant, so I've put them in one commit. * gnu/packages/ruby.scm (ruby-aruba, ruby-aruba-without-tests, ruby-cucumber, ruby-cucumber-without-tests): New variables. Christopher Baines2019-02-141-1/+147
* gnu: ruby-gherkin: Update to 5.1.0.•••Don't upgrade all the way to version 6, as version 5 is needed for Cucumber 3. * gnu/packages/ruby.scm (ruby-gherkin): Update to 5.1.0. [description]: Use @file{ }. Christopher Baines2019-02-141-5/+5
* gnu: ruby-cucumber-core: Update to 3.2.1.•••Just update to major version 3, as version 4 of Cucumber hasn't been released yet. * gnu/packages/ruby.scm (ruby-cucumber-core): Update to 3.2.1. [propagated-inputs]: Add ruby-backports, ruby-gherkin and ruby-cucumber-tag-expressions. Christopher Baines2019-02-141-3/+6
* gnu: Add ruby-cucumber-tag-expressions.•••* gnu/packages/ruby.scm (ruby-cucumber-tag-expressions): New variable. Christopher Baines2019-02-141-0/+28
* gnu: Add ruby-backports.•••* gnu/packages/ruby.scm (ruby-backports): New variable. Christopher Baines2019-02-141-0/+25
* gnu: Add ruby-mspec.•••* gnu/packages/ruby.scm (ruby-mspec): New variable. Christopher Baines2019-02-141-0/+43
* gnu: Add ruby-cucumber-expressions.•••* gnu/packages/ruby.scm (ruby-cucumber-expressions): New variable. Christopher Baines2019-02-141-0/+25
* gnu: Add ruby-fuubar.•••* gnu/packages/ruby.scm (ruby-fuubar): New variable. Christopher Baines2019-02-141-0/+48
* gnu: Add ruby-progressbar.•••* gnu/packages/ruby.scm (ruby-progressbar): New variable. Christopher Baines2019-02-141-0/+22
* gnu: Add ruby-contracts.•••* gnu/packages/ruby.scm (ruby-contracts): New variable. Christopher Baines2019-02-141-0/+34
* gnu: Add ruby-cucumber-wire.•••Package version 0.0.1 initially, as this is what's needed by Cucumber 3, and Cucumber 4 hasn't been released yet. * gnu/packages/ruby.scm (ruby-cucumber-wire): New variable. Christopher Baines2019-02-141-0/+35
* gnu: ruby-safe-yaml: Add missing require 'time'.•••Patch ruby-safe-yaml to fix an issue that would lead to an error like this: uninitialized constant SafeYAML::Parse::Date::DateTime It's been reported upstream [1], and this patch was taken from the upstream Git repository. 1: https://github.com/dtao/safe_yaml/issues/80 * gnu/packages/ruby.scm (ruby-safe-yaml)[source]: Switch to the Git repository so that applying patches works and add a patch. [arguments]: Enable tests and add a phase to set the TZ environment variable, as one of the tests depends on a certian timezone. * gnu/packages/patches/ruby-safe-yaml-add-require-time.patch: New file. * gnu/local.mk (dist_patch_DATA): Add new patch file. Christopher Baines2019-02-143-8/+45
* gnu: bs1770gain: Adjust the usage text and home-page.•••* gnu/packages/audio.scm (bs1770gain)[source]: Add snippet. [home-page]: Update. Leo Famulari2019-02-141-2/+12
* nls: Update 'da' translation.Leo Famulari2019-02-141-9/+9
* gnu: PostgreSQL 9.6: Update to 9.6.12.•••* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.12. Leo Famulari2019-02-141-2/+2
* gnu: PostgreSQL: Update to 10.7.•••* gnu/packages/databases.scm (postgresql): Update to 10.7. Leo Famulari2019-02-141-2/+2
* gnu: perl-datetime-format-strptime: Update to 1.76.•••* gnu/packages/perl.scm (perl-datetime-format-strptime): Update to 1.76. Tobias Geerinckx-Rice2019-02-141-2/+2
* gnu: perl-datetime-locale: Update to 1.23.•••* gnu/packages/perl.scm (perl-datetime-locale): Update to 1.23. [native-inputs]: Add perl-ipc-system-simple. Tobias Geerinckx-Rice2019-02-141-3/+4
* gnu: tmuxifier: Don't use unstable tarball.•••* gnu/packages/tmux.scm (tmuxifier)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2019-02-141-6/+6
* gnu: tmux-themepack: Use GIT-* helpers, not NAME.•••* gnu/packages/tmux.scm (tmux-themepack)[version]: Use GIT-VERSION. [source]: Hard-code NAME. Use GIT-FILE-NAME. Tobias Geerinckx-Rice2019-02-141-6/+5
* gnu: Remove python2-pyquery.•••* gnu/packages/python-xyz.scm (python2-pyquery): Remove broken package. Tobias Geerinckx-Rice2019-02-141-3/+0
* gnu: python-paste: Update to 3.0.6.•••* gnu/packages/python-web.scm (python-paste): Update to 3.0.6. Tobias Geerinckx-Rice2019-02-141-2/+2
* gnu: python-webtest: Update to 2.0.33.•••* gnu/packages/python-web.scm (python-webtest, python2-webtest): Update to 2.0.33. Remove outdated comments. Tobias Geerinckx-Rice2019-02-141-20/+4
* gnu: python-sockjs-tornado: Update to 1.0.6.•••* gnu/packages/python-web.scm (python-sockjs-tornado) (python2-sockjs-tornado): Update to 1.0.6. Tobias Geerinckx-Rice2019-02-141-3/+3
* gnu: python-scrypt: Update to 0.8.7.•••* gnu/packages/python-crypto.scm (python-scrypt): Update to 0.8.7. Tobias Geerinckx-Rice2019-02-141-2/+2
* gnu: python-base58: Update to 1.0.3.•••* gnu/packages/python-crypto.scm (python-base58): Update to 1.0.3. Tobias Geerinckx-Rice2019-02-141-3/+3
* gnu: rust: Update to 1.29.2.•••* gnu/packages/rust.scm (rust): Rename to... (rust-1.28): ...this. (rust): New variable. Ivan Petkov2019-02-141-1/+11
* gnu: conkey: Update to 1.11.2.•••* gnu/packages/conky.scm (conkey): Update to 1.11.2. Pierre Neidhardt2019-02-141-7/+11
* gnu: inxi-minimal: Update inputs.•••* gnu/packages/admin.scm (inxi-minimal)[inputs]: Replace bash with bash-minimal, add procps. (inxi)[inputs]: Inherit procps from inxi-minimal. Efraim Flashner2019-02-141-4/+4
* gnu: dealii: Upgrade to 9.0.1.•••* gnu/packages/patches/dealii-mpi-deprecations.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (dealii)[source]: Upgrade to 9.0.1. Use patch. [arguments]: Use new MPI configuration flags. Eric Bavier2019-02-133-6/+34
* gnu: libdvdread: Update to 6.0.1.•••* gnu/packages/video.scm (libdvdread): Update to 6.0.1. Tobias Geerinckx-Rice2019-02-141-2/+2
* gnu: libdvdread: Don't use NAME in source URI.•••* gnu/packages/video.scm (libdvdread)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-141-2/+2
* gnu: hiawatha: Update to 10.8.4.•••* gnu/packages/web.scm (hiawatha): Update to 10.8.4. Tobias Geerinckx-Rice2019-02-141-2/+2
* gnu: rclone: Update to 1.46.•••* gnu/packages/sync.scm (rclone): Update to 1.46. [arguments]: Remove 'set-home-directory' phase. Tobias Geerinckx-Rice2019-02-141-10/+4
* gnu: rrdtool: Update to 1.7.1.•••* gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.1. Tobias Geerinckx-Rice2019-02-141-3/+3
* gnu: perl-xml-libxml: Update to 2.0134.•••* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0134. Tobias Geerinckx-Rice2019-02-141-2/+2
* gnu: Add trydiffoscope.•••* gnu/packages/package-management (trydiffoscope): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vagrant Cascadian2019-02-131-0/+50
* gnu: qtbase: Restore compilation on linux kernels < 4.11.•••Fixes <https://bugs.gnu.org/34431>. * gnu/packages/patches/qtbase-old-kernel.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/qt.scm (qtbase): Add patch. Andreas Enge2019-02-143-1/+28
* gnu: doxygen: Update home page and source URI.•••* gnu/packages/documentation.scm (doxygen)[home-page]: Change to <http://www.doxygen.nl>. [source](uri): Likewise. Add sourceforge mirror. Marius Bakke2019-02-141-3/+6
* gnu: xapian: Update to 1.4.10.•••* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.10. Marius Bakke2019-02-141-3/+3
* gnu: msmtp: Update to 1.8.3.•••* gnu/packages/mail.scm (msmtp): Update to 1.8.3. Marius Bakke2019-02-141-2/+2
* gnu: GnuPG: Update to 2.2.13.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.2.13. Marius Bakke2019-02-141-2/+2