From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-test/
Date: Tue, 24 Dec 2024 06:05:53 +0000 (UTC) [thread overview]
Message-ID: <1735020213.e0946509616847a2a3b963daaf020ff6c8ff5f24.graaff@gentoo> (raw)
commit: e0946509616847a2a3b963daaf020ff6c8ff5f24
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 06:03:33 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 06:03:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0946509
dev-ruby/rack-test: add 2.2.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rack-test/Manifest | 1 +
dev-ruby/rack-test/rack-test-2.2.0.ebuild | 34 +++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-ruby/rack-test/Manifest b/dev-ruby/rack-test/Manifest
index 9b4545c8800a..ea549c52164b 100644
--- a/dev-ruby/rack-test/Manifest
+++ b/dev-ruby/rack-test/Manifest
@@ -1 +1,2 @@
DIST rack-test-2.1.0.tar.gz 30099 BLAKE2B 212f23cf1d65f8840e04bc895d511b1b35e0344e5074e7ef3a15c5184a55285cb495b54489512ba7757cfbbe4ce9886db9f6dd36e092f5653c3c5bc8fb84ea7a SHA512 0d9d1e2b74ff8acca1c97d08c068022345556758c3c0dcf81b87c2f7caa8ca5730af2adc89e5c2bcf8f598f08df056c39f7c348f13a1ce44c4bcf0f84fe2bc11
+DIST rack-test-2.2.0.tar.gz 30323 BLAKE2B d28e402901d902ea1b5791da7a1f1f7887679d82978c96093f771ab8807071d29e293f151476065b275ec6541849c8395a81f6f3b9b00a4dac11727a9aaeab88 SHA512 149dd5a1209c2a5a86c83a2b632d1ac046053cc60fbb0ac10dbf44db71e25cce24d4a3f1f43a22a28d91f259d0e599652529ea892fae6fa01ea2711f1d84de96
diff --git a/dev-ruby/rack-test/rack-test-2.2.0.ebuild b/dev-ruby/rack-test/rack-test-2.2.0.ebuild
new file mode 100644
index 000000000000..022635c0460b
--- /dev/null
+++ b/dev-ruby/rack-test/rack-test-2.2.0.ebuild
@@ -0,0 +1,34 @@
+# 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_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps"
+HOMEPAGE="https://github.com/rack/rack-test"
+SRC_URI="https://github.com/rack/rack-test/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/rack-1.3:*"
+ruby_add_bdepend "
+ test? ( dev-ruby/minitest:5 dev-ruby/minitest-global_expectations )"
+
+all_ruby_prepare() {
+ sed -e 's/git ls-files --/find/' \
+ -e "s:_relative ': './:" \
+ -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+ ${RUBY} -w spec/all.rb || die
+}
next reply other threads:[~2024-12-24 6:05 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 6:05 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 6:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-test/ Hans de Graaff
2023-12-29 7:40 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2023-08-19 5:25 Hans de Graaff
2023-07-04 19:19 Sam James
2023-07-04 19:19 Sam James
2023-03-27 10:59 Sam James
2023-03-27 10:59 Sam James
2022-10-23 10:11 Hans de Graaff
2022-10-22 21:33 Matt Turner
2022-09-10 5:59 Hans de Graaff
2022-08-14 6:24 Hans de Graaff
2022-08-14 6:24 Hans de Graaff
2022-06-24 10:04 Hans de Graaff
2022-03-20 10:04 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2020-12-29 12:29 Hans de Graaff
2020-12-29 11:15 Hans de Graaff
2020-05-13 5:05 Hans de Graaff
2020-05-11 20:34 Sergei Trofimovich
2020-05-10 8:15 Hans de Graaff
2020-05-10 8:15 Hans de Graaff
2020-03-12 13:47 Hans de Graaff
2020-01-27 6:40 Hans de Graaff
2019-11-09 6:28 Hans de Graaff
2019-05-18 5:36 Hans de Graaff
2019-05-01 17:49 Hans de Graaff
2019-04-10 17:27 Hans de Graaff
2019-03-30 6:46 Hans de Graaff
2018-11-26 19:19 Mikle Kolyada
2018-10-20 12:16 Sergei Trofimovich
2018-08-03 23:09 Sergei Trofimovich
2018-07-28 13:25 Thomas Deutschmann
2018-07-23 5:17 Hans de Graaff
2018-05-08 4:10 Hans de Graaff
2018-05-08 4:10 Hans de Graaff
2018-04-27 8:33 Hans de Graaff
2018-03-03 8:44 Hans de Graaff
2018-02-28 5:27 Hans de Graaff
2017-12-08 7:05 Hans de Graaff
2017-12-08 7:05 Hans de Graaff
2017-11-20 7:02 Hans de Graaff
2017-07-11 19:19 Thomas Deutschmann
2017-07-11 5:04 Hans de Graaff
2017-06-30 11:17 Alexis Ballier
2017-06-23 3:38 Hans de Graaff
2016-07-25 17:28 Hans de Graaff
2016-07-25 17:28 Hans de Graaff
2016-07-22 7:05 Hans de Graaff
2016-06-02 21:48 Richard Farina
2016-03-15 5:53 Hans de Graaff
2015-08-16 23:14 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=1735020213.e0946509616847a2a3b963daaf020ff6c8ff5f24.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