[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/35: gnu: perl6-grammar-profiler-simple: Perl -> Raku.
From: |
guix-commits |
Subject: |
15/35: gnu: perl6-grammar-profiler-simple: Perl -> Raku. |
Date: |
Mon, 4 Mar 2024 04:53:40 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 189333f9c04f64d000c2a08478875806f9e691eb
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:18:18 2022 +0000
gnu: perl6-grammar-profiler-simple: Perl -> Raku.
* gnu/packages/perl6.scm (perl6-grammar-profiler-simple)[source]:
Reindent.
[synopsis, description]: Replace mentions of Perl with Raku.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/perl6.scm | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index cfc6d2d504..d25afa5528 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -333,27 +333,26 @@ prompt.")
(license license:artistic2.0))))
(define-public perl6-grammar-profiler-simple
- ;; Last commit was June 2017
+ ;; Last commit was June 2017.
(let ((commit "c0aca5fab323b2974821dabd6b89330c609e0b7d")
(revision "1"))
(package
(name "perl6-grammar-profiler-simple")
(version (git-version "0.02" revision commit))
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/perlpilot/Grammar-Profiler-Simple")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1qcsa4lmcilp3vp0jng0hrgzyzxin9ayg2wjvkcd0k6h7djx9dff"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/perlpilot/Grammar-Profiler-Simple")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1qcsa4lmcilp3vp0jng0hrgzyzxin9ayg2wjvkcd0k6h7djx9dff"))))
(build-system rakudo-build-system)
(arguments '(#:with-zef? #f))
(home-page "https://github.com/perlpilot/Grammar-Profiler-Simple")
- (synopsis "Simple rule profiling for Perl 6 grammars")
- (description "This module provides a simple profiler for Perl 6 grammars.
+ (synopsis "Simple rule profiling for Raku grammars")
+ (description "This module provides a simple profiler for Raku grammars.
To enable profiling simply add use @code{Grammar::Profiler::Simple;} to your
code. Any grammar in the lexical scope of the use statement will automatically
have profiling information collected when the grammar is used.")
- 34/35: gnu: Remove libtommath-1.0., (continued)
- 34/35: gnu: Remove libtommath-1.0., guix-commits, 2024/03/04
- 29/35: gnu: perl6-svg-plot: Perl -> Raku., guix-commits, 2024/03/04
- 32/35: gnu: perl6-test-mock: Update to 1.5-0.1130427., guix-commits, 2024/03/04
- 17/35: gnu: perl6-json-fast: Update to 0.17., guix-commits, 2024/03/04
- 21/35: gnu: perl6-json-unmarshal: Reindent., guix-commits, 2024/03/04
- 24/35: gnu: perl6-meta6: Update to 0.0.26., guix-commits, 2024/03/04
- 01/35: gnu: vim: Update to 9.1.0146., guix-commits, 2024/03/04
- 04/35: gnu: moarvm: Remove trailing boolean., guix-commits, 2024/03/04
- 03/35: gnu: imv: Update to 4.5.0., guix-commits, 2024/03/04
- 12/35: gnu: perl6-zef: Update to 0.13.8., guix-commits, 2024/03/04
- 15/35: gnu: perl6-grammar-profiler-simple: Perl -> Raku.,
guix-commits <=
- 14/35: gnu: perl6-grammar-debugger: Perl -> Raku., guix-commits, 2024/03/04
- 05/35: gnu: nqp: Remove trailing booleans., guix-commits, 2024/03/04
- 09/35: gnu: nqp: Update to 2022.04., guix-commits, 2024/03/04
- 23/35: gnu: perl6-license-spdx: Update to 3.16.0., guix-commits, 2024/03/04
- 19/35: gnu: perl6-json-name: Update to 0.0.6., guix-commits, 2024/03/04
- 30/35: gnu: perl6-uri: Update to 0.3.5., guix-commits, 2024/03/04
- 33/35: gnu: Add perl6-format-lisp., guix-commits, 2024/03/04
- 27/35: gnu: perl6-xml-writer: Perl -> Raku., guix-commits, 2024/03/04
- 28/35: gnu: perl6-svg: Perl -> Raku., guix-commits, 2024/03/04
- 22/35: gnu: perl6-json-class: Update to 0.0.18., guix-commits, 2024/03/04