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/sinatra/
Date: Sun,  8 Jan 2023 07:49:45 +0000 (UTC)	[thread overview]
Message-ID: <1673164180.9c07ac914d738f3d5ca57f6a6c4cb8e6b8f33b3e.graaff@gentoo> (raw)

commit:     9c07ac914d738f3d5ca57f6a6c4cb8e6b8f33b3e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 08:21:36 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 07:49:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c07ac91

dev-ruby/sinatra: add 3.0.5

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sinatra/Manifest             |  1 +
 dev-ruby/sinatra/sinatra-3.0.5.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/sinatra/Manifest b/dev-ruby/sinatra/Manifest
index 0d1dc498a121..5711fd3b2aba 100644
--- a/dev-ruby/sinatra/Manifest
+++ b/dev-ruby/sinatra/Manifest
@@ -3,3 +3,4 @@ DIST sinatra-2.2.2.tar.gz 513056 BLAKE2B 80904850ce577131ecc6c28917772cda6ab606f
 DIST sinatra-2.2.3.tar.gz 513333 BLAKE2B 925b3188cb3f63d58a1078845bf58c6684e176527f29bdb0507e2185613b35930345ef1143319b3bd53170846cc67c8e8ce92b036e39ad03fee0f4f361a2aeaf SHA512 666b7a7fec67b4976ec10a704f1e98f9e815cad887ecaaf5bdee6cb0b5f4e29d99ef806865bc5b8e61d2aedea5b343c14f342d03515f0f6c68de3dc905fe77a1
 DIST sinatra-3.0.2.tar.gz 265824 BLAKE2B 87739d8863dd9959b8c3530b19a3f52de31636fcdd77fe1558930749498c73ec4cf0ddf998a9f6029c46842656059f8bd76d1781beb277608ccf265577561447 SHA512 57094e00ca8280401ed76f5c52dded82d42a4a81290a9a990f464ac43abbf350e8325b8f60505bfd005b6c7d92283a3f7a9345c0ccbf227530a8c3cb93c0af38
 DIST sinatra-3.0.4.tar.gz 266263 BLAKE2B d338fde60ab57f08d5df8afe240b1ed5cb1cde351b3f57b9700a7019e317cc16fc1a41148c1a75e97ff22844e8555b8fc1723c9d12818406fe28d1399fba9506 SHA512 b0581806261df57d8aa392b920a8998ecec311b1f82ab5ac7093c77ba5044eb9f5029a4d7266db05aa791ab30397fa304295a964b3ec3b58a2c0d13e3abb6328
+DIST sinatra-3.0.5.tar.gz 266205 BLAKE2B 16e0631ed49e62610c7bc1e43f03f21f57ee968b0f3ac98b599748e9572cc0bfc9121dc8731a0dcc9dd1bce04837373f93f198bff56c0de9f50932711b4040e8 SHA512 9ec41c3f0c4e4faaa181fddb2fe3262796a29e93fc07349422ca20dc845632c127c3e82e67f16ca19d2b2bcd43ad48fdca918d70b6747d8a2088ce1c84fd8eb2

