From unknown Fri Jun 20 19:45:35 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#55259 <55259@debbugs.gnu.org> To: bug#55259 <55259@debbugs.gnu.org> Subject: Status: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage Reply-To: bug#55259 <55259@debbugs.gnu.org> Date: Sat, 21 Jun 2025 02:45:35 +0000 retitle 55259 [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage reassign 55259 guix-patches submitter 55259 Maximilian Heisinger severity 55259 normal tag 55259 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 05:49:05 2022 Received: (at submit) by debbugs.gnu.org; 4 May 2022 09:49:05 +0000 Received: from localhost ([127.0.0.1]:41849 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmBd3-00040m-AM for submit@debbugs.gnu.org; Wed, 04 May 2022 05:49:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:51660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmAyJ-0002vT-N6 for submit@debbugs.gnu.org; Wed, 04 May 2022 05:07:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46568) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmAyJ-00043U-Iu for guix-patches@gnu.org; Wed, 04 May 2022 05:06:59 -0400 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]:54956) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nmAyG-00026l-Ga for guix-patches@gnu.org; Wed, 04 May 2022 05:06:59 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KtWD345DDz9sqg for ; Wed, 4 May 2022 11:06:43 +0200 (CEST) Date: Wed, 4 May 2022 11:06:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maxheisinger.at; s=MBO0001; t=1651655201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=omCtLCP5FfSOZfRMv6FRtFqa43idLp1S6H5zZbwCjp4=; b=pP2ilPPGroZuZuk8oRevRuZoJ5yiY0Kzaw1M0iMwRi+3fykxT8d60t9Qu9bTCnYguY2rek a+IBI6h3IiXNLWlnqICCZVGhkFBthECy522qxm9J9Ui2vZ++zhHJMExyMd/CPWWsbYyLfg b7uwB9VyH9xMFjBz0amoZ3w955g7h0/gWQZKp/74sPlzegoqnh4jG/nV33c2gAzgmjaW9X OXwyTtbLZvaRLK2RbB7VQpGIoUgsF4qSriHJ9yD2aHLD4+jiNfABLEDs2z3jkW7CxdaVmK s90m9rcI8ttINErHoahx4LgUePn4m45vNqHS58ty4/VgqJW3aMZGHYbviS97Fg== From: Maximilian Heisinger To: "guix-patches@gnu.org" Message-ID: <1477630537.125649.1651655198779@ox73.mailbox.org> Subject: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----=_Part_125648_155369808.1651655198779" X-Priority: 3 Importance: Normal Received-SPF: pass client-ip=2001:67c:2050:0:465::102; envelope-from=mail@maxheisinger.at; helo=mout-p-102.mailbox.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 04 May 2022 05:49:04 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) ------=_Part_125648_155369808.1651655198779 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit >From 11f3d48556204fb881db8824d5c5260804da9d73 Mon Sep 17 00:00:00 2001 From: Maximilian Heisinger 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 ------=_Part_125648_155369808.1651655198779 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: BCPG v1.65 iQEcBAABCgAGBQJickIeAAoJEIhyV2pwqbcQkAQH/RSWW2DwZbZGdFF8s8qXSBjn pbbMXSTyV4lGY7XdPXxc5HF0n8AxgnlvE8jlJLh2Iz4GwvqgrbdmfP/TN24JzSCK xhBndA10y4BB2VHkq+SDlbbTkq6+44N0i1uDaV0Mz2yCLSVkx5m5Xae/n/8zLUn7 t08rPgNvJeEAR2w2y/KLBqbdmbKHA5V+p7CLryZzLgzHJgbR3+7g74AUkOkypjDw 56cCWuc9LuRslZCfX5tpt0Zb/FjbRuIJnKxT+LDD/4e49mK0zZRNTLYOXjN2OheX 4Oxga2lVv45JU8Io5pI2iPZNB0zGUKFV/m++QDXoP1UPvJ50DyF4u3zg1jy+s3I= =mHwN -----END PGP SIGNATURE----- ------=_Part_125648_155369808.1651655198779-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 08 17:44:37 2022 Received: (at 55259-done) by debbugs.gnu.org; 8 May 2022 21:44:37 +0000 Received: from localhost ([127.0.0.1]:55399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnohg-0006xb-Mu for submit@debbugs.gnu.org; Sun, 08 May 2022 17:44:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnohT-0006xB-K8 for 55259-done@debbugs.gnu.org; Sun, 08 May 2022 17:44:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39730) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnohN-0005OG-F3; Sun, 08 May 2022 17:44:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=VQ+GVBTnTCrf2oqm6dAuKtbvpHZ98K6L83p1rhzrJQw=; b=Q1QMbY2XPpXVPaWgjdzv IHwfPfXB6zq0xD+RlyDECU2gYGggCG3dApdQ1v+DW8ipxPfTKMdH+2QnVkTo7N16yEBIq0Fl3iz+S ex647GVonssI35iETSQ2Z1j6LDZgkbr+rYC5XvmeG57hHhGOSAcKAiFRWEVtHl2YzEN3Yx/9y+xgD FceK+9euIZH7lhKP861jBtA4pDTl87DSq0pp52oZOZzxMXVPiCnxvWdNykYuJpRb0ko+K/xCvgC79 YNW5g2KFTWfj09pSuMJxp/SrZJFwr8XwjJcl92lh9Ywj//kA7B0hw8S8BqzzAYIih6GpYBSELEvgL IqMZEpVK6tfP4A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:65008 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnohN-0008Vx-2W; Sun, 08 May 2022 17:44:17 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maximilian Heisinger Subject: Re: bug#55259: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage References: <1477630537.125649.1651655198779@ox73.mailbox.org> Date: Sun, 08 May 2022 23:44:14 +0200 In-Reply-To: <1477630537.125649.1651655198779@ox73.mailbox.org> (Maximilian Heisinger's message of "Wed, 4 May 2022 11:06:38 +0200 (CEST)") Message-ID: <871qx3wvgx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55259-done Cc: 55259-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Maximilian Heisinger skribis: >>>From 11f3d48556204fb881db8824d5c5260804da9d73 Mon Sep 17 00:00:00 2001 > From: Maximilian Heisinger > 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 =E2=80=98license:expat=E2=80=99, as per the =E2=80=98LICE= NSE=E2=80=99 file, and committed. Thanks! Ludo=E2=80=99. From unknown Fri Jun 20 19:45:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 06 Jun 2022 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator