From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rexml/
Date: Mon, 17 Feb 2025 06:18:13 +0000 (UTC) [thread overview]
Message-ID: <1739773059.a95c1047a2fe9e5b6c8f6c6f0bcda0669a9d963a.graaff@gentoo> (raw)
commit: a95c1047a2fe9e5b6c8f6c6f0bcda0669a9d963a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 06:17:39 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 06:17:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95c1047
dev-ruby/rexml: add 3.4.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rexml/Manifest | 1 +
dev-ruby/rexml/rexml-3.4.1.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-ruby/rexml/Manifest b/dev-ruby/rexml/Manifest
index 5af6615bc501..290f6c52760b 100644
--- a/dev-ruby/rexml/Manifest
+++ b/dev-ruby/rexml/Manifest
@@ -1,2 +1,3 @@
DIST rexml-3.3.9.tar.gz 469735 BLAKE2B 39c8a1184b839608da0307271b853f26a253b16e1da4e8a56d024750222cca21138681d2445a869aee0c5ace63cd6fc27b7e0df0060dd0e715d3a0d03d217765 SHA512 391a31938b27d821f35fc96f66eacec1bccfb9d2e250245c15ffbdb05f140ce91a28c7f4d8e9989003ce4480270ddb6c32e0b07f73b2677249ef03e615789f46
DIST rexml-3.4.0.tar.gz 469982 BLAKE2B 2173b68cdd05dd655e12f5761e511daf3d06a21f6082e76db7e2cd86609dac89a020b36b0eeb91da7b25b099b662eea4f750b2847d22843066b34df070d39b87 SHA512 638bd865f3c1852379c9f038329ac811da5f6747b0b29b95bc34ffadd5abaa9fba431bafc21adb7fddca2b6d85f22f484e14f61894c09e9b97afac19671d8331
+DIST rexml-3.4.1.tar.gz 470293 BLAKE2B 579af9ee9c534578acf6e67622f51f533fd965113d4c8654bba17b02d3ff0b9fec7a8314cda0230e8f334d94067d2664813bfed10a0be50c4be867e051d80510 SHA512 bf1221312c79a1b7601f262486c250696f520e3355a37ee34f245bec975fda0598713d65990852aac9edab6624b4d868730471139cf2ff0894a0c8f85c042aa7
diff --git a/dev-ruby/rexml/rexml-3.4.1.ebuild b/dev-ruby/rexml/rexml-3.4.1.ebuild
new file mode 100644
index 000000000000..22554b6c0699
--- /dev/null
+++ b/dev-ruby/rexml/rexml-3.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An XML toolkit for Ruby"
+HOMEPAGE="https://github.com/ruby/rexml"
+SRC_URI="https://github.com/ruby/rexml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+ruby_add_rdepend "dev-ruby/strscan"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
+
+all_ruby_prepare() {
+ sed -i -e 's:require_relative ":require "./:' -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
+ sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+ # Ensure we use the (new enough) gem version of strscan. The
+ # versions bundled with ruby up to at least 3.3.1 are all too old.
+ sed -e '3igem "strscan"' \
+ -i test/helper.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} test/run.rb || die
+}
next reply other threads:[~2025-02-17 6:18 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-17 6:18 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-15 7:55 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rexml/ Hans de Graaff
2024-11-11 11:35 Hans de Graaff
2024-10-31 13:51 Sam James
2024-10-30 15:46 Arthur Zamarin
2024-10-29 15:39 Sam James
2024-10-29 13:15 Sam James
2024-10-29 13:12 Sam James
2024-10-29 13:12 Sam James
2024-10-29 13:12 Sam James
2024-10-27 6:56 Hans de Graaff
2024-10-13 6:39 Hans de Graaff
2024-10-12 17:12 Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-08 20:28 Arthur Zamarin
2024-10-08 19:42 Arthur Zamarin
2024-10-06 11:35 Sam James
2024-09-30 5:35 Hans de Graaff
2024-09-05 6:04 Hans de Graaff
2024-09-01 16:46 Arthur Zamarin
2024-08-31 6:51 Sam James
2024-08-31 6:39 Sam James
2024-08-31 6:39 Sam James
2024-08-31 6:39 Sam James
2024-08-31 6:39 Sam James
2024-08-31 6:39 Sam James
2024-08-31 6:39 Sam James
2024-08-31 6:09 Hans de Graaff
2024-08-30 7:59 Sam James
2024-08-22 5:35 Hans de Graaff
2024-08-22 5:35 Hans de Graaff
2024-08-16 13:58 Sam James
2024-08-12 12:48 Arthur Zamarin
2024-08-12 12:33 Sam James
2024-08-12 12:33 Sam James
2024-08-12 12:33 Sam James
2024-08-12 12:33 Sam James
2024-08-12 6:11 Hans de Graaff
2024-08-02 5:17 Hans de Graaff
2024-07-17 4:38 Viorel Munteanu
2024-07-16 4:16 Hans de Graaff
2024-07-07 4:28 Hans de Graaff
2024-06-15 6:10 Hans de Graaff
2024-06-14 5:32 Arthur Zamarin
2024-06-13 5:50 Hans de Graaff
2024-06-09 6:49 Hans de Graaff
2024-05-25 17:31 Arthur Zamarin
2024-05-19 17:49 Arthur Zamarin
2024-05-19 14:51 Sam James
2024-05-19 14:51 Sam James
2024-05-19 14:51 Sam James
2024-05-19 13:58 Sam James
2024-05-19 13:58 Sam James
2024-05-17 5:06 Hans de Graaff
2024-03-29 8:26 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-09-24 18:17 Sam James
2023-09-24 15:44 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 14:25 Arthur Zamarin
2023-09-24 7:13 Hans de Graaff
2023-07-30 9:32 Hans de Graaff
2023-03-31 1:03 Sam James
2023-03-04 10:25 Hans de Graaff
2023-02-03 6:26 Sam James
2023-01-15 15:22 Sam James
2023-01-15 15:14 Sam James
2023-01-15 15:14 Sam James
2023-01-15 12:53 Sam James
2022-07-22 7:49 Agostino Sarubbo
2022-07-21 7:12 Agostino Sarubbo
2022-05-08 15:00 WANG Xuerui
2022-03-12 7:21 Hans de Graaff
2022-01-15 6:29 Hans de Graaff
2021-07-21 15:39 Marek Szuba
2021-04-06 6:16 Hans de Graaff
2021-04-06 6:14 Hans de Graaff
2020-12-28 8:32 Hans de Graaff
2020-12-28 7:46 Hans de Graaff
2020-05-30 18:36 Hans de Graaff
2020-04-26 5:28 Hans de Graaff
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=1739773059.a95c1047a2fe9e5b6c8f6c6f0bcda0669a9d963a.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