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/rack/
Date: Sun, 26 Jan 2020 07:08:00 +0000 (UTC)	[thread overview]
Message-ID: <1580022476.a94aa090d2540c5243cdbe71ff2efed9bcf30fff.graaff@gentoo> (raw)

commit:     a94aa090d2540c5243cdbe71ff2efed9bcf30fff
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 07:07:43 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 07:07:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94aa090

dev-ruby/rack: add 2.1.1

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

 dev-ruby/rack/Manifest          |  1 +
 dev-ruby/rack/rack-2.1.1.ebuild | 49 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/rack/Manifest b/dev-ruby/rack/Manifest
index a880e745ba2..4e80bc37e5f 100644
--- a/dev-ruby/rack/Manifest
+++ b/dev-ruby/rack/Manifest
@@ -3,3 +3,4 @@ DIST rack-1.6.12.gem 230912 BLAKE2B 98a3ae6905535b284a5e723d39db7788f97c11b29506
 DIST rack-2.0.6.gem 255488 BLAKE2B 7b23ad825e3e82f5010e810acde5eb6f3696489a78c3c67d7ac6cd73574236f83107b8a5fc0dbd4c932e2bf866c03208933d4e5bd78bf8d57aff02f96bccf6e8 SHA512 f1b93bbd16b7e44423c0977444183d9685e3c82e806304f304620731e5b4590920dcc363026277aa4b9ee0a2151c54570be341dcb9265517c7315ca4a504ef22
 DIST rack-2.0.7.gem 254976 BLAKE2B a005cfcfb4bbd6884c415a8604aeea5a93f2c182e8fda25a64af2393485c09e06fa16b2e5905274d3c9ae8d91c9f451d7f5949a9c3c7fb6592a210f8ce1fbbea SHA512 caefa4c3b6a76dd3f57f229fa0a6b0e1d84b7e9a029c6b473695b44467ae1400d098132b206092cd900e636af6d734117fba02ec21a90500f7fab8aa9dd84cd2
 DIST rack-2.0.8.gem 256000 BLAKE2B 30fc53abd2a9389ef00b1803d2d329b10288356fadfeaf80e0b6f7d2327b5aea058626f50d228454716007b1be0b316c6083debee98c0d0ee5eed458600f8315 SHA512 88c406cfe38c3db1a3502fc563272a99d8f2e36bfea1122cdea6b6b49b0e6b5649e1f0864161793eed83cb3d934aa260650b703bb1b059c6e56c6073c2060fb2
+DIST rack-2.1.1.tar.gz 250934 BLAKE2B d7d50c011d963dbfcd5dc456bca5711fa46c062df88f70280407cf617fde0c954f9a9453ae077dcdeeea54ac6291388420f37f25f629193112aaaa1bead6a55e SHA512 806842fdf1df332fc13d1aa8c4fa3f5bf091eaaf5db8684ad2c2de23d41955f850dad5da3ef7ca89ae5c51a0eea78e2d31b2c5465734ec949948a1fbc911427b

diff --git a/dev-ruby/rack/rack-2.1.1.ebuild b/dev-ruby/rack/rack-2.1.1.ebuild
new file mode 100644
index 00000000000..124bbd6e71a
--- /dev/null
+++ b/dev-ruby/rack/rack-2.1.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc SPEC"
+
+RUBY_FAKEGEM_GEMSPEC="rack.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A modular Ruby webserver interface"
+HOMEPAGE="https://rack.github.com/"
+SRC_URI="https://github.com/rack/rack/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ssl"
+
+ruby_add_bdepend "test? (
+	dev-ruby/minitest:5
+	dev-ruby/minitest-global_expectations
+	dev-ruby/concurrent-ruby
+)"
+
+# The gem has automagic dependencies over mongrel, ruby-openid,
+# memcache-client, thin, mongrel and camping; not sure if we should
+# make them dependencies at all.
+
+# Block against versions in older slots that also try to install a binary.
+RDEPEND="${RDEPEND} !<dev-ruby/rack-1.4.5-r1:1.4 !<dev-ruby/rack-1.5.2-r4:1.5 !<dev-ruby/rack-1.6.4-r2:1.6"
+
+all_ruby_prepare() {
+	# The build system tries to generate the ChangeLog from git. Create
+	# an empty file to avoid a needless dependency on git.
+	touch ChangeLog || die
+
+	# Avoid development dependency
+	sed -i -e '/minitest-sprint/ s:^:#:' rack.gemspec || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e "require 'test/gemloader.rb'; Dir['test/spec_*.rb'].each{|f| require f}" || die
+}


             reply	other threads:[~2020-01-26  7:08 UTC|newest]

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