[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/35: gnu: perl6-svg: Perl -> Raku.
From: |
guix-commits |
Subject: |
28/35: gnu: perl6-svg: Perl -> Raku. |
Date: |
Mon, 4 Mar 2024 04:53:42 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 442fbb6fddaa78a55e2bec1842eacbb89009274d
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:19:16 2022 +0000
gnu: perl6-svg: Perl -> Raku.
* gnu/packages/perl6.scm (perl6-svg)[source]: Reindent.
[synopsis, description]: Replace mentions of Perl with Raku.
Fix minor stylistic issues.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/perl6.scm | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 05b88c450a..20f02e57be 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -637,31 +637,30 @@ monitor. Condition variables are also supported.")
(license license:artistic2.0)))
(define-public perl6-svg
- ;; Latest commit, basically unchanged since August 2015
+ ;; Latest commit, basically unchanged since August 2015.
(let ((commit "07190c0602aa276e5319f06aa0012452dbff3582")
(revision "1"))
(package
(name "perl6-svg")
(version (git-version "0.0.0" revision commit))
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/moritz/svg")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0mkjdhg7ajksdn61n8fqhyzfd7ly9myazsvpsm02a5c2q73hdygg"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/moritz/svg")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0mkjdhg7ajksdn61n8fqhyzfd7ly9myazsvpsm02a5c2q73hdygg"))))
(build-system rakudo-build-system)
(propagated-inputs
(list perl6-xml-writer))
(home-page "https://github.com/moritz/svg")
- (synopsis "Perl 6 module to generate SVG")
- (description "This is a Perl 6 module that makes it easy to write
+ (synopsis "Raku module to generate SVG")
+ (description "This is a Raku module that makes it easy to write
@dfn{Scalable Vector Graphic files} (SVG). Right now it is a shallow wrapper
-around @code{XML::Writer}, adding only the xmlns attributes that identifies an
-XML file as SVG.")
+around @code{XML::Writer}, adding only the @samp{xmlns} attributes that
+identify an XML file as SVG.")
(license license:artistic2.0))))
(define-public perl6-svg-plot
- 12/35: gnu: perl6-zef: Update to 0.13.8., (continued)
- 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, 2024/03/04
- 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 <=
- 22/35: gnu: perl6-json-class: Update to 0.0.18., guix-commits, 2024/03/04
- 11/35: gnu: perl6-tap-harness: Update to 0.3.5., guix-commits, 2024/03/04
- 35/35: gnu: moarvm: Fix building on powerpc-linux., guix-commits, 2024/03/04
- 18/35: gnu: Add perl6-json-optin., guix-commits, 2024/03/04
- 10/35: gnu: rakudo: Update to 2022.04., guix-commits, 2024/03/04
- 20/35: gnu: perl6-json-marshal: Update to 0.0.23., guix-commits, 2024/03/04
- 26/35: gnu: perl6-oo-monitors: Update to 1.1.1., guix-commits, 2024/03/04