GNU bug report logs - #55259
[PATCH] gnu: ruby: Add ruby-asciidoctor-multipage

Previous Next

Package: guix-patches;

Reported by: Maximilian Heisinger <mail <at> maxheisinger.at>

Date: Wed, 4 May 2022 09:50:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55259 in the body.
You can then email your comments to 55259 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55259; Package guix-patches. (Wed, 04 May 2022 09:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maximilian Heisinger <mail <at> maxheisinger.at>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 04 May 2022 09:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maximilian Heisinger <mail <at> maxheisinger.at>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage
Date: Wed, 4 May 2022 11:06:38 +0200 (CEST)
[Message part 1 (text/plain, inline)]
From 11f3d48556204fb881db8824d5c5260804da9d73 Mon Sep 17 00:00:00 2001
From: Maximilian Heisinger <mail <at> maxheisinger.at>
Date: Wed, 4 May 2022 11:05:24 +0200
Subject: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage

* gnu/packages/ruby.scm (ruby-asciidoctor-multipage): Add package.
---
 gnu/packages/ruby.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index acccc4d4c4..663bda84be 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1298,6 +1298,39 @@ (define-public ruby-asciidoctor
     (home-page "https://asciidoctor.org")
     (license license:expat)))

+(define-public ruby-asciidoctor-multipage
+  (package
+    (name "ruby-asciidoctor-multipage")
+    (version "0.0.15")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/owenh000/asciidoctor-multipage")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "01qqkf00cp4sj82brz8kl02pjirydafwgld3z166slysiq78d1c5"))))
+    (propagated-inputs (list ruby-asciidoctor ruby-slim))
+    (build-system ruby-build-system)
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (add-after 'extract-gemspec 'strip-version-requirements
+                    (lambda _
+                      (delete-file "Gemfile")
+                      (substitute* "asciidoctor-multipage.gemspec"
+                        (("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
+                         (string-append stripped "
+"))) #t)))))
+    (synopsis
+     "Asciidoctor extension for generating HTML output using multiple pages")
+    (description
+     "Asciidoctor generates single-page documents.  This extension
+splits documents up into multiple HTML pages according to their headings, with
+configurable levels.")
+    (license license:ruby)
+    (home-page "https://github.com/owenh000/asciidoctor-multipage")))
+
 (define-public ruby-prawn-icon
   (package
     (name "ruby-prawn-icon")
--
2.36.0
[signature.asc (application/pgp-signature, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 08 May 2022 21:45:01 GMT) Full text and rfc822 format available.

Notification sent to Maximilian Heisinger <mail <at> maxheisinger.at>:
bug acknowledged by developer. (Sun, 08 May 2022 21:45:01 GMT) Full text and rfc822 format available.

Message #10 received at 55259-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Maximilian Heisinger <mail <at> maxheisinger.at>
Cc: 55259-done <at> debbugs.gnu.org
Subject: Re: bug#55259: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage
Date: Sun, 08 May 2022 23:44:14 +0200
Hi,

Maximilian Heisinger <mail <at> maxheisinger.at> skribis:

>>From 11f3d48556204fb881db8824d5c5260804da9d73 Mon Sep 17 00:00:00 2001
> From: Maximilian Heisinger <mail <at> maxheisinger.at>
> Date: Wed, 4 May 2022 11:05:24 +0200
> Subject: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage
>
> * gnu/packages/ruby.scm (ruby-asciidoctor-multipage): Add package.

[...]

> +    (license license:ruby)

I changed that to ‘license:expat’, as per the ‘LICENSE’ file, and
committed.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Jun 2022 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 318 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.