[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/63: gnu: Rename 'gash-core-utils' to 'gash-utils'.
From: |
guix-commits |
Subject: |
59/63: gnu: Rename 'gash-core-utils' to 'gash-utils'. |
Date: |
Mon, 17 Feb 2020 16:01:07 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 1c676db814369042c37070f008676c950cc57982
Author: Timothy Sample <address@hidden>
AuthorDate: Mon Feb 3 11:26:35 2020 -0500
gnu: Rename 'gash-core-utils' to 'gash-utils'.
* gnu/packages/shells.scm (gash-core-utils): Rename this...
(gash-utils): ...to this.
* gnu/packages/commencement.scm (gash-core-utils): Rename this...
(gash-utils): ...to this and update the parent package reference.
(%boot-gash-inputs): Update reference.
---
gnu/packages/commencement.scm | 10 +++++-----
gnu/packages/shells.scm | 32 --------------------------------
2 files changed, 5 insertions(+), 37 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 8d882ff..dacb1cb 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -86,7 +86,7 @@
(define %bootstrap-guile+guild
;; This package combines %bootstrap-guile with guild, which is not included
;; in %bootstrap-guile. Guild is needed to build gash-boot and
- ;; gash-core-utils-boot because it is dependency of the Guile build system.
+ ;; gash-utils-boot because it is dependency of the Guile build system.
(package
(name "guile-bootstrap+guild")
(version "2.0")
@@ -222,10 +222,10 @@
(install-file "scripts/bash" bin)
#t))))))))
-(define gash-core-utils-boot
+(define gash-utils-boot
(package
- (inherit gash-core-utils)
- (name "gash-core-utils-boot")
+ (inherit gash-utils)
+ (name "gash-utils-boot")
(version "0.0.214-fc1b")
(source (bootstrap-origin
(origin
@@ -384,7 +384,7 @@
(define (%boot-gash-inputs)
`(("bash" , gash-boot) ; gnu-build-system wants "bash"
- ("coreutils" , gash-core-utils-boot)
+ ("coreutils" , gash-utils-boot)
("guile" ,%bootstrap-guile)
("guile+guild" ,%bootstrap-guile+guild)))
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index a25c154..80ef90e 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -856,35 +856,3 @@ Underpinning these utilities are many Scheme interfaces
for manipulating
files and text.")
(license gpl3+)))
-(define-public gash-core-utils
- (package
- (name "gash-core-utils")
- (version "0.0.211-789c3")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://lilypond.org/janneke/guix/20191123/"
- "/gash-core-utils-" version ".tar.gz"))
- (sha256
- (base32
- "1ycf0ivyn9q3lc9hwq8vxg6wkwpsykvh48a5lrzsmganh0ma8wrr"))))
- (build-system gnu-build-system)
- (native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("pkg-config" ,pkg-config)))
- (inputs
- `(("guile" ,guile-2.2)
- ("gash" ,gash)))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-test
- (lambda _
- (substitute* "tests/core-utils.org"
- (("ls \\(GASH\\) UNKNOWN") "ls (GASH) 0.0.211-789c3"))
- #t)))))
- (home-page "https://gitlab.com/janneke/gash-core-utils")
- (synopsis "Bootstrappable replacement of core GNU utilities in Guile
Scheme")
- (description "Gash Core Utils provides core GNU utilities in Guile
-Scheme as bootstrappable replacement for GNU coreutils&co.")
- (license gpl3+)))
- 56/63: gnu: commencement: glibc-mesboot: Use gash only, instead of bash/gash mix., (continued)
- 56/63: gnu: commencement: glibc-mesboot: Use gash only, instead of bash/gash mix., guix-commits, 2020/02/17
- 60/63: Add (guix build gnu-bootstrap)., guix-commits, 2020/02/17
- 51/63: gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2020/02/17
- 55/63: gnu: commencement: gash-core-utils-boot: Update to 0.0.214-fc1b., guix-commits, 2020/02/17
- 63/63: gnu: commencement: Fix '%boot-mesboot1-inputs'., guix-commits, 2020/02/17
- 40/63: gnu: commencement: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/17
- 44/63: gnu: commencement: Add gawk-boot0., guix-commits, 2020/02/17
- 45/63: gnu: commencement: Add sed-boot0., guix-commits, 2020/02/17
- 46/63: gnu: commencement: Add patch-boot0., guix-commits, 2020/02/17
- 48/63: gnu: commencement: Add tar-boot0., guix-commits, 2020/02/17
- 59/63: gnu: Rename 'gash-core-utils' to 'gash-utils'.,
guix-commits <=
- 61/63: gnu: commencement: Simplify Gash and Gash-Utils., guix-commits, 2020/02/17
- 47/63: gnu: commencement: Add bzip2-boot0., guix-commits, 2020/02/17
- 50/63: gnu: commencement: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2020/02/17
- 58/63: gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only., guix-commits, 2020/02/17