From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] change zsh to shells.scm in POTFILES.in, [PATCH] change gnu packages tcsh to gnu packages shells. Date: Wed, 03 Aug 2016 09:12:18 +0000 Message-ID: <87shumtdvx.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUsDw-0002NI-Bi for guix-devel@gnu.org; Wed, 03 Aug 2016 05:12:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUsDt-0000FF-PE for guix-devel@gnu.org; Wed, 03 Aug 2016 05:12:23 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:47779 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUsDt-0000Ez-Et for guix-devel@gnu.org; Wed, 03 Aug 2016 05:12:21 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 3ce870fb TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Wed, 3 Aug 2016 09:12:20 +0000 (UTC) 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" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain This Fixed broken master build. One typo in commit message. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Change-module-gnu-packages-tcsh-to-gnu-packages-.patch >From 5c38ff595f03f3afcd8b0f78f3abb2ef7bf2a00f Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 3 Aug 2016 09:01:56 +0000 Subject: [PATCH 1/2] gnu: Change module (gnu packages tcsh) to (gnu packages shells). * Change module (gnu packages tcsh) to (gnu packages shells) in: * gnu/packages/algebra.scm and * gnu/packages/boost.scm and * gnu/packages/maths.scm and * gnu/packages/tex.scm and * gnu/packages/vim.scm and.# --- gnu/packages/algebra.scm | 2 +- gnu/packages/boost.scm | 2 +- gnu/packages/maths.scm | 2 +- gnu/packages/tex.scm | 2 +- gnu/packages/vim.scm | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 92b4d4c..4fb15c6 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -36,7 +36,7 @@ #:use-module (gnu packages readline) #:use-module (gnu packages flex) #:use-module (gnu packages python) - #:use-module (gnu packages tcsh) + #:use-module (gnu packages shells) #:use-module (gnu packages tex) #:use-module (gnu packages xiph) #:use-module (gnu packages xorg) diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index fd8f4e8..8fe8c8e 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -28,7 +28,7 @@ #:use-module (gnu packages) #:use-module (gnu packages compression) #:use-module (gnu packages python) - #:use-module (gnu packages tcsh) + #:use-module (gnu packages shells) #:use-module (gnu packages perl)) (define-public boost diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ea7575a..fcea0bc 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -79,7 +79,7 @@ #:use-module (gnu packages python) #:use-module (gnu packages readline) #:use-module (gnu packages tbb) - #:use-module (gnu packages tcsh) + #:use-module (gnu packages shells) #:use-module (gnu packages tcl) #:use-module (gnu packages texinfo) #:use-module (gnu packages tex) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 8501792..9dde8a9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -45,7 +45,7 @@ #:use-module (gnu packages python) #:use-module (gnu packages qt) #:use-module (gnu packages ruby) - #:use-module (gnu packages tcsh) + #:use-module (gnu packages shells) #:use-module (gnu packages base) #:use-module (gnu packages xorg) #:use-module (gnu packages xdisorg) diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 73433e9..44f94ff 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -26,7 +26,7 @@ #:use-module (gnu packages ncurses) #:use-module (gnu packages perl) #:use-module (gnu packages admin) ; For GNU hostname - #:use-module (gnu packages tcsh)) + #:use-module (gnu packages shells)) (define-public vim (package -- 2.9.2 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0002-po-packages-Change-zsh.scm-to-shells.scm.patch >From 81f1ac19b11c93bab7f25e227af6976b1ab47567 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 3 Aug 2016 09:06:14 +0000 Subject: [PATCH 2/2] po: packages: Change zsh.scm to shells.scm. * po/packages/POTFILES.in (gnu/packages/zsh.scm): Change it to gnu/packages/shells.scm. --- po/packages/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/packages/POTFILES.in b/po/packages/POTFILES.in index 29816f8..f630cd1 100644 --- a/po/packages/POTFILES.in +++ b/po/packages/POTFILES.in @@ -58,4 +58,4 @@ gnu/packages/web.scm gnu/packages/wordnet.scm gnu/packages/xiph.scm gnu/packages/zip.scm -gnu/packages/zsh.scm +gnu/packages/shells.scm -- 2.9.2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit -- ♥Ⓐ ng0 Current Keys: https://we.make.ritual.n0.is/ng0.txt For non-prism friendly talk find me on http://www.psyced.org --=-=-=--