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/zeitwerk/
Date: Thu,  2 Jul 2020 04:51:44 +0000 (UTC)	[thread overview]
Message-ID: <1593665423.9e6de5a733bd63aeb10b33a38500068743f821f4.graaff@gentoo> (raw)

commit:     9e6de5a733bd63aeb10b33a38500068743f821f4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  2 04:50:23 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul  2 04:50:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6de5a7

dev-ruby/zeitwerk: add 2.3.1

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

 dev-ruby/zeitwerk/Manifest              |  1 +
 dev-ruby/zeitwerk/zeitwerk-2.3.1.ebuild | 35 +++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index 083939bf363..ba56e989491 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -3,3 +3,4 @@ DIST zeitwerk-2.1.10.tar.gz 92514 BLAKE2B 509cdaeecb8d7d369282a5fc9e8632a19eb203
 DIST zeitwerk-2.2.1.tar.gz 94726 BLAKE2B 6fb5fe08cc6a3845598ee70bcce5a6546b7fea8de547dc821c337ef3bd02983061edffb0d2ce1e1ab446b38ff282dc042a26532cff7604a9cdb9922d333deee4 SHA512 984740b981448edc539db06b268e16256ef4302f0d8d56b31c69a8f0324ded8eb1d77c3720b9e2e49723e4e0b4b5e4db538ecf5f24690930d336d7b0f0d246bc
 DIST zeitwerk-2.2.2.tar.gz 94978 BLAKE2B 0920f7c1848eff586d0dfd2a15821fa38ccfe7d1d2945196a3cad534cb7ca740a30721b434ccf602e431bfdd16e87d6714fa0ac0edf60e6dcfa6398aae22dbaa SHA512 19b58ed4d9a04c9d3cb0f587ae8b824cca1a8bf44b2a484d7ea1c3a0a8b378b66174172a3e4adec75853602bfef0c6fd3be5205eacdcad96ef87dce26d7ba5a7
 DIST zeitwerk-2.3.0.tar.gz 95973 BLAKE2B c484d40587d7ce52e257eb90bf543a573b6512bdd833809316c9407cd275dfc9aad703982477e1c601510d5e0703449bf2794505156fc51283ad1989c8724758 SHA512 e891b2fda9375f1e459dce2adc2f1b2128bd20a2f7e617ae27967b3bd0927689f5134aa42b098fdd077c089bf2debcf0a88b7b3fd89a97ac44dc9c9fbc72f14e
+DIST zeitwerk-2.3.1.tar.gz 97616 BLAKE2B d5b387f9a02c5f0250b709d144bc833a0f20164ab3065483cba177078fc04ada7fda99bbe5efa7c6481ae6c21006b6d9a73a31e18f40b19f9183efcf7f0f76cf SHA512 b0f782afde6f3a60e6dc3440316689ba39542e3c9d57129a433a0ea967869ca32d79ab1c522d84091b29a698e80ced31f94c9d12592f310945c4267d1e72b5f0

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.3.1.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.3.1.ebuild
new file mode 100644
index 00000000000..827d557e222
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+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 ~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
+}


             reply	other threads:[~2020-07-02  4:51 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02  4:51 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 18:39 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/zeitwerk/ 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-16  7:08 Hans de Graaff
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-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=1593665423.9e6de5a733bd63aeb10b33a38500068743f821f4.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