[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/70: gnu: Remove mescc-tools-0.5.2.
From: |
guix-commits |
Subject: |
07/70: gnu: Remove mescc-tools-0.5.2. |
Date: |
Sun, 15 Dec 2019 08:36:39 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 6254b1faa8bbe062be951f492712e84d304eca08
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Nov 23 22:41:56 2019 +0100
gnu: Remove mescc-tools-0.5.2.
* gnu/packages/mes.scm (mescc-tools-0.5.2): Remove.
---
gnu/packages/mes.scm | 53 +++++++++++++++-------------------------------------
1 file changed, 15 insertions(+), 38 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 59710c4..8c059df 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -152,42 +152,8 @@ Guile.")
`(("mescc-tools" ,mescc-tools)
("nyacc" ,nyacc)))))
-(define-public mescc-tools-0.5.2
- ;; Mescc-tools used for bootstrap.
- (let ((commit "bb062b0da7bf2724ca40f9002b121579898d4ef7")
- (revision "0")
- (version "0.5.2"))
- (package
- (name "mescc-tools")
- (version (git-version version revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.savannah.nongnu.org/r/mescc-tools.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1nc6rnax66vmhqsjg0kgx23pihdcxmww6v325ywf59vsq1jqjvff"))))
- (build-system gnu-build-system)
- (supported-systems '("i686-linux" "x86_64-linux"))
- (arguments
- `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs
"out")))
- #:test-target "test"
- #:phases (modify-phases %standard-phases
- (delete 'configure))))
- (synopsis "Tools for the full source bootstrapping process")
- (description
- "Mescc-tools is a collection of tools for use in a full source
-bootstrapping process. It consists of the M1 macro assembler, the hex2
-linker, the blood-elf symbol table generator, the kaem shell, exec_enable and
-get_machine.")
- (home-page "https://savannah.nongnu.org/projects/mescc-tools")
- (license gpl3+))))
-
(define-public mescc-tools
(package
- (inherit mescc-tools-0.5.2)
(name "mescc-tools")
(version "0.6.1")
(source (origin
@@ -199,11 +165,22 @@ get_machine.")
(sha256
(base32
"1cgxcdza6ws725x84i31la7jxmlk5a3nsij5shz1zljg0i36kj99"))))
+ (build-system gnu-build-system)
+ (supported-systems '("i686-linux" "x86_64-linux"))
(arguments
- (substitute-keyword-arguments (package-arguments mescc-tools-0.5.2)
- ((#:make-flags _)
- `(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
- "CC=gcc"))))))
+ `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
+ "CC=gcc")
+ #:test-target "test"
+ #:phases (modify-phases %standard-phases
+ (delete 'configure))))
+ (synopsis "Tools for the full source bootstrapping process")
+ (description
+ "Mescc-tools is a collection of tools for use in a full source
+bootstrapping process. It consists of the M1 macro assembler, the hex2
+linker, the blood-elf symbol table generator, the kaem shell, exec_enable and
+get_machine.")
+ (home-page "https://savannah.nongnu.org/projects/mescc-tools")
+ (license gpl3+)))
(define-public m2-planet
(let ((commit "b87ddb0051b168ea45f8d49a610dcd069263336a")
- 01/70: gnu: mes: Update to 0.21., (continued)
- 01/70: gnu: mes: Update to 0.21., guix-commits, 2019/12/15
- 02/70: gnu: Add gash-core-utils., guix-commits, 2019/12/15
- 03/70: bootstrap: Add janneke's guix package url., guix-commits, 2019/12/15
- 04/70: guile-build-system: Add #:implicit-inputs., guix-commits, 2019/12/15
- 05/70: bootstrap: mescc-tools-static: Update to 0.6.1., guix-commits, 2019/12/15
- 06/70: bootstrap: mes-minimal: Update to mes-0.21., guix-commits, 2019/12/15
- 08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1., guix-commits, 2019/12/15
- 09/70: bootstrap: bootstrap-mes: Update to mes-0.21., guix-commits, 2019/12/15
- 13/70: Revert "bootstrap: mescc-tools-static: Update to 0.6.1.", guix-commits, 2019/12/15
- 10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21.", guix-commits, 2019/12/15
- 07/70: gnu: Remove mescc-tools-0.5.2.,
guix-commits <=
- 11/70: Revert "bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.", guix-commits, 2019/12/15
- 14/70: Revert "bootstrap: mes-minimal: Update to mes-0.21.", guix-commits, 2019/12/15
- 12/70: Revert "gnu: Remove mescc-tools-0.5.2.", guix-commits, 2019/12/15
- 18/70: bootstrap: Add %bootstrap-mes-rewired., guix-commits, 2019/12/15
- 17/70: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/12/15
- 15/70: bootstrap: Add %bootstrap-guile+guild., guix-commits, 2019/12/15
- 23/70: bootstrap: Add bzip2-mesboot., guix-commits, 2019/12/15
- 22/70: bootstrap: make-mesboot0: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 20/70: bootstrap: tcc-boot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 26/70: bootstrap: diffuils-mesboot: Use Gash instead of coretutils&co., guix-commits, 2019/12/15