public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
Date: Fri,  9 Aug 2024 03:29:08 +0000 (UTC)	[thread overview]
Message-ID: <1723119684.b782fcc44ee538531c9bdd6a9bd466b2dcaafd4c.watermanpaint@gentoo> (raw)

commit:     b782fcc44ee538531c9bdd6a9bd466b2dcaafd4c
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Aug  8 11:52:59 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Aug  8 12:21:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b782fcc4

dev-ruby/asciidoctor-pdf: add 2.3.18

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 +
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.18.ebuild  | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index 3a18a7b0b..123cef9db 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1 +1,2 @@
 DIST asciidoctor-pdf-2.3.17.tar.gz 6561111 BLAKE2B ed46928cec36924257bc9d4f5604e41aa617c5595ab680c3190d95934932947e51639396e5348bbe01169ab20befe0083173cb004d3c23cb30dedcb245e986e3 SHA512 58334cc82660b6710a24dc170d35958dc9cccb2756aa114463cc7e3692e0cec2fd0ba165e093de2c1daf86690d4f64995c6d8f14e169c7586649e5562121499f
+DIST asciidoctor-pdf-2.3.18.tar.gz 6563832 BLAKE2B 03e53537c8ff6ae302384276ca94bdf3d222841bdff0f4cbed3d7597a13c93cc9a533e46fc6367206e7ed31706a419b5753a633a8b891173bc138ee4058d133a SHA512 946015c110c6426b8a3c4576f97d54dbfe959caf16ffa05e55b03ea6384435d79d179aa20d306478af2c0fcd9f28483697ea1a2e0273057529038a9d0c3680f3

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.18.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.18.ebuild
new file mode 100644
index 000000000..1606805ee
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.18.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( app-text/poppler )"
+
+# prawn-2.5.0 is not compatible yet
+ruby_add_rdepend "
+	>=dev-ruby/asciidoctor-2.0
+	>=dev-ruby/concurrent-ruby-1.1
+	>=dev-ruby/matrix-0.4
+	~dev-ruby/prawn-2.4.0
+	>=dev-ruby/prawn-icon-3.0.0
+	>=dev-ruby/prawn-svg-0.34.0
+	>=dev-ruby/prawn-table-0.2.0
+	>=dev-ruby/prawn-templates-0.1.0
+	>=dev-ruby/treetop-1.6.0
+	"
+ruby_add_bdepend "test? (
+	>=dev-ruby/chunky_png-1.4.0
+	>=dev-ruby/coderay-1.1.0
+	>=dev-ruby/pdf-inspector-1.3.0
+)"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
+}


             reply	other threads:[~2024-08-09  3:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-09  3:29 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-03 11:38 [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/ David Roman
2024-08-09  3:29 Lucio Sauer
2024-06-25  9:52 David Roman
2024-06-25  9:52 David Roman
2024-03-30 19:29 Julien Roy
2024-03-30 19:29 Julien Roy
2024-02-23 13:10 David Roman
2024-02-23 13:10 David Roman
2023-09-09 12:26 David Roman
2023-08-24 22:41 David Roman
2022-09-08  1:46 Ronny Gutbrod

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1723119684.b782fcc44ee538531c9bdd6a9bd466b2dcaafd4c.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox