public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor/
Date: Tue, 14 Oct 2025 09:26:18 +0000 (UTC)	[thread overview]
Message-ID: <1760433938.119a32466cad4a4396d34f2baf6ff38f0709b86d.graaff@gentoo> (raw)

commit:     119a32466cad4a4396d34f2baf6ff38f0709b86d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 14 09:25:38 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 09:25:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119a3246

dev-ruby/asciidoctor: add 2.0.24

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/asciidoctor/Manifest                  |  1 +
 dev-ruby/asciidoctor/asciidoctor-2.0.24.ebuild | 62 ++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest
index bcc66dd7e36b..4c855394df1f 100644
--- a/dev-ruby/asciidoctor/Manifest
+++ b/dev-ruby/asciidoctor/Manifest
@@ -1 +1,2 @@
 DIST asciidoctor-2.0.23.tar.gz 1708942 BLAKE2B 870b0ea5be05ae4b2d91d7cfcf4d81b36f443740b591b8fd4f9bb547647cb777c5d9b03eb7982f84e6ac84ce5af3c9161a21e4d82ae56c70afd6ce138629675b SHA512 eeb6ef3268f8df2881fafccdb88480f203365d423f53ec9a42c3e9a91a6ec2d20048150019366a71ba0b2a9a0a90a6752fa7342ce558609ff8c242418e2f29c0
+DIST asciidoctor-2.0.24.tar.gz 1712755 BLAKE2B d47b77efd671493d8cfea5478077091b834e9e121f371df80c3b0ad4655a4b4c38487a1e3b9ea011998c3ee3d24e866b77ea04fc1a1fac8510d4fa705fce926c SHA512 8ffffb59a3931cc54652e8a75352cab552ec1cd43bbaf5f01bfa51b37c4fca32aefa6f7a3e5e4ff0ef1b345a2c49075adbc867cb78a49c783d803cc629adbdaf

diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.24.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.24.ebuild
new file mode 100644
index 000000000000..2ea631c5a4ec
--- /dev/null
+++ b/dev-ruby/asciidoctor/asciidoctor-2.0.24.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+RUBY_FAKEGEM_GEMSPEC="asciidoctor.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? (
+	dev-util/cucumber
+	dev-ruby/rspec-expectations:*
+	dev-ruby/asciimath
+	dev-ruby/coderay
+	dev-ruby/concurrent-ruby
+	dev-ruby/erubi
+	dev-ruby/haml:6
+	dev-ruby/nokogiri
+	dev-ruby/rouge
+	dev-ruby/slim
+	dev-ruby/tilt )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	sed -e "s:_relative ': './:" \
+		-e 's/git ls-files -z/find * -print0/' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	# Avoid broken blocks_test.rb (already appears to be fixed upstream)
+	rm -f test/blocks_test.rb || die
+
+	# Avoid test depending on haml 6 binary which we currently don't install.
+	sed -e '/should \(load\|locate\) custom templates/askip "wrong haml binary"' \
+		-i test/invoker_test.rb || die
+
+	# Add missing require for URI
+	sed -e "/nokogiri/arequire 'uri'" \
+		-i test/test_helper.rb || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	doman man/asciidoctor.1
+}


             reply	other threads:[~2025-10-14  9:26 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-14  9:26 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-24 11:21 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor/ Hans de Graaff
2025-10-19  7:48 Hans de Graaff
2024-11-08 14:22 Hans de Graaff
2024-10-09  6:59 Arthur Zamarin
2024-10-09  5:46 Sam James
2024-10-07  6:29 Hans de Graaff
2024-10-06 18:39 Arthur Zamarin
2024-10-06 13:30 Arthur Zamarin
2024-10-06 10:46 Sam James
2024-10-06 10:46 Sam James
2024-10-06 10:46 Sam James
2024-07-13  6:10 Hans de Graaff
2024-05-26  6:32 Hans de Graaff
2024-04-03 15:40 Hans de Graaff
2024-03-17  6:01 Hans de Graaff
2023-09-16  9:27 Sam James
2023-09-16  7:07 Sam James
2023-05-20 12:44 Jakov Smolić
2023-05-20  9:21 Sam James
2023-03-28 18:51 Sam James
2023-03-28 16:19 Sam James
2023-03-28 16:10 Sam James
2023-03-28 16:10 Sam James
2023-03-28 16:07 Sam James
2023-03-28 16:07 Sam James
2023-03-19 13:15 Hans de Graaff
2022-12-18 14:43 Hans de Graaff
2022-12-18 10:53 Sam James
2022-12-18 10:53 Sam James
2022-12-18 10:53 Sam James
2022-12-18  9:27 Sam James
2022-12-18  9:27 Sam James
2022-12-07 18:43 Sam James
2022-04-08  5:32 Hans de Graaff
2021-10-03  6:30 Hans de Graaff
2021-10-02 18:49 Sam James
2021-10-02 18:49 Sam James
2021-10-02 18:49 Sam James
2021-10-02 18:49 Sam James
2021-10-02 18:48 Sam James
2021-10-02 18:40 Sam James
2021-09-11  7:42 Hans de Graaff
2021-09-11  7:34 Hans de Graaff
2021-08-14  7:01 Hans de Graaff
2021-04-28 17:49 Hans de Graaff
2021-04-18  6:13 Hans de Graaff
2020-12-24  7:41 Hans de Graaff
2020-11-06  8:21 Hans de Graaff
2020-09-16  6:15 Hans de Graaff
2020-08-06  6:47 Sergei Trofimovich
2020-06-29  6:24 Agostino Sarubbo
2020-06-29  6:22 Agostino Sarubbo
2020-06-29  6:19 Agostino Sarubbo
2020-06-28 20:37 Agostino Sarubbo
2020-06-26  9:34 Hans de Graaff
2020-06-20  6:05 Hans de Graaff
2020-06-14  8:22 Hans de Graaff
2019-11-17  7:36 Hans de Graaff
2019-07-28 15:30 Hans de Graaff
2019-07-28 13:44 Mikle Kolyada
2019-07-07  9:12 Sergei Trofimovich
2019-06-04 13:30 Agostino Sarubbo
2019-06-02  6:01 Hans de Graaff
2019-05-04  9:23 Hans de Graaff
2019-04-30  9:57 Mikle Kolyada
2019-04-24 21:33 Thomas Deutschmann
2019-04-15  4:42 Hans de Graaff
2019-01-22  6:27 Hans de Graaff
2018-10-30  6:04 Hans de Graaff
2018-08-31  5:58 Hans de Graaff
2018-08-31  5:58 Hans de Graaff
2018-07-22  1:17 Mikle Kolyada
2018-07-08 19:10 Sergei Trofimovich
2018-06-27 22:15 Sergei Trofimovich
2018-06-18  5:07 Hans de Graaff
2018-06-18  0:13 Thomas Deutschmann
2018-06-17 17:55 Hans de Graaff
2018-06-02 13:50 Mikle Kolyada
2018-05-16  4:55 Hans de Graaff
2018-05-06  6:37 Hans de Graaff
2018-03-29  6:46 Hans de Graaff
2018-03-22 20:23 Jeroen Roovers
2018-01-27  7:18 Hans de Graaff
2017-10-01  0:56 Thomas Deutschmann
2017-10-01  0:56 Thomas Deutschmann
2017-07-24  5:28 Hans de Graaff
2017-07-14  6:30 Hans de Graaff
2017-07-03  9:12 Alexis Ballier
2017-06-19  5:23 Hans de Graaff
2017-02-27 18:55 Michael Weber
2017-02-14  0:36 Michael Weber
2017-01-22  0:56 Manuel Rüger
2016-10-06  6:05 Hans de Graaff
2016-08-03 16:57 Alexis Ballier
2016-06-05  8:39 Hans de Graaff
2016-01-17 21:35 Manuel Rüger

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=1760433938.119a32466cad4a4396d34f2baf6ff38f0709b86d.graaff@gentoo \
    --to=graaff@gentoo.org \
    --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