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.1-67-gcc957c3


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-67-gcc957c3
Date: Fri, 25 Jan 2013 20:52:18 +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  cc957c3c7461fbad38978b7c8b4d76e3c0aca80a (commit)
       via  47f9db4128f59d352f6114677d383fea629f9604 (commit)
       via  59db01942b0e6a0d955358c06194cb66964f1af3 (commit)
       via  97715602cb0abb4b4ef58022b005b45639633dc4 (commit)
       via  67158a490039b05d65a6dcf31194522b7763435c (commit)
       via  695e671723f482a101daf3c1d39aa5a76c922bb9 (commit)
       via  df84950e44050ae98d7e77905ceda381e43a4127 (commit)
      from  12a5199a27fc53a4c78f2b13756e2ba9fec195a6 (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 cc957c3c7461fbad38978b7c8b4d76e3c0aca80a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 25 21:50:32 2013 +0100

    gnu: Use `mirror://apache' where applicable.
    
    * gnu/packages/libapr.scm (libapr, libaprutil): Use `mirror://apache'.
    * gnu/packages/subversion.scm (subversion): Likewise.

commit 47f9db4128f59d352f6114677d383fea629f9604
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 25 21:49:49 2013 +0100

    download: Add Apache mirrors.
    
    * guix/download.scm (%mirrors): Add `apache'.

commit 59db01942b0e6a0d955358c06194cb66964f1af3
Author: Cyril Roelandt <address@hidden>
Date:   Fri Jan 25 20:42:52 2013 +0100

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

commit 97715602cb0abb4b4ef58022b005b45639633dc4
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 25 21:36:56 2013 +0100

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

commit 67158a490039b05d65a6dcf31194522b7763435c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 25 21:36:26 2013 +0100

    download: Follow HTTP redirection upon 301 "moved permanently".
    
    * guix/build/download.scm (http-fetch): Follow redirections upon 301.
      This is what `downloads.sourceforge.net' returns, for instance.

commit 695e671723f482a101daf3c1d39aa5a76c922bb9
Author: Cyril Roelandt <address@hidden>
Date:   Fri Jan 25 20:42:50 2013 +0100

    gnu: Add libaprutil.
    
    * gnu/packages/libapr: new variable.

commit df84950e44050ae98d7e77905ceda381e43a4127
Author: Cyril Roelandt <address@hidden>
Date:   Fri Jan 25 20:42:49 2013 +0100

    gnu: Add libapr.
    
    * gnu/packages/libapr.scm: New file.
    * gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file
    * Makefile.am: Add them

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

Summary of changes:
 Makefile.am                                        |    4 +
 gnu/packages/libapr.scm                            |   91 ++++++++++++++++++++
 .../patches/libapr-skip-getservbyname-test.patch   |   25 ++++++
 gnu/packages/{pkg-config.scm => sqlite.scm}        |   42 +++++-----
 gnu/packages/subversion.scm                        |   58 +++++++++++++
 guix/build/download.scm                            |    3 +-
 guix/download.scm                                  |    9 ++-
 7 files changed, 208 insertions(+), 24 deletions(-)
 create mode 100644 gnu/packages/libapr.scm
 create mode 100644 gnu/packages/patches/libapr-skip-getservbyname-test.patch
 copy gnu/packages/{pkg-config.scm => sqlite.scm} (51%)
 create mode 100644 gnu/packages/subversion.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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