public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rexml/
Date: Sat, 31 Aug 2024 06:51:34 +0000 (UTC)	[thread overview]
Message-ID: <1725087046.4074fda8d1d2baab73dca9cf18c2230c2741420c.sam@gentoo> (raw)

commit:     4074fda8d1d2baab73dca9cf18c2230c2741420c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 06:50:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 06:50:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4074fda8

Revert "dev-ruby/rexml: drop 3.2.8"

This reverts commit 5ba87e2b82d1a12a4b17f71ed11ad3a00143b8b7.

dev-ruby/vagrant_cloud needs it still.

Bug: https://bugs.gentoo.org/937114
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/rexml/Manifest           |  1 +
 dev-ruby/rexml/rexml-3.2.8.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/rexml/Manifest b/dev-ruby/rexml/Manifest
index 7032507ac587..676e8a52a92f 100644
--- a/dev-ruby/rexml/Manifest
+++ b/dev-ruby/rexml/Manifest
@@ -1,3 +1,4 @@
+DIST rexml-3.2.8.tar.gz 460176 BLAKE2B 25b7563c1bc6eacf1b39106fde09c20d34040e5b99d7a38502d4e71cf96fffa08772cdf6def0c50d9e2d116af70a6bd0469aa1dd0512d7c5eca043b9e71979b7 SHA512 255bd834f5c7584a87979a8896fef761ada8d0beb5458cc86b16df59d8634bf1446a0fb679935c003a9a5be7a03ffcb2bf86d08e0f26b0d0f7a3dfbaa87da325
 DIST rexml-3.3.4.tar.gz 467302 BLAKE2B d8b86d51233ae277eaa25a796a4c895f4cf4d8e49dbc623990596e001c0404fc1cfafbdf5e87773fd773bbd6894511625d26b6ef9f94f75560849006c39a8a37 SHA512 928fbd0df229118c180791e75c7b86d4c9a937c92ba1161db1692ac3cc332bd5c241e4fc1d0d67be9bf97796dfbabe90fb19085a849130dcf7b53274145d784d
 DIST rexml-3.3.5.tar.gz 467588 BLAKE2B e32270fa6411f776e2e325f942a235eea6ee6cd72e33bf28cea69eeb6dbd40cc334f84d30c962093dd5644fb6c2cb77589229b415ae23e31d3899ae26f325f12 SHA512 401441a7c54533a0e01607af62c142cd9d767aa46dbadc5d18dc57e7542ff4518eba4c77206ff6c4ed6113eba87f30730b96469f64701efb5cb08cb578cd5a48
 DIST rexml-3.3.6.tar.gz 468635 BLAKE2B ce8e4dfb455fb284fdbd2dd11e452190f4eff94665041aadf0211da339d54ff4978101164a85a108cfa5f4c857f0e4c92629bb5464f38b4110d36bb5b4284173 SHA512 02b4555bd8d1474a123f617d2bd5d23a6769ab97ceb672abfec5244e189a4222ab662e509d064e66d91b5f60443d23b1bdf11c334598f203082617d2cd031fae

diff --git a/dev-ruby/rexml/rexml-3.2.8.ebuild b/dev-ruby/rexml/rexml-3.2.8.ebuild
new file mode 100644
index 000000000000..2c76c8f4c1bd
--- /dev/null
+++ b/dev-ruby/rexml/rexml-3.2.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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-3.0.9"
+
+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
+}


             reply	other threads:[~2024-08-31  6:51 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-31  6:51 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 11:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rexml/ 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: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=1725087046.4074fda8d1d2baab73dca9cf18c2230c2741420c.sam@gentoo \
    --to=sam@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