From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/zeitwerk/
Date: Sat, 16 Apr 2022 07:08:28 +0000 (UTC) [thread overview]
Message-ID: <1650089319.9dc5e6edd2c33d3c542813f02d7894ccac646585.graaff@gentoo> (raw)
commit: 9dc5e6edd2c33d3c542813f02d7894ccac646585
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 06:08:39 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 06:08:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc5e6ed
dev-ruby/zeitwerk: drop 2.5.1, 2.5.2, 2.5.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/zeitwerk/Manifest | 3 ---
dev-ruby/zeitwerk/zeitwerk-2.5.1.ebuild | 35 ---------------------------------
dev-ruby/zeitwerk/zeitwerk-2.5.2.ebuild | 35 ---------------------------------
dev-ruby/zeitwerk/zeitwerk-2.5.3.ebuild | 35 ---------------------------------
4 files changed, 108 deletions(-)
diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index 76e11f8cfb91..8126e14808a4 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -1,5 +1,2 @@
DIST zeitwerk-2.4.2.tar.gz 99974 BLAKE2B 5913561057a6d5cd9bfa4eb549770ca18de3aafa1549a40e5315cd1d71a2dec5f865e7bc79f6ab2a098e515a930c5f8c83b85c91d7dbe441fa8dfb08ffdbdb03 SHA512 774cc17a8732afea0a854ea22ec860fa5bca65e8743aa800017c06a251dfdb1d2c5af8e541cb56d22a4202a9faa42707ed2ad395d9472360cf64f46ce9b907f2
-DIST zeitwerk-2.5.1.tar.gz 107666 BLAKE2B d8049a1adfaa6b278b59298e46d4697b70121d0a599a286f91720b31a06cccd39424367fe9c1ffbb90b0862a9501115f808bcc4fd36f3a09081987ad706f89bd SHA512 4558a63f33d26f2aa05e5f6e417230902f14d4ade5bfb50cbd94d283b33e94e8486158f5b4c677c4dcd7b8bee51af165693593d303d1f07420fb5d4c72f918ea
-DIST zeitwerk-2.5.2.tar.gz 108139 BLAKE2B d4277dc79729e39bd63b066b12ad4d91d9457e8e7a836c2e24606f6d343c85ce59febaa0425ab10f96d8d327935beede285a5ae52cfeff37210b36b0bcaf22db SHA512 0e8be7500163761a75518b002eb8ca9e41d0d073f0d03443af4a57fef07ee647de3faafaf79791328c4b2b9a6f5898e1038b310b697485a363af486f36509393
-DIST zeitwerk-2.5.3.tar.gz 108192 BLAKE2B a91c76530df7703c08aa58babcfde5520fc9ca00f804e2dd217b19664256986dadd3ffa19879d3a3f6402ae186faa08f14e5b080f415345b189821b578b76c1b SHA512 641bb89a14e5bc65dcb078a93b5669266e2ffe10395416473c243b840c425de200bd9336817c44e7affe570fb0a41811cfba54a4c04d9fb6f56ceca96b504ac4
DIST zeitwerk-2.5.4.tar.gz 109202 BLAKE2B 4c1302bdb6ac30afbb23ea06ef2ac2ecea9c8139c36f1b766ec6f62bb6a77faf1efa3f670cb31b5073a6dc36d6a0bd8d66a937d8b84b12438411a7f2df29eeed SHA512 f7a4b88c030b2eeae5ba07c6e01900fa66312a58e5c9da3d13a293d0959d67bbcfb385de5790e1764188752dfc9de161c202b35e0e35ed6e0cca7bbc2c2f6c83
diff --git a/dev-ruby/zeitwerk/zeitwerk-2.5.1.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.5.1.ebuild
deleted file mode 100644
index 1186d588ec56..000000000000
--- a/dev-ruby/zeitwerk/zeitwerk-2.5.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk"
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
- rm -f Gemfile.lock || die
- sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile test/test_helper.rb || die
-
- sed -i -e 's:require_relative "lib:require "./lib:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
- ${RUBY} -S bundle exec rake test || die
-}
diff --git a/dev-ruby/zeitwerk/zeitwerk-2.5.2.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.5.2.ebuild
deleted file mode 100644
index 1186d588ec56..000000000000
--- a/dev-ruby/zeitwerk/zeitwerk-2.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk"
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
- rm -f Gemfile.lock || die
- sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile test/test_helper.rb || die
-
- sed -i -e 's:require_relative "lib:require "./lib:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
- ${RUBY} -S bundle exec rake test || die
-}
diff --git a/dev-ruby/zeitwerk/zeitwerk-2.5.3.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.5.3.ebuild
deleted file mode 100644
index 21985abf3cd9..000000000000
--- a/dev-ruby/zeitwerk/zeitwerk-2.5.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk"
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
- rm -f Gemfile.lock || die
- sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile test/test_helper.rb || die
-
- sed -i -e 's:require_relative "lib:require "./lib:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
- ${RUBY} -S bundle exec rake test || die
-}
next reply other threads:[~2022-04-16 7:08 UTC|newest]
Thread overview: 118+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-16 7:08 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 6:40 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/zeitwerk/ Hans de Graaff
2024-11-14 4:59 Jakov Smolić
2024-11-14 4:00 Sam James
2024-11-14 3:49 Sam James
2024-11-14 3:21 Sam James
2024-10-23 6:08 Hans de Graaff
2024-10-23 6:08 Hans de Graaff
2024-10-15 5:22 Sam James
2024-10-13 6:25 Hans de Graaff
2024-10-13 6:25 Hans de Graaff
2024-10-09 6:59 Arthur Zamarin
2024-10-06 18:39 Arthur Zamarin
2024-10-06 14:27 Sam James
2024-10-06 13:30 Arthur Zamarin
2024-10-06 11:18 Sam James
2024-09-03 5:25 Hans de Graaff
2024-07-31 6:03 Hans de Graaff
2024-07-14 17:43 Jakov Smolić
2024-07-14 17:43 Jakov Smolić
2024-07-14 15:39 Sam James
2024-07-14 15:28 Sam James
2024-07-14 15:28 Sam James
2024-07-14 8:36 Arthur Zamarin
2024-07-14 8:36 Arthur Zamarin
2024-07-14 6:51 Hans de Graaff
2024-06-16 5:49 Hans de Graaff
2024-05-27 5:04 Hans de Graaff
2024-05-27 5:04 Hans de Graaff
2024-05-15 5:29 Hans de Graaff
2024-02-06 7:23 Hans de Graaff
2024-02-06 7:23 Hans de Graaff
2024-01-12 21:39 Sam James
2023-12-29 7:40 Hans de Graaff
2023-12-20 2:34 Ionen Wolkens
2023-12-20 2:34 Ionen Wolkens
2023-12-19 5:23 Sam James
2023-12-08 14:24 Arthur Zamarin
2023-12-03 8:26 Hans de Graaff
2023-12-03 8:24 Sam James
2023-12-02 9:24 Arthur Zamarin
2023-09-26 4:14 Hans de Graaff
2023-09-24 17:09 WANG Xuerui
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 13:43 Jakov Smolić
2023-09-24 8:01 Hans de Graaff
2023-09-24 8:01 Hans de Graaff
2023-08-03 13:46 Hans de Graaff
2023-06-05 5:29 Hans de Graaff
2023-06-01 7:50 Arthur Zamarin
2023-06-01 6:22 Sam James
2023-06-01 5:59 Sam James
2023-06-01 5:48 Sam James
2023-06-01 5:26 Sam James
2023-04-23 22:21 Sam James
2023-04-23 21:40 Sam James
2023-04-23 21:33 Sam James
2023-04-23 21:33 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-27 8:35 Sam James
2023-03-07 6:34 Hans de Graaff
2023-03-07 6:34 Hans de Graaff
2022-11-18 11:55 Hans de Graaff
2022-11-01 6:40 Hans de Graaff
2022-11-01 6:40 Hans de Graaff
2022-10-02 6:52 Hans de Graaff
2022-06-14 5:04 Hans de Graaff
2022-05-08 15:00 WANG Xuerui
2022-04-26 14:45 Sam James
2022-04-03 6:08 Hans de Graaff
2022-02-06 6:42 Hans de Graaff
2022-01-16 7:34 Hans de Graaff
2021-12-30 6:34 Hans de Graaff
2021-10-21 5:42 Hans de Graaff
2021-10-04 0:50 Sam James
2021-09-12 8:09 Hans de Graaff
2021-09-12 8:09 Hans de Graaff
2021-09-07 15:34 Marek Szuba
2021-03-27 8:29 Hans de Graaff
2020-12-20 17:24 Sam James
2020-12-20 16:44 Sam James
2020-11-28 6:58 Hans de Graaff
2020-10-31 7:59 Hans de Graaff
2020-08-21 6:57 Hans de Graaff
2020-07-20 12:38 Hans de Graaff
2020-07-15 3:24 Hans de Graaff
2020-07-02 4:51 Hans de Graaff
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2020-03-06 7:10 Hans de Graaff
2019-12-30 6:55 Hans de Graaff
2019-12-04 6:59 Hans de Graaff
2019-12-04 6:59 Hans de Graaff
2019-11-30 7:21 Hans de Graaff
2019-11-02 5:59 Hans de Graaff
2019-11-02 5:40 Hans de Graaff
2019-10-30 21:56 Sergei Trofimovich
2019-10-10 5:42 Hans de Graaff
2019-09-15 5:50 Hans de Graaff
2019-09-13 17:36 Mikle Kolyada
2019-09-07 23:18 Thomas Deutschmann
2019-09-07 6:10 Hans de Graaff
2019-08-18 17:10 Aaron Bauman
2019-07-18 6:40 Hans de Graaff
2019-07-18 6:40 Hans de Graaff
2019-06-30 4:47 Hans de Graaff
2019-06-30 4:47 Hans de Graaff
2019-06-29 6:30 Hans de Graaff
2019-05-11 5:31 Hans de Graaff
2019-04-27 6:06 Hans de Graaff
2019-04-20 6:37 Hans de Graaff
2019-04-07 8:26 Hans de Graaff
2019-04-07 6:47 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=1650089319.9dc5e6edd2c33d3c542813f02d7894ccac646585.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