guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] guix source archive branch, master, updated. v0.2-211-g6a3380d


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.2-211-g6a3380d
Date: Wed, 10 Jul 2013 20:36:59 +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  6a3380dfbfbac4a3eb4b9175690a20293c0046ac (commit)
       via  c4ca9411f945e229d8cc1c455768a9364c19f84b (commit)
       via  836d10f154275e56c7185c1fcd6daee2027b41de (commit)
       via  b0efe83a8f3d37600b9b31a67dd5265e3e1f1fa7 (commit)
       via  c8772a7a21f954b5e75746529e70edc3a1017249 (commit)
       via  b7b88288011aa41791b6634ae229f426bacc55ce (commit)
       via  fdc1bf659d9834fce6c78d31680b580eab3f4235 (commit)
      from  c0edcc3c1926497919e6eefed32dbe5fdc55d045 (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 6a3380dfbfbac4a3eb4b9175690a20293c0046ac
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 10 20:01:46 2013 +0200

    Update eo.po.

commit c4ca9411f945e229d8cc1c455768a9364c19f84b
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 10 22:33:40 2013 +0200

    gnu-maintenance: Add `doc-description' field to <gnu-package-descriptor>.
    
    * guix/gnu-maintenance.scm (%gsrc-package-list-url): New variable.
      (<gnu-package-descriptor>): Add `doc-description' field.
      (official-gnu-packages)[group-package-fields]: Rename to...
      [read-records]: ... this.  Reverse the result.
      [gsrc-description]: New procedure.
      Add the "description" field to the alist passed to `alist->record'.

commit 836d10f154275e56c7185c1fcd6daee2027b41de
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 10 18:26:46 2013 +0200

    records: `recutils->alist' recognizes lines starting with a `+'.
    
    * guix/records.scm (%recutils-plus-rx): New variable.
      (recutils->alist): Use it to read + lines.
    * tests/records.scm ("recutils->alist with + lines"): New test.

commit b0efe83a8f3d37600b9b31a67dd5265e3e1f1fa7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 10 18:08:09 2013 +0200

    gnu-maintenance: Use `recutils->alist'.
    
    * guix/gnu-maintenance.scm (official-gnu-packages)[group-package-fields]:
      Rewrite in terms of `recutils->alist'.  Remove `state' parameter.
      Specify "doc-url" and "language" as multiple-value keys in the
      `alist->record' call.

commit c8772a7a21f954b5e75746529e70edc3a1017249
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 10 18:04:08 2013 +0200

    records: `alist->record' supports multiple-field occurrences.
    
    * guix/records.scm (alist->record): Add `multiple-value-keys'
      parameter.  Update docstring, and honor it.
    * tests/records.scm ("alist->record"): New record.

commit b7b88288011aa41791b6634ae229f426bacc55ce
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 10 17:01:47 2013 +0200

    records: `recutils->alist' recognizes comments.
    
    * guix/records.scm (%recutils-comment-rx): New variable.
      (recutils->alist): Match comments.
    * tests/records.scm ("recutils->alist"): Add comments.

commit fdc1bf659d9834fce6c78d31680b580eab3f4235
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 10 16:54:17 2013 +0200

    records: Add `recutils->alist' for public consumption.
    
    * guix/records.scm (%recutils-field-rx): New variable.
      (recutils->alist): New procedure, formerly known as `fields->alist'.
    * guix/scripts/substitute-binary.scm (fields->alist): Use it.
    * tests/records.scm ("recutils->alist"): New test.

-----------------------------------------------------------------------

Summary of changes:
 guix/gnu-maintenance.scm           |   96 +++++++++++++---------------------
 guix/records.scm                   |   63 +++++++++++++++++++++--
 guix/scripts/substitute-binary.scm |   19 +------
 po/eo.po                           |  101 +++++++++++++++++-------------------
 tests/records.scm                  |   43 +++++++++++++++
 5 files changed, 189 insertions(+), 133 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]