guix-commits
[Top][All Lists]
Advanced

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

[SCM] UNNAMED PROJECT branch, master, updated. v0.1-30-g2e87ca8


From: Ludovic Courtès
Subject: [SCM] UNNAMED PROJECT branch, master, updated. v0.1-30-g2e87ca8
Date: Sun, 20 Jan 2013 21:54:49 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  2e87ca8f52048719bc37b4c7d3360e643f80c935 (commit)
       via  85f3a05e4cbde65c1625f786d2f96b4e8f52a79b (commit)
       via  6b32a64a4dd7ed9e82d885dfa7fbc28f59d54f23 (commit)
       via  483f11589efe7f9bfab561dc48f26b01096e7996 (commit)
       via  e509d1527d231b6460a20762e13b57cba2e43485 (commit)
      from  079fca3be86e38bcbefa67e6f07b7ff440726ceb (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 2e87ca8f52048719bc37b4c7d3360e643f80c935
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 20 22:54:25 2013 +0100

    Augment `.gitignore'.

commit 85f3a05e4cbde65c1625f786d2f96b4e8f52a79b
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 20 22:51:34 2013 +0100

    Update `NEWS'.
    
    * NEWS: Update.

commit 6b32a64a4dd7ed9e82d885dfa7fbc28f59d54f23
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 20 22:47:19 2013 +0100

    gnu: Add libevent.
    
    * gnu/packages/libevent.scm: New file.
    * Makefile.am (MODULES): Add it.

commit 483f11589efe7f9bfab561dc48f26b01096e7996
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 20 22:28:38 2013 +0100

    download: Add HTTPS support.
    
    * guix/build/download.scm: Autoload (gnutls).
      (tls-wrap): New procedure.
      (open-connection-for-uri): Add support for `https'.  Wrap the socket
      with `tls-wrap' in that case.
      (url-fetch): Add `https'.
    * guix/download.scm (gnutls-derivation): New procedure.
      (url-fetch)[need-gnutls?]: New variable.
      Call `gnutls-derivation' when NEED-GNUTLS? is true, and add its output
      to the `GUILE_LOAD_PATH' env. var. in that case.

commit e509d1527d231b6460a20762e13b57cba2e43485
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 20 22:17:58 2013 +0100

    packages: Have `package-derivation' return a <derivation> as a second value.
    
    * guix/packages.scm (cache): Change the `drv' argument to `thunk'.
      Memoize all the return values of THUNK.
      (cached-derivation): Remove.
      (cached): New macro.
      (package-derivation): Use `cached' instead of `(or (cached-derivation) 
…)'.
    * doc/guix.texi (Defining Packages): Update accordingly.

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

Summary of changes:
 .gitignore                |   11 ++++++
 Makefile.am               |    1 +
 NEWS                      |    6 +++-
 doc/guix.texi             |    5 +--
 gnu/packages/libevent.scm |   63 ++++++++++++++++++++++++++++++++
 guix/build/download.scm   |   41 +++++++++++++++++++--
 guix/download.scm         |   55 +++++++++++++++++++++++-----
 guix/packages.scm         |   89 ++++++++++++++++++++++++---------------------
 tests/packages.scm        |   11 +++++-
 9 files changed, 222 insertions(+), 60 deletions(-)
 create mode 100644 gnu/packages/libevent.scm


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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