| Commit message (Expand) | Author | Age |
... | |
| * | gnu: Add ruby-formatador.•••* gnu/packages/ruby.scm (ruby-formatador): New variable.
| Ricardo Wurmus | 2015-09-19 |
| * | gnu: Add ruby-notiffany.•••* gnu/packages/ruby.scm (ruby-notiffany): New variable.
| Ricardo Wurmus | 2015-09-19 |
| * | gnu: Add ruby-shellany.•••* gnu/packages/ruby.scm (ruby-shellany): New variable.
| Ricardo Wurmus | 2015-09-19 |
| * | gnu: Add ruby-nenv.•••* gnu/packages/ruby.scm (ruby-nenv): New variable.
| Ricardo Wurmus | 2015-09-19 |
| * | gnu: Add ruby-lumberjack.•••* gnu/packages/ruby.scm (ruby-lumberjack): New variable.
| Ricardo Wurmus | 2015-09-19 |
| * | gnu: Add ruby-docile.•••* gnu/packages/ruby.scm (ruby-docile): New variable.
| Pjotr Prins | 2015-09-19 |
| * | gnu: ifstatus: Fix license.•••* gnu/packages/networking.scm (ifstatus)[license]: Set to GPL2+.
| Ludovic Courtès | 2015-09-18 |
| * | gnu: Add ifstatus.•••* gnu/packages/networking.scm (ifstatus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Stefan Reichoer | 2015-09-18 |
| * | gnu: Add scmutils.•••* gnu/packages/scheme.scm (scmutils): New variable.
| Federico Beffa | 2015-09-18 |
| * | gnu: Add ruby-bio-logger.•••* gnu/packages/ruby.scm (ruby-bio-logger): New variable.
| Pjotr Prins | 2015-09-17 |
| * | gnu: guile: Add guile-next•••* gnu/packages/guile.scm (guile-next): New variable.
* gnu/packages/guile.scm (guile-for-guile-emacs):
Adjust to inherit from guile-next rather than guile-2.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Christopher Allan Webber | 2015-09-17 |
| * | gnu: Add emacs-typo.•••* gnu/packages/emacs.scm (typo): New variable.
| Ludovic Courtès | 2015-09-17 |
| * | gnu: Add emacs-butler.•••* gnu/packages/emacs.scm (butler): New variable.
| Ludovic Courtès | 2015-09-17 |
| * | gnu: Add emacs-deferred.•••* gnu/packages/emacs.scm (emacs-deferred): New variable.
| Ludovic Courtès | 2015-09-17 |
| * | gnu: Add ruby-cucumber-core.•••* gnu/packages/ruby.scm (ruby-cucumber-core): New variable.
| Pjotr Prins | 2015-09-16 |
| * | gnu: Add mafft.•••* gnu/packages/bioinformatics.scm (mafft): New variable.
| Ben Woodcroft | 2015-09-16 |
| * | gnu: Add keepassx.•••* gnu/packages/password-utils.scm (keepassx): New variable.
| Efraim Flashner | 2015-09-16 |
| * | gnu: Add python-requests-mock.•••* gnu/packages/openstack.scm (python-requests-mock,
python2-requests-mock): New variables.
| Cyril Roelandt | 2015-09-16 |
| * | gnu: Add python-webob.•••* gnu/packages/python.scm (python-webob, python2-webob): New variables.
| Cyril Roelandt | 2015-09-16 |
| * | gnu: Add python-oslo.context.•••* gnu/packages/openstack.scm (python-oslo.context,
python2-oslo.context): New variables.
| Cyril Roelandt | 2015-09-16 |
| * | gnu: Add python-oslo.serialization.•••* gnu/packages/openstack.scm (python-oslo.serialization,
python2-oslo.serialization): New variables.
| Cyril Roelandt | 2015-09-16 |
| * | gnu: sfarklib: Update to 2.24.•••* gnu/packages/compression.scm (sfarklib): Update to 2.24.
| Ricardo Wurmus | 2015-09-16 |
| * | gnu: Add ruby-log4r.•••* gnu/packages/ruby.scm (ruby-log4r): New variable.
| Pjotr Prins | 2015-09-16 |
| * | gnu: Add r-dbi.•••* gnu/packages/statistics.scm (r-dbi): New variable.
| Vicente Vera Parra | 2015-09-16 |
| * | nls: Add "TRANSLATORS:" comment about Texinfo.•••* gnu/packages/abiword.scm: Add comment above 'description'.
| Ludovic Courtès | 2015-09-15 |
| * | gnu: Add r-lazyeval.•••* gnu/packages/statistics.scm (r-lazyeval): New variable.
| Vicente Vera Parra | 2015-09-15 |
| * | gnu: Add r-assertthat.•••* gnu/packages/statistics.scm (r-assertthat): New variable.
| Vicente Vera Parra | 2015-09-15 |
| * | gnu: Add ruby-gherkin3.•••* gnu/packages/ruby.scm (ruby-gherkin3): New variable.
| pjotr.public12@thebird.nl | 2015-09-15 |
| * | doc: Use the recommended Scheme format.•••Apply the recommended formatting rules from '.dir-locals.el' to the
examples in the manual in order to fulfill it's purpose of being a
reference.
* doc/package-hello.scm: Indent it.
* doc/guix.texi (Defining Packages, Version Numbers): Likewise.
* gnu/packages/base.scm (hello): Be consistent with the manual.
| Mathieu Lirzin | 2015-09-14 |
| * | gnu: Add bio-locus.•••* gnu/packages/bioinformatics.scm (bio-locus): New variable.
| Pjotr Prins | 2015-09-14 |
| * | Revert "gnu: Add bio-locus."•••This reverts commit b429c4fbb06299ce10ecc113a7818bf777c63a6e.
| David Thompson | 2015-09-14 |
| * | gnu: Add bio-locus.•••* gnu/packages/bioinformatics.scm (bio-locus): New variable.
| Pjotr Prins | 2015-09-14 |
| * | gnu: system: Add Linux container module.•••* gnu/system/linux-container.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/system.scm: Export 'operating-system-etc-directory',
'operating-system-boot-script', 'operating-system-locale-directory', and
'file-union'.
(operating-system-boot-script): Add #:container? keyword argument.
(operating-system-activation-script): Add #:container? keyword argument.
Don't call 'activate-firmware' or 'activate-ptrace-attach' when activating a
container.
| David Thompson | 2015-09-14 |
| * | gnu: Add python-oslo.utils.•••* gnu/packages/openstack.scm (python-oslo.utils, python2-oslo.utils): New variables.
| Cyril Roelandt | 2015-09-14 |
| * | gnu: Add python-debtcollector.•••* gnu/packages/openstack.scm (python-debtcollector,
python2-debtcollector): New variables.
| Cyril Roelandt | 2015-09-14 |
| * | gnu: Add python-monotonic.•••* gnu/packages/python.scm (python-monotonic, python2-monotonic): New variables.
| Cyril Roelandt | 2015-09-14 |
| * | gnu: Add python-iso8601.•••* gnu/packages/python.scm (python-iso8601, python2-iso8601): New variables.
| Cyril Roelandt | 2015-09-14 |
| * | gnu: Add python-wrapt•••* gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables.
| Cyril Roelandt | 2015-09-14 |
| * | gnu: Add python-oslo.config.•••* gnu/packages/openstack.scm (python-oslo.config, python2-oslo.config): New variables.
| Cyril Roelandt | 2015-09-13 |
| * | gnu: Add python-stevedore.•••* gnu/packages/openstack.scm (python-stevedore, python2-stevedore): New variables.
| Cyril Roelandt | 2015-09-13 |
| * | gnu: Add python-netaddr.•••* gnu/packages/python.scm (python-netaddr, python2-netaddr): New variables.
| Cyril Roelandt | 2015-09-13 |
| * | gnu: Add cvs-fast-export.•••* gnu/packages/version-control.scm (cvs-fast-export): New variable.
| Mathieu Lirzin | 2015-09-13 |
* | | gnu: r-scales: Update to 0.3.0.•••* gnu/packages/statistics.scm (r-scales): Update to 0.3.0.
| Andreas Enge | 2015-09-22 |
* | | gnu: csound: Update to 6.05.•••* gnu/packages/audio.scm (csound): Update to 6.05.
| Andreas Enge | 2015-09-22 |
* | | gnu: Add bitcoin-core.•••* gnu/packages/finance.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Register it.
| Andreas Enge | 2015-09-22 |
* | | gnu: cgal: Update to 4.6.3.•••* gnu/packages/graphics.scm (cgal): Update to 4.6.3.
| Andreas Enge | 2015-09-22 |
* | | gnu: pixman: Work around pointer arithmetic bug.•••* gnu/packages/patches/pixman-pointer-arithmetic.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (pixman)[source]: Use it.
| Ludovic Courtès | 2015-09-21 |
* | | gnu: avahi: Enable libdns_sd compatibility.•••* gnu/packages/avahi.scm (avahi): Add '--enable-compat-libdns_sd' configure
flag.
| David Thompson | 2015-09-19 |
* | | gnu: icu4c: Add fixes for CVE-2014-6585 and CVE-2015-1270.•••* gnu/packages/patches/icu4c-CVE-2014-6585.patch,
gnu/packages/patches/icu4c-CVE-2015-1270.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/icu4c.scm (icu4c)[source]: Add patches.
| Mark H Weaver | 2015-09-19 |
* | | gnu: gtk+: Adapt pre-configure phase to version 3.16.6.•••This is a followup to commit a35b8fc6c4ca9b0810db9c8b20bb76158dd66995.
* gnu/packages/gtk.scm (gtk+)[arguments]: In 'pre-configure' phase, remove
substitutions of 'gtk-update-icon-cache' in demo Makefiles.
| Mark H Weaver | 2015-09-19 |