Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-cache/
Date: Tue, 24 Jan 2017 06:06:57
Message-Id: 1485237998.40c5784a0e635239cc33fa20f9dfc60f06c79f45.graaff@gentoo
1 commit: 40c5784a0e635239cc33fa20f9dfc60f06c79f45
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 05:52:08 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 06:06:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c5784a
7
8 dev-ruby/rack-cache: cleanup
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/rack-cache/Manifest | 3 ---
13 dev-ruby/rack-cache/rack-cache-1.3.0.ebuild | 36 -------------------------
14 dev-ruby/rack-cache/rack-cache-1.5.1.ebuild | 41 -----------------------------
15 dev-ruby/rack-cache/rack-cache-1.6.0.ebuild | 41 -----------------------------
16 4 files changed, 121 deletions(-)
17
18 diff --git a/dev-ruby/rack-cache/Manifest b/dev-ruby/rack-cache/Manifest
19 index a3d44139..bd5c15a 100644
20 --- a/dev-ruby/rack-cache/Manifest
21 +++ b/dev-ruby/rack-cache/Manifest
22 @@ -1,4 +1 @@
23 -DIST rack-cache-1.3.0.tar.gz 258225 SHA256 356f849e285fa2cf00c1d6823aa2202d14add67815b07b70048242f7c61c6df8 SHA512 d7028456b7059b775a75f35ae2f7a4a00bfe908ebc7e7f57b2f659f9690ac40085d3dc89acd0b1e540cf309e218a276504650a50f092557b7ef871a66aa6bfbf WHIRLPOOL 8e456b7eff61913cd75c2f1a20c55ff6f1430ca28384b6d743c976df7677b3334e6c83628c1fc9fb7d11b268b71c5c8e653ad8b0c59430a691071c37a657e916
24 -DIST rack-cache-1.5.1.tar.gz 258817 SHA256 77afa21e3d2c97224795b740d4a67b23e2fbb15515b774b897993343265545f5 SHA512 e7d2804d2e4f48f8333ee9689251f760290eb15c692a55dd1bfdcfcbecc677afbf6db949c8ca9bc79e7248c58ca5f6f89bc13ab912c34f33e119befcdde902f8 WHIRLPOOL e3808050537411af5f210b7201da8f3b2b4d499a20e9a161ef29c88edba80348919629b23b929d9361982c4c328dcdae25eba3c616cbbab0ef626da6bfa0d590
25 -DIST rack-cache-1.6.0.tar.gz 259383 SHA256 6c365f1a80a21701dd86b24bf5aa832fb3c70bd0ab1ede594ddc4a15e2376291 SHA512 d15e0eb55213e4ba7c528417c7f460606f4ac24222a0aa913859b8801e8b608600818c230a7677ccec99b1040a62a7067c1911ac109ae14d58c4ff140e502070 WHIRLPOOL 05f37a92b8affd318092218c871b1b3b7b7fe6f55088eb617af783fb178b6552dc5c19461ed2104053832fb9d84bddd0b0f34d250127167044961c7d10c810cb
26 DIST rack-cache-1.6.1.tar.gz 259823 SHA256 59cc43d86f4147dd899c09bf6222f1509702b471aeed52525802bf6585237e27 SHA512 326643c9b438b94e556b38530401d2ef2cda8b86ccc5b2e8bdbd79bcba93cec6124ca425f12b993b9090a11210586f8772b552b4a526eb07c7d91ed71275f2ff WHIRLPOOL 938e3e2dfbee7d3fd2974a4337156ca2bcdefdbf9de588d1d1940348ec6440f93e63900bd56a04a184141aa078457581058de2f73658c66bf2d9439eaacd41c2
27
28 diff --git a/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild
29 deleted file mode 100644
30 index fc2280b..00000000
31 --- a/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild
32 +++ /dev/null
33 @@ -1,36 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -USE_RUBY="ruby20 ruby21 ruby22"
40 -
41 -# no documentation is generable, it needs hanna, which is broken
42 -RUBY_FAKEGEM_RECIPE_DOC="none"
43 -
44 -RUBY_FAKEGEM_TASK_TEST="none"
45 -
46 -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
47 -
48 -inherit versionator ruby-fakegem
49 -
50 -DESCRIPTION="Enable HTTP caching for Rack-based applications that produce freshness info"
51 -HOMEPAGE="https://github.com/rtomayko/rack-cache"
52 -SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 -
54 -LICENSE="MIT"
55 -SLOT="1.2"
56 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
57 -IUSE=""
58 -
59 -ruby_add_rdepend "dev-ruby/rack:*"
60 -
61 -ruby_add_bdepend "test? ( dev-ruby/bacon )"
62 -
63 -all_ruby_prepare() {
64 - sed -i -e '/bundler/ s:^:#:' test/spec_setup.rb || die
65 -}
66 -
67 -each_ruby_test() {
68 - ${RUBY} -S bacon -q -I.:lib:test test/*_test.rb || die
69 -}
70
71 diff --git a/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild b/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
72 deleted file mode 100644
73 index f307723..00000000
74 --- a/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
75 +++ /dev/null
76 @@ -1,41 +0,0 @@
77 -# Copyright 1999-2015 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI=5
82 -USE_RUBY="ruby20 ruby21 ruby22"
83 -
84 -# no documentation is generable, it needs hanna, which is broken
85 -RUBY_FAKEGEM_RECIPE_DOC="none"
86 -
87 -RUBY_FAKEGEM_TASK_TEST="none"
88 -
89 -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
90 -
91 -inherit versionator ruby-fakegem
92 -
93 -DESCRIPTION="Enable HTTP caching for Rack-based applications that produce freshness info"
94 -HOMEPAGE="https://github.com/rtomayko/rack-cache"
95 -SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz"
96 -
97 -LICENSE="MIT"
98 -SLOT="1.2"
99 -KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
100 -IUSE=""
101 -
102 -ruby_add_rdepend "dev-ruby/rack:*"
103 -
104 -ruby_add_bdepend "test? (
105 - dev-ruby/maxitest
106 - >=dev-ruby/minitest-5.7.0:5
107 - >=dev-ruby/mocha-0.13.0 )"
108 -
109 -all_ruby_prepare() {
110 - sed -i -e '/bundler/ s:^:#:' \
111 - -e "2i require 'timeout'" \
112 - test/spec_setup.rb || die
113 -}
114 -
115 -each_ruby_test() {
116 - ${RUBY} -I.:lib:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
117 -}
118
119 diff --git a/dev-ruby/rack-cache/rack-cache-1.6.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.6.0.ebuild
120 deleted file mode 100644
121 index 120d56e..00000000
122 --- a/dev-ruby/rack-cache/rack-cache-1.6.0.ebuild
123 +++ /dev/null
124 @@ -1,41 +0,0 @@
125 -# Copyright 1999-2016 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -# $Id$
128 -
129 -EAPI=5
130 -USE_RUBY="ruby20 ruby21 ruby22"
131 -
132 -# no documentation is generable, it needs hanna, which is broken
133 -RUBY_FAKEGEM_RECIPE_DOC="none"
134 -
135 -RUBY_FAKEGEM_TASK_TEST="none"
136 -
137 -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
138 -
139 -inherit versionator ruby-fakegem
140 -
141 -DESCRIPTION="Enable HTTP caching for Rack-based applications that produce freshness info"
142 -HOMEPAGE="https://github.com/rtomayko/rack-cache"
143 -SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz"
144 -
145 -LICENSE="MIT"
146 -SLOT="1.2"
147 -KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
148 -IUSE=""
149 -
150 -ruby_add_rdepend "dev-ruby/rack:*"
151 -
152 -ruby_add_bdepend "test? (
153 - dev-ruby/maxitest
154 - >=dev-ruby/minitest-5.7.0:5
155 - >=dev-ruby/mocha-0.13.0 )"
156 -
157 -all_ruby_prepare() {
158 - sed -i -e '/bundler/ s:^:#:' \
159 - -e "2i require 'timeout'" \
160 - test/test_helper.rb || die
161 -}
162 -
163 -each_ruby_test() {
164 - ${RUBY} -I.:lib:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
165 -}