[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-696-g15a6d43
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-696-g15a6d43 |
Date: |
Fri, 07 Nov 2014 16:52:19 +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 15a6d433ff33c44ffef406ad77e196d6a5ef0822 (commit)
via 105c260f00479d404b140be534efb21f9f3d17fe (commit)
via 431e5f5a3ea1da2a0e1c58990d3c8f2860dbe7d0 (commit)
via 17854ef91dd6b8e8956ef38bd7a7db59fb43f114 (commit)
via 72b030c0495837191ea360e71fd6c786ec063edc (commit)
via b1e666835eee2b327b4ac9a41898a2061c7ae0bb (commit)
via 41eb11988e16e3a17d9c570eeff769d141750b46 (commit)
from 9a130e19fcb46a15bf6ab5ceea08a9ec092bbb34 (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 15a6d433ff33c44ffef406ad77e196d6a5ef0822
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 7 17:44:30 2014 +0100
lint: Allow synopses that start with an abbreviation.
* guix/scripts/lint.scm (starts-with-abbreviation?): New procedure.
(check-synopsis-style)[check-start-with-package-name]: Use it.
* tests/lint.scm ("synopsis: start with abbreviation"): New test.
commit 105c260f00479d404b140be534efb21f9f3d17fe
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 7 17:34:15 2014 +0100
lint: Skip starting-article test for the synopses of GNU packages.
* guix/scripts/lint.scm (check-synopsis-style)[check-start-article]:
Change to (const #t) when PACKAGE matches 'gnu-package?'.
commit 431e5f5a3ea1da2a0e1c58990d3c8f2860dbe7d0
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 7 17:32:56 2014 +0100
lint: Tolerate sentences that start with a parenthesis or a quote.
* guix/scripts/lint.scm (properly-starts-sentence?): Add (, ", and ' as
valid beginnings.
commit 17854ef91dd6b8e8956ef38bd7a7db59fb43f114
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 7 14:09:19 2014 +0100
lint: Improve check for synopses starting with package name.
* guix/scripts/lint.scm (package-name-regexp): New procedure.
(check-synopsis-style)[check-start-with-package-name]: Use it instead
of 'string-prefix-ci?'.
* tests/lint.scm ("synopsis: start with package name prefix"): New test.
commit 72b030c0495837191ea360e71fd6c786ec063edc
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 7 14:04:58 2014 +0100
gnu: cppunit: Add missing space in description.
* gnu/packages/check.scm (cppunit)[description]: Add missing space.
commit b1e666835eee2b327b4ac9a41898a2061c7ae0bb
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 7 14:04:02 2014 +0100
lint: Simplify no-warnings tests.
* tests/lint.scm ("description: may start with a digit"): Replace
(not (string-contains exp str)) with (string-null? exp).
("description: may start with lower-case package name"): Likewise.
("description: end-of-sentence detection with abbreviations"):
Likewise.
("synopsis: may start with a digit"): Likewise.
("synopsis: ends with 'etc.'"): Likewise.
commit 41eb11988e16e3a17d9c570eeff769d141750b46
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 7 13:49:37 2014 +0100
gnu: Move pkg-config to 'native-inputs' in various places.
* gnu/packages/glib.scm (libsigc++): Move pkg-config to
'native-inputs'.
(glibmm): Likewise.
* gnu/packages/mpd.scm (mpd): Likewise.
* gnu/packages/package-management.scm (guix-0.7): Likewise.
* gnu/packages/sdl.scm (sdl-net): Likewise.
(sdl-ttf): Likewise.
* gnu/packages/xiph.scm (vorbis-tools): Likewise.
-----------------------------------------------------------------------
Summary of changes:
gnu/packages/check.scm | 2 +-
gnu/packages/glib.scm | 8 ++--
gnu/packages/mpd.scm | 2 +-
gnu/packages/package-management.scm | 2 +-
gnu/packages/sdl.scm | 6 +-
gnu/packages/xiph.scm | 2 +-
guix/scripts/lint.scm | 33 ++++++++++---
tests/lint.scm | 83 ++++++++++++++++++++---------------
8 files changed, 84 insertions(+), 54 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-696-g15a6d43,
Ludovic Courtès <=