From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-cache/
Date: Fri, 12 Feb 2016 06:20:55 +0000 (UTC) [thread overview]
Message-ID: <1455258023.e85e1f4dd5dfa3154c66d7540f2493c44bbdb0ce.graaff@gentoo> (raw)
commit: e85e1f4dd5dfa3154c66d7540f2493c44bbdb0ce
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 06:11:55 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 06:20:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85e1f4d
dev-ruby/rack-cache: 1.6.1
Package-Manager: portage-2.2.26
dev-ruby/rack-cache/Manifest | 1 +
dev-ruby/rack-cache/rack-cache-1.6.1.ebuild | 41 +++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-ruby/rack-cache/Manifest b/dev-ruby/rack-cache/Manifest
index f90c509..a3d44139 100644
--- a/dev-ruby/rack-cache/Manifest
+++ b/dev-ruby/rack-cache/Manifest
@@ -1,3 +1,4 @@
DIST rack-cache-1.3.0.tar.gz 258225 SHA256 356f849e285fa2cf00c1d6823aa2202d14add67815b07b70048242f7c61c6df8 SHA512 d7028456b7059b775a75f35ae2f7a4a00bfe908ebc7e7f57b2f659f9690ac40085d3dc89acd0b1e540cf309e218a276504650a50f092557b7ef871a66aa6bfbf WHIRLPOOL 8e456b7eff61913cd75c2f1a20c55ff6f1430ca28384b6d743c976df7677b3334e6c83628c1fc9fb7d11b268b71c5c8e653ad8b0c59430a691071c37a657e916
DIST rack-cache-1.5.1.tar.gz 258817 SHA256 77afa21e3d2c97224795b740d4a67b23e2fbb15515b774b897993343265545f5 SHA512 e7d2804d2e4f48f8333ee9689251f760290eb15c692a55dd1bfdcfcbecc677afbf6db949c8ca9bc79e7248c58ca5f6f89bc13ab912c34f33e119befcdde902f8 WHIRLPOOL e3808050537411af5f210b7201da8f3b2b4d499a20e9a161ef29c88edba80348919629b23b929d9361982c4c328dcdae25eba3c616cbbab0ef626da6bfa0d590
DIST rack-cache-1.6.0.tar.gz 259383 SHA256 6c365f1a80a21701dd86b24bf5aa832fb3c70bd0ab1ede594ddc4a15e2376291 SHA512 d15e0eb55213e4ba7c528417c7f460606f4ac24222a0aa913859b8801e8b608600818c230a7677ccec99b1040a62a7067c1911ac109ae14d58c4ff140e502070 WHIRLPOOL 05f37a92b8affd318092218c871b1b3b7b7fe6f55088eb617af783fb178b6552dc5c19461ed2104053832fb9d84bddd0b0f34d250127167044961c7d10c810cb
+DIST rack-cache-1.6.1.tar.gz 259823 SHA256 59cc43d86f4147dd899c09bf6222f1509702b471aeed52525802bf6585237e27 SHA512 326643c9b438b94e556b38530401d2ef2cda8b86ccc5b2e8bdbd79bcba93cec6124ca425f12b993b9090a11210586f8772b552b4a526eb07c7d91ed71275f2ff WHIRLPOOL 938e3e2dfbee7d3fd2974a4337156ca2bcdefdbf9de588d1d1940348ec6440f93e63900bd56a04a184141aa078457581058de2f73658c66bf2d9439eaacd41c2
diff --git a/dev-ruby/rack-cache/rack-cache-1.6.1.ebuild b/dev-ruby/rack-cache/rack-cache-1.6.1.ebuild
new file mode 100644
index 0000000..120d56e
--- /dev/null
+++ b/dev-ruby/rack-cache/rack-cache-1.6.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+# no documentation is generable, it needs hanna, which is broken
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Enable HTTP caching for Rack-based applications that produce freshness info"
+HOMEPAGE="https://github.com/rtomayko/rack-cache"
+SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.2"
+KEYWORDS="~amd64 ~arm ~ppc64 ~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:*"
+
+ruby_add_bdepend "test? (
+ dev-ruby/maxitest
+ >=dev-ruby/minitest-5.7.0:5
+ >=dev-ruby/mocha-0.13.0 )"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' \
+ -e "2i require 'timeout'" \
+ test/test_helper.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -I.:lib:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2016-02-12 6:21 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-12 6:20 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-05 7:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-cache/ Hans de Graaff
2025-04-05 7:30 Hans de Graaff
2024-10-06 11:11 Sam James
2024-04-06 6:16 Hans de Graaff
2024-04-06 6:16 Hans de Graaff
2024-03-08 8:09 Hans de Graaff
2024-03-02 6:27 Hans de Graaff
2024-03-02 6:27 Hans de Graaff
2023-12-12 7:11 Hans de Graaff
2023-12-08 6:56 Hans de Graaff
2023-12-08 6:56 Hans de Graaff
2023-08-29 16:53 Hans de Graaff
2023-07-19 5:26 Hans de Graaff
2023-07-11 4:37 Hans de Graaff
2023-04-03 3:03 Sam James
2022-12-24 15:00 Hans de Graaff
2022-04-23 5:14 Hans de Graaff
2022-03-25 10:22 Hans de Graaff
2022-03-25 10:22 Hans de Graaff
2022-03-23 6:42 Hans de Graaff
2021-11-08 2:51 Yixun Lan
2021-09-27 5:14 Hans de Graaff
2021-09-27 5:14 Hans de Graaff
2020-10-23 5:09 Hans de Graaff
2020-09-11 5:14 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2020-06-14 6:28 Hans de Graaff
2020-06-14 6:28 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2020-04-22 17:07 Sergei Trofimovich
2020-04-22 17:07 Sergei Trofimovich
2020-04-22 17:07 Sergei Trofimovich
2020-04-22 17:07 Sergei Trofimovich
2020-04-09 4:13 Hans de Graaff
2020-01-09 5:51 Hans de Graaff
2019-11-07 7:51 Hans de Graaff
2019-11-07 7:51 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2019-02-27 6:10 Hans de Graaff
2019-02-27 6:10 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2018-06-08 5:33 Hans de Graaff
2018-05-15 5:15 Hans de Graaff
2018-02-25 22:01 Sergei Trofimovich
2018-01-13 8:46 Hans de Graaff
2018-01-13 8:46 Hans de Graaff
2017-09-07 5:36 Hans de Graaff
2017-07-02 5:43 Hans de Graaff
2017-01-24 6:06 Hans de Graaff
2017-01-24 6:06 Hans de Graaff
2016-07-15 5:38 Hans de Graaff
2016-03-21 22:09 Manuel Rüger
2016-02-03 7:02 Hans de Graaff
2016-01-20 13:42 Fabian Groffen
2016-01-02 8:26 Hans de Graaff
2016-01-02 8:26 Hans de Graaff
2016-01-02 8:26 Hans de Graaff
2015-11-21 15:45 Markus Meier
2015-11-16 5:55 Jeroen Roovers
2015-11-15 8:14 Hans de Graaff
2015-11-15 7:22 Hans de Graaff
2015-10-08 8:13 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=1455258023.e85e1f4dd5dfa3154c66d7540f2493c44bbdb0ce.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