From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb3F2-0006zm-NM for guix-patches@gnu.org; Thu, 05 Jul 2018 08:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb3Ew-00029d-Ge for guix-patches@gnu.org; Thu, 05 Jul 2018 08:20:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fb3Ew-000281-AX for guix-patches@gnu.org; Thu, 05 Jul 2018 08:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fb3Ew-0002BV-2M for guix-patches@gnu.org; Thu, 05 Jul 2018 08:20:02 -0400 Subject: [bug#32059] Improve etc/snippets Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb3Dv-0006RP-DG for guix-patches@gnu.org; Thu, 05 Jul 2018 08:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb3Ds-0006RV-87 for guix-patches@gnu.org; Thu, 05 Jul 2018 08:18:59 -0400 Received: from [2001:19f0:5:274f:351:616f:fec3:2694] (port=35716 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fb3Dr-0006BO-OB for guix-patches@gnu.org; Thu, 05 Jul 2018 08:18:56 -0400 From: Arun Isaac Date: Thu, 5 Jul 2018 17:48:12 +0530 Message-Id: <20180705121812.23228-1-arunisaac@systemreboot.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32059@debbugs.gnu.org Patch 1 adds the android-ndk and scons build systems as possibilities for the build-system field in the package snippet. Patch 2 modifies the package snippet so that 'origin' comes on the next line after 'source'. I feel this is better because it makes better use of space (less whitespace on the left of the source description). Often, this is necessary to not run afoul of the line length limitations of `guix lint`. Patch 3 adds a guix commit message snippet for changing the home page of packages to HTTPS. Patch 1 is uncontroversial. But, I don't know if others would agree on patches 2 and 3. Anyways, I am just submitting them here for consideration. Arun Isaac (3): etc: snippets: Add new build systems to package snippet. etc: snippets: Improve indentation in the package snippet. etc: snippets: Add guix-commit-message-use-https-home-page. doc/contributing.texi | 3 ++- etc/snippets/scheme-mode/guix-package | 7 +++++-- etc/snippets/text-mode/guix-commit-message-use-https-home-page | 9 +++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 etc/snippets/text-mode/guix-commit-message-use-https-home-page -- 2.15.1