guix-commits
[Top][All Lists]
Advanced

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

branch master updated (575b4b0 -> d8b6fcd)


From: Federico Beffa
Subject: branch master updated (575b4b0 -> d8b6fcd)
Date: Wed, 08 Jul 2015 09:17:05 +0000

beffa pushed a change to branch master
in repository guix.

      from  575b4b0   gnu: system: Move file-system->spec to (gnu system 
file-systems).
       new  7f74a93   import: Add 'elpa' importer.
       new  1d44b4e   build: emacs-utils: Add 'emacs-byte-compile-directory'.
       new  e9137a5   build: Add 'emacs-build-system'.
       new  7839533   gnu: Add emacs-auctex.
       new  85ef742   gnu: Add emacs-mmm-mode.
       new  d8b6fcd   import: cabal: Make token recognition case-insensitive.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                |    5 +
 doc/guix.texi                              |   41 +++++
 gnu/packages/emacs.scm                     |   50 ++++++
 guix/build-system/{cmake.scm => emacs.scm} |  111 ++++++--------
 guix/build/emacs-build-system.scm          |  200 ++++++++++++++++++++++++
 guix/build/emacs-utils.scm                 |   11 ++
 guix/import/cabal.scm                      |   35 +++--
 guix/import/elpa.scm                       |  230 ++++++++++++++++++++++++++++
 guix/scripts/import.scm                    |    2 +-
 guix/scripts/import/{cpan.scm => elpa.scm} |   35 +++--
 po/guix/POTFILES.in                        |    1 +
 tests/elpa.scm                             |  109 +++++++++++++
 12 files changed, 740 insertions(+), 90 deletions(-)
 copy guix/build-system/{cmake.scm => emacs.scm} (57%)
 create mode 100644 guix/build/emacs-build-system.scm
 create mode 100644 guix/import/elpa.scm
 copy guix/scripts/import/{cpan.scm => elpa.scm} (68%)
 create mode 100644 tests/elpa.scm



reply via email to

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