[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-203-gdb60b1d
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-203-gdb60b1d |
Date: |
Mon, 08 Sep 2014 16:01:52 +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 db60b1d9ffd8aa1ae98bfa9cf15614d9400fc1eb (commit)
via 5f96f303eb9438d0395ad0b66e92e435531d7700 (commit)
via 971863fb45af749639a556e905997f48e895cfa8 (commit)
from 4a4cbd0bdd2ad8c4f37c3ffdd69596ef1ef41d91 (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 db60b1d9ffd8aa1ae98bfa9cf15614d9400fc1eb
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 18:00:03 2014 +0200
gnu: Add tdb.
* gnu/packages/databases.scm (tdb): New variable.
commit 5f96f303eb9438d0395ad0b66e92e435531d7700
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 17:48:03 2014 +0200
gnu: Consolidate databases in (gnu packages databases).
* gnu/packages/databases.scm: New file, with the contents of the
following deleted files.
* gnu/packages/mysql.scm, gnu/packages/postgresql.scm,
gnu/packages/recutils.scm, gnu/packages/sqlite.scm,
gnu/packages/bdb.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/apl.scm, gnu/packages/dc.scm, gnu/packages/games.scm,
gnu/packages/gnunet.scm, gnu/packages/linux.scm, gnu/packages/mail.scm,
gnu/packages/mpd.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm,
gnu/packages/package-management.scm, gnu/packages/python.scm,
gnu/packages/qt.scm, gnu/packages/rdf.scm,
gnu/packages/version-control.scm: Adjust to new module name.
commit 971863fb45af749639a556e905997f48e895cfa8
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 17:48:34 2014 +0200
gnu: Remove extra import in (gnu packages admin).
* gnu/packages/admin.scm: Remove duplicate use of (gnu packages base).
-----------------------------------------------------------------------
Summary of changes:
gnu-system.am | 6 +-
gnu/packages/admin.scm | 2 -
gnu/packages/apl.scm | 2 +-
gnu/packages/bdb.scm | 68 ---------
gnu/packages/databases.scm | 283 +++++++++++++++++++++++++++++++++++
gnu/packages/dc.scm | 2 +-
gnu/packages/games.scm | 2 +-
gnu/packages/gnunet.scm | 2 +-
gnu/packages/linux.scm | 2 +-
gnu/packages/mail.scm | 3 +-
gnu/packages/mpd.scm | 2 +-
gnu/packages/mysql.scm | 87 -----------
gnu/packages/nvi.scm | 2 +-
gnu/packages/openldap.scm | 4 +-
gnu/packages/package-management.scm | 2 +-
gnu/packages/postgresql.scm | 52 -------
gnu/packages/python.scm | 2 +-
gnu/packages/qt.scm | 2 +-
gnu/packages/rdf.scm | 2 +-
gnu/packages/recutils.scm | 66 --------
gnu/packages/sqlite.scm | 63 --------
gnu/packages/version-control.scm | 2 +-
22 files changed, 299 insertions(+), 359 deletions(-)
delete mode 100644 gnu/packages/bdb.scm
create mode 100644 gnu/packages/databases.scm
delete mode 100644 gnu/packages/mysql.scm
delete mode 100644 gnu/packages/postgresql.scm
delete mode 100644 gnu/packages/recutils.scm
delete mode 100644 gnu/packages/sqlite.scm
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-203-gdb60b1d,
Ludovic Courtès <=