From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-attack/
Date: Fri, 6 Jul 2018 04:15:09 +0000 (UTC) [thread overview]
Message-ID: <1530849463.bad32a012dc6c34e36ef7d715a3a7c0ba955c96c.graaff@gentoo> (raw)
commit: bad32a012dc6c34e36ef7d715a3a7c0ba955c96c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 6 03:57:43 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 03:57:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad32a01
dev-ruby/rack-attack: add 5.4.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/rack-attack/Manifest | 1 +
dev-ruby/rack-attack/rack-attack-5.4.0.ebuild | 34 +++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-ruby/rack-attack/Manifest b/dev-ruby/rack-attack/Manifest
index 615649dd24f..46d56d3d32e 100644
--- a/dev-ruby/rack-attack/Manifest
+++ b/dev-ruby/rack-attack/Manifest
@@ -3,3 +3,4 @@ DIST rack-attack-5.0.1.gem 17408 BLAKE2B 5aaba2c1b4b2c69a02734d082bc18e670c1c7ad
DIST rack-attack-5.2.0.gem 22528 BLAKE2B 474b70dd4a4a949cb295922bdf9d141fd1c8241d9d2179fd43fe38a7d9687c39a712ad7473956302fa8f4f4bcf84cb284475a90e7e264f18f45a1e7228a66659 SHA512 f9d9e07a993e8bd93e7f09110055bb4ba0478019f1d08f44cc9ac497cd0badf1095a512fb5e556dc82ecc8ba3b9ddbe38ae6c8cd3c570bd29237a550788fe0ab
DIST rack-attack-5.3.0.gem 23040 BLAKE2B 415df5f1d4b07de0a4e80f77acf59330e74893b3abc9863638628f36d8b946dd330ae931f672671f4a9fe1fc4b1f6bb12fda2115e3dec9fea58ed04577676c4f SHA512 4749d4a86c6f91618092614dcf99cbf64722d6de9bb1150208fb89ea83862b980581c543a46355b45b553f0132bab26ef0d16ad2e4a35677d734c4a6449a2d4f
DIST rack-attack-5.3.2.gem 23040 BLAKE2B 169f14030860b2727a494cbf4770beb6c9f74cfd1fdb9a70fb95e537eeccb08f158d9de74d81061fde39413f66b805d9ace0a586f7232ef5eee9b75b8ab73e77 SHA512 de79fdf59786ee00077ab97566ee75e38d823d4ea1854ba877fa2fdb92ae659c0c1bb6aa6b47754b6e28f1a7dbd6061e57171b0b1626dff95c17178bf4891390
+DIST rack-attack-5.4.0.gem 23040 BLAKE2B 25432eaf1ac92f3c86be7fae803768a9f8c32a61af5af493c00343c44bb0d13ea3b725c5f3016533dc0d685351917441a3d932097fbeec1f681accc9c9bd38f0 SHA512 87ab81165c655dccef0e33234ded9fd1894788c391620ed565b732a4b16d1fea539a4cfef81a0ba4a3a2edd356bbd9963976b3de7d1257c31da863f3e725962a
diff --git a/dev-ruby/rack-attack/rack-attack-5.4.0.ebuild b/dev-ruby/rack-attack/rack-attack-5.4.0.ebuild
new file mode 100644
index 00000000000..585b3e58c40
--- /dev/null
+++ b/dev-ruby/rack-attack/rack-attack-5.4.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# Skip integration tests since they require additional unpackaged
+# dependencies and running daemons.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A DSL for blocking & throttling abusive clients"
+HOMEPAGE="https://github.com/kickstarter/rack-attack"
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/rack:*"
+ruby_add_bdepend "test? (
+ dev-ruby/actionpack
+ dev-ruby/activesupport
+ dev-ruby/rack-test
+ dev-ruby/minitest )"
+
+all_ruby_prepare() {
+ sed -i -e '/\(bundler\|byebug\)/ s:^:#:' Rakefile spec/spec_helper.rb || die
+ sed -i -e '3igem "actionpack"' spec/spec_helper.rb || die
+}
next reply other threads:[~2018-07-06 4:15 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-06 4:15 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-03 9:12 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-attack/ Hans de Graaff
2024-03-19 6:27 Hans de Graaff
2023-08-27 6:11 Hans de Graaff
2023-07-11 4:37 Hans de Graaff
2023-07-11 4:37 Hans de Graaff
2022-12-11 8:11 Hans de Graaff
2022-12-11 8:11 Hans de Graaff
2022-06-26 6:20 Hans de Graaff
2022-04-14 5:01 Hans de Graaff
2022-04-14 5:01 Hans de Graaff
2022-01-30 8:19 Hans de Graaff
2021-02-09 5:47 Hans de Graaff
2021-01-25 5:54 Hans de Graaff
2020-09-11 5:14 Hans de Graaff
2020-09-05 8:01 Hans de Graaff
2020-05-24 7:09 Hans de Graaff
2020-05-24 4:14 Hans de Graaff
2020-04-30 5:26 Hans de Graaff
2019-12-20 7:21 Hans de Graaff
2019-11-09 6:28 Hans de Graaff
2019-11-02 5:40 Hans de Graaff
2019-10-13 6:38 Hans de Graaff
2019-07-13 5:40 Hans de Graaff
2019-05-22 17:20 Hans de Graaff
2019-05-18 5:36 Hans de Graaff
2019-04-22 5:40 Hans de Graaff
2019-04-22 5:40 Hans de Graaff
2019-03-30 6:46 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2018-11-01 6:04 Hans de Graaff
2018-10-18 4:39 Hans de Graaff
2018-06-27 5:23 Hans de Graaff
2018-06-20 4:49 Hans de Graaff
2018-05-22 5:20 Hans de Graaff
2017-08-25 6:09 Hans de Graaff
2017-07-20 6:25 Hans de Graaff
2016-04-17 8:06 Hans de Graaff
2016-02-18 6:47 Hans de Graaff
2016-02-11 13:11 Hans de Graaff
2016-01-10 9:48 Hans de Graaff
2015-12-19 7:55 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=1530849463.bad32a012dc6c34e36ef7d715a3a7c0ba955c96c.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