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/rubygems/
Date: Sat, 12 Mar 2022 07:21:31 +0000 (UTC)	[thread overview]
Message-ID: <1647069679.fd803921e78ca325d4b058f945e2245424c226ee.graaff@gentoo> (raw)

commit:     fd803921e78ca325d4b058f945e2245424c226ee
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 07:15:48 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 07:21:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd803921

dev-ruby/rubygems: add 3.3.8 for ruby31

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rubygems/Manifest              |   1 +
 dev-ruby/rubygems/rubygems-3.3.8.ebuild | 110 ++++++++++++++++++++++++++++++++
 2 files changed, 111 insertions(+)

diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest
index 69451bd9f650..970240b561c6 100644
--- a/dev-ruby/rubygems/Manifest
+++ b/dev-ruby/rubygems/Manifest
@@ -4,3 +4,4 @@ DIST rubygems-3.1.6.tgz 996339 BLAKE2B 8dc242a64c6f934b876de841cb6ea86455d7754cb
 DIST rubygems-3.2.14.tgz 987419 BLAKE2B cfd1545f022194f8b7a99b1698a38d4cfae08b8fe25c45fc7b7c935953ec7a66b0b00f21f77eefe757226d80f19a2093f2b85767e5caabfe13f445fbf6dc5508 SHA512 de28bdfdc239cd49bb5a1f78f0a9e3ec432fb70c8326c7899f7ef0a088f60becd99ba81285b20388296f96afb46ca3ca359208621d88a6be68b7388d155a2383
 DIST rubygems-3.2.22.tgz 1236895 BLAKE2B c4782e064d2d9748519f915264411e11151edf9273e6a0473e70c39d9fc484b0c2d45e5fe4f00c6b83d9f27393a487c9e0b87a6f9d02449b370ae64a32f891a6 SHA512 6872e08b22ed3903e9d6e67ed03bb79f1ab6819eac0837b9f1003c0ef88ee751a380f9f55e548988baf2658470fcad204eca289acbd2043e04a9d12ed23eac16
 DIST rubygems-3.2.33.tar.gz 12131881 BLAKE2B 6ec9321d808df2ee1bbde7f9889471bb7dbadb719872577a9f04863ccf7c314f6b9e2edb178efa8b1996070112673163efb2cf7501d289cecbddd134770dcb12 SHA512 dcabbbbc57031ffa3ca04227a631323559ea99cb0b26e082b3bc51dd4f9b34b996903c7701932aa303192c0483a9e1c66661424233937d1d406773b4279263a4
+DIST rubygems-3.3.8.tar.gz 12928096 BLAKE2B f09f7da32db03b9240515cbc114b94fdec0e7d9da6c4ac1ca297f76989be154da3dd6dbf4701e295d01dac957fbd4429ea39eee3ee66bc4fb6d4e6194ccec96a SHA512 bc5719204ac81d9a70df0c8affd99c6e45835f3aa140c9d262d34bee879a7b932a0b5069453e949054e9f3feeab7d376f1a02e1aeaed167b30bf59fe57d0af40

