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, 8 May 2018 04:10:00 +0000 (UTC) [thread overview]
Message-ID: <1525752545.235007669cb4b0f0bb4494c195657719336420cc.graaff@gentoo> (raw)
commit: 235007669cb4b0f0bb4494c195657719336420cc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May 8 04:09:05 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May 8 04:09:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23500766
dev-ruby/rack-test: add 1.0.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/rack-test/Manifest | 1 +
dev-ruby/rack-test/rack-test-1.0.0.ebuild | 37 +++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ruby/rack-test/Manifest b/dev-ruby/rack-test/Manifest
index e32565ea88e..37fa2a4ef1c 100644
--- a/dev-ruby/rack-test/Manifest
+++ b/dev-ruby/rack-test/Manifest
@@ -1,3 +1,4 @@
DIST rack-test-0.6.3.gem 23552 BLAKE2B d494f7fa3d2f7ed6fc6d33e507c445990613425826ec2e3d059d978b09d316ab93685aa5fd00ea89d00002ec7ec242f7fa64a42ce214fa7e9c40334d7e7a3750 SHA512 a5ad0f20130eedc153515127d2483cb1322c230ab772307943ec6eb295706f3aab26c8599cba69323b3cdc5692b284ba0609d8db957ade7085a95d94ccdf8b41
DIST rack-test-0.7.1.tar.gz 24492 BLAKE2B 594fa05287399425557f579c871accdd268c463e77bef3e86f2141f5c5d824abc2a245a636390e0957cafb2db86a5483f9de2f13571b5c44a506f93122fcd2f0 SHA512 2b202d1f485fa2aa927d2c599e0b3bde08f5d93b6e8a36ccee5b5e064acfd0979154de8db8639bfb78f3ab038b006305379389889239dbee13020b72f060a8db
DIST rack-test-0.8.3.tar.gz 24842 BLAKE2B ea02ce5e5a460c43b0299e3b6e3412efb1be8991ee14f924e7b2b8fb995917aad1cd809240a6389226b0a6f356ba94534082637aa7ad7f4ac4c93b86277dcf23 SHA512 ae2afd43e8b6643acdc7b4988df7dea5a5f00231df92127841aa52cb89c0a1891e13e5d6f321acbd95ce86b7372b340f0f863f01e500ae7643699c27077b767c
+DIST rack-test-1.0.0.tar.gz 26188 BLAKE2B e1df3e0d0e9cb8757bc898a2780a45f808921638a01a9ade0c8ac3233745992fbec1780ca36d4595e5a89bf124dcec0fc74fc33e9b22c46723e851aa371a73b8 SHA512 e654a10359b771607eb5295f574ac4a7b42afafc9a85c65e87a54559db1b5221b6e4b5ace18db05acfec1f381caa93c4b3be1912c3f08fbb74861d6053a2d242
diff --git a/dev-ruby/rack-test/rack-test-1.0.0.ebuild b/dev-ruby/rack-test/rack-test-1.0.0.ebuild
new file mode 100644
index 00000000000..9097ac5cbda
--- /dev/null
+++ b/dev-ruby/rack-test/rack-test-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps"
+HOMEPAGE="https://github.com/rack-test/rack-test"
+SRC_URI="https://github.com/rack-test/rack-test/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rack-1.0:* <dev-ruby/rack-3:*"
+ruby_add_bdepend "
+ test? ( >=dev-ruby/sinatra-1.2.6 =dev-ruby/rack-1* )"
+
+all_ruby_prepare() {
+ rm Gemfile* || die
+ sed -i -e '/bundler/d' -e '/[Cc]ode[Cc]limate/d' \
+ -e '1igem "rack", "~>1.0"' spec/spec_helper.rb || die
+
+ # Use correct version
+ sed -i -e 's/0.8.2/0.8.3/' lib/rack/test/version.rb || die
+}
next reply other threads:[~2018-05-08 4:10 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-08 4:10 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
2024-12-24 6:05 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-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=1525752545.235007669cb4b0f0bb4494c195657719336420cc.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