diff --git a/dev-ruby/sinatra/sinatra-3.0.5.ebuild b/dev-ruby/sinatra/sinatra-3.0.5.ebuild
new file mode 100644
index 000000000000..affc012e8456
--- /dev/null
+++ b/dev-ruby/sinatra/sinatra-3.0.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test:core"
+
+RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS.md CHANGELOG.md"
+
+RUBY_FAKEGEM_GEMSPEC="sinatra.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A DSL for quickly creating web applications in Ruby with minimal effort"
+HOMEPAGE="http://www.sinatrarb.com/"
+SRC_URI="https://github.com/sinatra/sinatra/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=""
+
+ruby_add_rdepend "
+	dev-ruby/mustermann:3
+	>=dev-ruby/rack-2.2.4:2.2
+	~dev-ruby/rack-protection-${PV}
+	dev-ruby/tilt:2"
+ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5.6 dev-ruby/erubis dev-ruby/builder <dev-ruby/activesupport-7 )"
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+	sed -i -e '/active_support\/core_ext\/hash/igem "activesupport", "<7"' test/helper.rb || die
+}


             reply	other threads:[~2023-01-08  7:49 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-08  7:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-29 14:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sinatra/ Arthur Zamarin
2024-11-23 10:31 Hans de Graaff
2024-10-07  2:44 Sam James
2024-08-16  6:04 Hans de Graaff
2024-07-19  9:56 Hans de Graaff
2024-07-15  7:47 Hans de Graaff
2024-07-14  8:48 Hans de Graaff
2024-07-14  7:48 Hans de Graaff
2024-05-28  4:54 Hans de Graaff
2024-05-28  4:54 Hans de Graaff
2024-02-14 14:14 Hans de Graaff
2024-02-10 10:32 Hans de Graaff
2024-02-10  8:03 Hans de Graaff
2024-01-21  7:45 Hans de Graaff
2023-08-29  6:01 Hans de Graaff
2023-08-19  5:25 Hans de Graaff
2023-08-12  7:21 Hans de Graaff
2023-07-24 15:31 Arthur Zamarin
2023-06-13 10:11 Hans de Graaff
2023-06-13 10:11 Hans de Graaff
2023-04-11 17:52 Jakov Smolić
2023-04-09  2:34 Sam James
2023-04-08  8:42 Arthur Zamarin
2023-04-07 18:25 Sam James
2023-04-07 11:25 Sam James
2023-04-07 11:25 Sam James
2023-02-04  7:08 Hans de Graaff
2023-02-04  7:08 Hans de Graaff
2023-02-04  7:08 Hans de Graaff
2023-01-08  7:49 Hans de Graaff
2023-01-08  7:49 Hans de Graaff
2022-12-04 17:56 Arthur Zamarin
2022-12-03 11:04 Hans de Graaff
2022-12-03 11:04 Hans de Graaff
2022-10-22  4:36 Hans de Graaff
2022-10-01  7:55 Hans de Graaff
2022-10-01  7:55 Hans de Graaff
2022-07-21  6:37 Hans de Graaff
2022-05-06  8:22 Hans de Graaff
2022-05-06  8:22 Hans de Graaff
2022-04-22  6:55 Hans de Graaff
2022-03-20 10:04 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2020-12-29 10:48 Hans de Graaff
2020-12-29  7:21 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-09-19  6:06 Hans de Graaff
2020-09-05  8:01 Hans de Graaff
2020-07-05  6:27 Hans de Graaff
2020-06-21  9:05 Hans de Graaff
2020-05-11 20:34 Sergei Trofimovich
2020-05-10  8:27 Hans de Graaff
2020-03-12 13:47 Hans de Graaff
2020-03-01  8:22 Hans de Graaff
2019-08-24  4:45 Hans de Graaff
2019-05-01 17:49 Hans de Graaff
2019-04-27  6:13 Hans de Graaff
2019-04-27  6:13 Hans de Graaff
2019-03-30  6:46 Hans de Graaff
2019-02-07  7:36 Hans de Graaff
2018-11-26 19:19 Mikle Kolyada
2018-10-20 12:16 Sergei Trofimovich
2018-10-20 12:16 Sergei Trofimovich
2018-09-27  4:15 Hans de Graaff
2018-08-03 23:09 Sergei Trofimovich
2018-07-28 13:25 Thomas Deutschmann
2018-07-19  6:30 Hans de Graaff
2018-04-27  8:33 Hans de Graaff
2018-04-27  8:33 Hans de Graaff
2018-01-22 16:42 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-25 17:28 Hans de Graaff
2016-06-02 21:48 Richard Farina
2016-03-06 19:33 Manuel Rüger
2016-03-06 19:33 Manuel Rüger
2016-01-25 14:05 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=1673164180.9c07ac914d738f3d5ca57f6a6c4cb8e6b8f33b3e.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