diff --git a/dev-ruby/rubygems/rubygems-3.3.8.ebuild b/dev-ruby/rubygems/rubygems-3.3.8.ebuild
new file mode 100644
index 000000000000..e272a6bf4929
--- /dev/null
+++ b/dev-ruby/rubygems/rubygems-3.3.8.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+inherit ruby-ng prefix
+
+DESCRIPTION="Centralized Ruby extension management system"
+HOMEPAGE="https://rubygems.org/"
+LICENSE="GPL-2 || ( Ruby MIT )"
+
+SRC_URI="https://github.com/rubygems/rubygems/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="server test"
+RESTRICT="!test? ( test )"
+
+PDEPEND="server? ( =dev-ruby/builder-3* )"
+
+ruby_add_depend "virtual/ruby-ssl"
+
+ruby_add_bdepend "
+	test? (
+		dev-ruby/json
+		dev-ruby/minitest:5
+		dev-ruby/rake
+		dev-ruby/rdoc
+		dev-ruby/webrick
+	)"
+
+all_ruby_prepare() {
+	# Remove unpackaged automatiek from Rakefile which stops it from working
+	sed -i -e '/automatiek/ s:^:#:' -e '/Automatiek/,/^end/ s:^:#:' Rakefile || die
+
+	mkdir -p lib/rubygems/defaults || die
+	cp "${FILESDIR}/gentoo-defaults-5.rb" lib/rubygems/defaults/operating_system.rb || die
+
+	eprefixify lib/rubygems/defaults/operating_system.rb
+
+	# Disable broken tests when changing default values:
+	sed -i -e '/test_default_path/,/^  end/ s:^:#:' test/rubygems/test_gem.rb || die
+	sed -i -e '/test_initialize_\(path_with_defaults\|regexp_path_separator\)/aomit "gentoo"' test/rubygems/test_gem_path_support.rb || die
+	# Avoid test that won't work as json is also installed as plain ruby code
+	sed -i -e '/test_realworld_\(\|upgraded_\)default_gem/aomit "gentoo"' test/rubygems/test_require.rb || die
+
+	# Avoid test that requires additional utility scripts
+	rm -f test/test_changelog_generator.rb || die
+
+	# Update manifest after changing files to avoid a test failure
+	if use test; then
+		rake update_manifest || die
+	fi
+}
+
+each_ruby_compile() {
+	# Not really a build but...
+	sed -i -e 's:#!.*:#!'"${RUBY}"':' bin/gem
+}
+
+each_ruby_test() {
+	# Unset RUBYOPT to avoid interferences, bug #158455 et. al.
+	#unset RUBYOPT
+
+	if [[ "${EUID}" -ne "0" ]]; then
+		RUBYLIB="$(pwd)/lib${RUBYLIB+:${RUBYLIB}}" ${RUBY} --disable-gems -I.:lib:test:bundler/lib \
+			-e 'require "rubygems"; gem "minitest", "~>5.0"; Dir["test/**/test_*.rb"].each { |tu| require tu }' || die "tests failed"
+	else
+		ewarn "The userpriv feature must be enabled to run tests, bug 408951."
+		eerror "Testsuite will not be run."
+	fi
+}
+
+each_ruby_install() {
+	# Unset RUBYOPT to avoid interferences, bug #158455 et. al.
+	unset RUBYOPT
+	export RUBYLIB="$(pwd)/lib${RUBYLIB+:${RUBYLIB}}"
+
+	pushd lib &>/dev/null
+	doruby -r *
+	popd &>/dev/null
+
+	local sld=$(ruby_rbconfig_value 'sitelibdir')
+	insinto "${sld#${EPREFIX}}"  # bug #320813
+	newins "${FILESDIR}/auto_gem.rb.ruby19" auto_gem.rb
+
+	newbin bin/gem $(basename ${RUBY} | sed -e 's:ruby:gem:')
+}
+
+all_ruby_install() {
+	dodoc CHANGELOG.md README.md
+
+	if use server; then
+		newinitd "${FILESDIR}/init.d-gem_server2" gem_server
+		newconfd "${FILESDIR}/conf.d-gem_server" gem_server
+	fi
+}
+
+pkg_postinst() {
+	if [[ ! -n $(readlink "${ROOT}"/usr/bin/gem) ]] ; then
+		eselect ruby set $(eselect --brief --colour=no ruby show | head -n1)
+	fi
+
+	ewarn
+	ewarn "To switch between available Ruby profiles, execute as root:"
+	ewarn "\teselect ruby set ruby(25|26|...)"
+	ewarn
+}


             reply	other threads:[~2022-03-12  7:21 UTC|newest]

