[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-412-gacf735f
From: |
David Thompson |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-412-gacf735f |
Date: |
Sun, 28 Sep 2014 19:12:44 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via acf735f2be47165d9dcaf0feaeaa75e276c26e9f (commit)
via c08f9818f91c3242c38d1c78823641ab3b1e7d58 (commit)
via 6ef8c59a7a78742cd8fc08ad7bb1d90625916f9a (commit)
from 3472bb20c5521f9dc85404a4dab9abef11c87a22 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit acf735f2be47165d9dcaf0feaeaa75e276c26e9f
Author: David Thompson <address@hidden>
Date: Sun Sep 28 11:16:09 2014 -0400
gnu: Add ruby-i18n.
* gnu/packages/ruby.scm (ruby-i18n): New variable.
commit c08f9818f91c3242c38d1c78823641ab3b1e7d58
Author: David Thompson <address@hidden>
Date: Sun Sep 28 11:14:53 2014 -0400
build: Add ruby build system.
* guix/build-system/ruby.scm: New file.
* guix/build/ruby-build-system: New file.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document ruby-build-system.
commit 6ef8c59a7a78742cd8fc08ad7bb1d90625916f9a
Author: Pjotr Prins <address@hidden>
Date: Sat Sep 27 14:56:44 2014 +0200
gnu: Add ruby.
Co-authored-by: David Thompson <address@hidden>
* gnu/packages/ruby.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* guix/licenses.scm (ruby): New variable.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +
doc/guix.texi | 8 ++
gnu-system.am | 1 +
gnu/packages/ruby.scm | 114 ++++++++++++++++++++++++++++++
guix/build-system/{perl.scm => ruby.scm} | 93 ++++++++++--------------
guix/build/ruby-build-system.scm | 75 +++++++++++++++++++
guix/licenses.scm | 6 ++
7 files changed, 245 insertions(+), 54 deletions(-)
create mode 100644 gnu/packages/ruby.scm
copy guix/build-system/{perl.scm => ruby.scm} (61%)
create mode 100644 guix/build/ruby-build-system.scm
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-412-gacf735f,
David Thompson <=