From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 00/13] New syntax 'package@version' and compilation improvements. Date: Sun, 24 Jan 2016 21:19:18 +0100 Message-ID: <1453666771-16869-1-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.7.0.rc3" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNR96-0003a6-Uo for guix-devel@gnu.org; Sun, 24 Jan 2016 15:20:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNR93-0005bn-O0 for guix-devel@gnu.org; Sun, 24 Jan 2016 15:20:24 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.7.0.rc3 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable Here is a set of patches, following and t= he poll about the new syntax for separating package names and version. As a bonus it contains: - a bug fix for guix lint tests - a compilation speed increase - some nice custom silent rules It is more than possible, that I overkooked some usage of of "PACKAGE-VER= SION" that should be fixed. Don't hesitate to tell me if you spot one. Mathieu Lirzin (13): tests: Use 'dummy-origin' for lint tests when possible. lint: Remove an unneeded clause in 'check-patch-file-names'. lint: Rewrite 'check-patch-file-names'. utils: Use '@' for separating package names and version numbers. packages: Use '@' in package record printers. build: Generate man pages after compiling guile objects. build: Add 'DL' silent rule. build: Add 'DOT' silent rule. build: Add 'EMACS' silent rule. build: Add 'HELP2MAN' silent rule. build: Delete emacs/guix-autoloads.el when 'make clean'. build: Use 'GEN' and 'at' silent rules. Update .gitignore. .gitignore | 158 ++++++++++++++++++----------------= ------ Makefile.am | 35 +++++++-- NEWS | 13 ++++ configure.ac | 4 + daemon.am | 11 +-- doc.am | 100 ++++++++++++------------- doc/guix.texi | 12 +-- emacs.am | 5 +- emacs/guix-base.el | 2 +- emacs/guix-main.scm | 4 +- gnu-system.am | 21 ++++-- gnu/packages.scm | 10 +-- gnu/packages/commencement.scm | 2 +- guix/build/utils.scm | 25 ++----- guix/import/cabal.scm | 2 +- guix/import/elpa.scm | 2 +- guix/packages.scm | 11 ++- guix/scripts/import/hackage.scm | 2 +- guix/scripts/lint.scm | 34 ++++----- guix/ui.scm | 4 +- tests/graph.scm | 2 +- tests/guix-build.sh | 4 +- tests/guix-lint.sh | 2 +- tests/guix-package.sh | 4 +- tests/lint.scm | 12 +-- tests/packages.scm | 4 +- tests/ui.scm | 6 +- tests/utils.scm | 4 +- 28 files changed, 252 insertions(+), 243 deletions(-) --=20 2.7.0.rc3 --------------2.7.0.rc3--