Thread overview: 197+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-12  7:21 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-16  5:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/ Sam James
2024-07-17  4:38 Viorel Munteanu
2024-06-13  5:50 Hans de Graaff
2024-05-26  6:32 Hans de Graaff
2024-05-25  6:20 Hans de Graaff
2024-05-20 21:49 Sam James
2024-05-20 21:49 Sam James
2024-05-20 21:49 Sam James
2024-05-20 21:49 Sam James
2024-05-20 21:49 Sam James
2023-12-25  9:36 Hans de Graaff
2023-12-25  9:02 Hans de Graaff
2023-08-26  8:07 Hans de Graaff
2023-07-02 12:27 Hans de Graaff
2023-06-23  9:38 Sam James
2023-06-16 20:54 Sam James
2023-06-05 12:07 Sam James
2023-05-30  1:28 Sam James
2023-05-29 20:21 Sam James
2023-05-29 20:10 Sam James
2023-05-29 20:01 Arthur Zamarin
2023-05-29 19:45 Arthur Zamarin
2023-05-29 19:45 Arthur Zamarin
2023-05-29 19:45 Arthur Zamarin
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
2023-01-15 12:53 Sam James
2023-01-15 12:53 Sam James
2023-01-15 12:44 Sam James
2023-01-08  7:49 Hans de Graaff
2022-12-27  6:56 Hans de Graaff
2022-12-25  7:29 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-08-27  7:57 Sam James
2022-07-30  8:22 Hans de Graaff
2021-11-17  8:19 Sam James
2021-10-24  8:05 Hans de Graaff
2021-10-24  8:05 Hans de Graaff
2021-10-14  9:07 Sam James
2021-10-14  9:07 Sam James
2021-10-14  9:07 Sam James
2021-10-11  1:36 Sam James
2021-10-11  1:17 Sam James
2021-10-11  1:07 Sam James
2021-10-11  1:07 Sam James
2021-09-12  7:11 Hans de Graaff
2021-07-21 10:27 Marek Szuba
2021-07-07 19:15 Hans de Graaff
2021-07-03  7:22 Hans de Graaff
2021-06-30  6:56 Hans de Graaff
2021-03-11  7:53 Hans de Graaff
2021-03-08  7:18 Hans de Graaff
2021-02-28  6:56 Hans de Graaff
2021-02-18 18:30 Sergei Trofimovich
2021-02-18 17:12 Sam James
2021-02-16 19:21 Sam James
2021-02-16 12:34 Sam James
2021-02-16 12:32 Sam James
2021-02-16 12:30 Sam James
2021-02-16 12:28 Sam James
2021-02-16 12:26 Sam James
2021-02-15 18:48 Hans de Graaff
2021-02-04  5:56 Hans de Graaff
2021-01-29  8:46 Hans de Graaff
2021-01-29  8:46 Hans de Graaff
2021-01-22  7:05 Hans de Graaff
2021-01-18  6:39 Hans de Graaff
2021-01-03 10:52 Piotr Karbowski
2021-01-03  8:05 Hans de Graaff
2020-12-28  7:46 Hans de Graaff
2020-12-12  7:06 Hans de Graaff
2020-12-12  7:06 Hans de Graaff
2020-12-12  7:06 Hans de Graaff
2020-12-12  7:06 Hans de Graaff
2020-12-12  7:06 Hans de Graaff
2020-09-20 22:54 Thomas Deutschmann
2020-09-19 20:06 Sergei Trofimovich
2020-09-14 22:36 Sam James
2020-09-14 21:06 Sam James
2020-09-14 20:53 Sam James
2020-09-14 20:07 Sam James
2020-09-14 19:57 Sam James
2020-06-19 13:09 Hans de Graaff
2020-05-21  4:40 Hans de Graaff
2020-03-15  8:43 Hans de Graaff
2020-03-15  8:43 Hans de Graaff
2019-12-27  5:43 Hans de Graaff
2019-12-26 11:06 Hans de Graaff
2019-12-03 10:24 Hans de Graaff
2019-11-27 13:03 Mikle Kolyada
2019-11-26 19:35 Sergei Trofimovich
2019-11-23 16:53 Agostino Sarubbo
2019-11-23 15:46 Agostino Sarubbo
2019-11-23 15:40 Agostino Sarubbo
2019-11-23 15:33 Agostino Sarubbo
2019-11-23 12:46 Agostino Sarubbo
2019-11-23  0:13 Aaron Bauman
2019-11-22 16:23 Matt Turner
2019-08-17 11:23 David Seifert
2019-08-17  7:27 Hans de Graaff
2019-06-14  4:39 Hans de Graaff
2019-06-14  4:39 Hans de Graaff
2019-04-27 19:48 Aaron Bauman
2019-04-21  7:27 Hans de Graaff
2019-04-21  7:27 Hans de Graaff
2019-04-02 12:21 Mikle Kolyada
2019-03-16 22:55 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-15 23:16 Mikle Kolyada
2019-03-14  8:31 Sergei Trofimovich
2019-03-10 14:28 Mikle Kolyada
2019-03-07 21:50 Thomas Deutschmann
2019-03-06 21:13 Sergei Trofimovich
2019-03-06 18:34 Agostino Sarubbo
2019-03-05  5:34 Hans de Graaff
2019-03-05  5:34 Hans de Graaff
2019-03-05  5:34 Hans de Graaff
2018-12-30 18:13 Mikle Kolyada
2018-12-26  8:20 Hans de Graaff
2018-12-25  7:18 Hans de Graaff
2018-11-02  6:59 Hans de Graaff
2018-07-15 18:22 Hans de Graaff
2018-05-18  5:56 Hans de Graaff
2018-04-22 19:22 Hans de Graaff
2018-04-22 19:18 Matt Turner
2018-04-20  6:57 Sergei Trofimovich
2018-04-08 10:55 Markus Meier
2018-04-01 13:47 Sergei Trofimovich
2018-03-31 15:38 Tobias Klausmann
2018-03-31 10:05 Sergei Trofimovich
2018-03-30 12:08 Sergei Trofimovich
2018-03-30  0:36 Aaron Bauman
2018-03-29 15:19 Thomas Deutschmann
2018-03-29  6:46 Hans de Graaff
2018-02-16  8:16 Hans de Graaff
2017-12-26  8:18 Hans de Graaff
2017-12-25 17:02 Hans de Graaff
2017-12-18  6:20 Hans de Graaff
2017-12-15 23:34 Sergei Trofimovich
2017-10-25  5:14 Hans de Graaff
2017-10-24 17:38 Markus Meier
2017-10-22 21:42 Tobias Klausmann
2017-10-20 15:12 Manuel Rüger
2017-10-15 21:43 Thomas Deutschmann
2017-10-15 12:53 Sergei Trofimovich
2017-10-15 12:40 Sergei Trofimovich
2017-10-15 10:00 Sergei Trofimovich
2017-10-10  4:36 Hans de Graaff
2017-10-08 15:10 Hans de Graaff
2017-10-02 23:45 Thomas Deutschmann
2017-10-02 12:23 Manuel Rüger
2017-09-24 18:50 Sergei Trofimovich
2017-09-24 18:14 Sergei Trofimovich
2017-09-24 16:16 Sergei Trofimovich
2017-09-07 19:41 Markus Meier
2017-09-04  7:30 Tobias Klausmann
2017-09-02 13:29 Sergei Trofimovich
2017-08-28  5:54 Hans de Graaff
2017-08-14 19:42 Hans de Graaff
2017-05-01  5:17 Hans de Graaff
2017-03-26  7:50 Hans de Graaff
2017-03-17  5:59 Hans de Graaff
2017-03-08 23:39 Michael Weber
2017-03-01 13:05 Michael Weber
2017-01-29 17:28 Fabian Groffen
2017-01-24  6:31 Hans de Graaff
2017-01-24  6:31 Hans de Graaff
2017-01-21  7:50 Hans de Graaff
2017-01-21  7:50 Hans de Graaff
2016-12-30 11:12 Agostino Sarubbo
2016-12-30  9:39 Agostino Sarubbo
2016-12-26 19:17 Hans de Graaff
2016-10-30 10:02 Hans de Graaff
2016-10-02  8:46 Jeroen Roovers
2016-09-30  5:54 Hans de Graaff
2016-09-30  5:54 Hans de Graaff
2016-09-30  5:54 Hans de Graaff
2016-07-08 14:41 Markus Meier
2016-06-30 15:21 Tobias Klausmann
2016-06-24  5:45 Hans de Graaff
2016-06-24  5:45 Hans de Graaff
2016-04-29  5:00 Hans de Graaff
2016-04-12  5:02 Hans de Graaff
2016-03-14  6:07 Hans de Graaff
2016-03-05  7:40 Hans de Graaff
2016-02-16 22:25 Manuel Rüger
2016-02-16 22:25 Manuel Rüger
2015-12-27  9:22 Hans de Graaff
2015-09-09  5:49 Hans de Graaff
2015-08-24  5:03 Jeroen Roovers
2015-08-09 16:03 Mikle Kolyada

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=1647069679.fd803921e78ca325d4b058f945e2245424c226ee.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