Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rack: rack-1.4.5-r3.ebuild ChangeLog rack-1.5.2-r3.ebuild
Date: Mon, 02 Jun 2014 18:26:10
Message-Id: 20140602182605.1AB7E2004E@flycatcher.gentoo.org
1 graaff 14/06/02 18:26:05
2
3 Modified: ChangeLog
4 Added: rack-1.4.5-r3.ebuild rack-1.5.2-r3.ebuild
5 Log:
6 Add revision bumps based on the default gem SRC_URI, bug 512132.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.127 dev-ruby/rack/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.127&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.127&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?r1=1.126&r2=1.127
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v
20 retrieving revision 1.126
21 retrieving revision 1.127
22 diff -u -r1.126 -r1.127
23 --- ChangeLog 22 Apr 2014 03:17:48 -0000 1.126
24 +++ ChangeLog 2 Jun 2014 18:26:04 -0000 1.127
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-ruby/rack
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.126 2014/04/22 03:17:48 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.127 2014/06/02 18:26:04 graaff Exp $
30 +
31 +*rack-1.5.2-r3 (02 Jun 2014)
32 +*rack-1.4.5-r3 (02 Jun 2014)
33 +
34 + 02 Jun 2014; Hans de Graaff <graaff@g.o> +rack-1.4.5-r3.ebuild,
35 + +rack-1.5.2-r3.ebuild:
36 + Add revision bumps based on the default gem SRC_URI, bug 512132.
37
38 *rack-1.4.5-r2 (22 Apr 2014)
39
40
41
42
43 1.1 dev-ruby/rack/rack-1.4.5-r3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.4.5-r3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.4.5-r3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: rack-1.4.5-r3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.4.5-r3.ebuild,v 1.1 2014/06/02 18:26:04 graaff Exp $
53
54 EAPI=5
55 USE_RUBY="ruby19 ruby20 jruby"
56
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="ChangeLog KNOWN-ISSUES README.rdoc SPEC"
59
60 RUBY_FAKEGEM_BINWRAP=""
61
62 inherit ruby-fakegem eutils versionator
63
64 DESCRIPTION="A modular Ruby webserver interface"
65 HOMEPAGE="http://rack.github.com/"
66
67 LICENSE="MIT"
68 SLOT="$(get_version_component_range 1-2)"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
70 IUSE=""
71
72 RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${P}-fix-test-ruby20.patch )
73
74 ruby_add_rdepend "virtual/ruby-ssl"
75
76 # The gem has automagic dependencies over mongrel, ruby-openid,
77 # memcache-client, thin, mongrel and camping; not sure if we should
78 # make them dependencies at all. We do add the fcgi dependency because
79 # that spec isn't optional.
80 ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/fcgi )"
81
82 # Block against versions in older slots that also try to install a binary.
83 RDEPEND="${RDEPEND} !<dev-ruby/rack-1.1.3-r1:0 !<dev-ruby/rack-1.2.5:1.2 !<dev-ruby/rack-1.3.6-r1:1.3"
84
85 each_ruby_test() {
86 # Since the Rakefile calls specrb directly rather than loading it, we
87 # cannot use it to launch the tests or only the currently-selected
88 # RUBY interpreter will be tested.
89 ${RUBY} -S bacon -Ilib -w -a \
90 -q -t '^(?!Rack::Handler|Rack::Adapter|Rack::Session::Memcache|Rack::Server)' \
91 || die "test failed for ${RUBY}"
92 }
93
94
95
96 1.1 dev-ruby/rack/rack-1.5.2-r3.ebuild
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.5.2-r3.ebuild?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.5.2-r3.ebuild?rev=1.1&content-type=text/plain
100
101 Index: rack-1.5.2-r3.ebuild
102 ===================================================================
103 # Copyright 1999-2014 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.5.2-r3.ebuild,v 1.1 2014/06/02 18:26:04 graaff Exp $
106
107 EAPI=5
108 USE_RUBY="ruby19 ruby20 ruby21 jruby"
109
110 RUBY_FAKEGEM_DOCDIR="doc"
111 RUBY_FAKEGEM_EXTRADOC="ChangeLog KNOWN-ISSUES README.rdoc SPEC"
112
113 inherit ruby-fakegem eutils versionator
114
115 DESCRIPTION="A modular Ruby webserver interface"
116 HOMEPAGE="http://rack.github.com/"
117
118 LICENSE="MIT"
119 SLOT="$(get_version_component_range 1-2)"
120 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
121 IUSE=""
122
123 RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch )
124
125 ruby_add_rdepend "virtual/ruby-ssl"
126
127 # The gem has automagic dependencies over mongrel, ruby-openid,
128 # memcache-client, thin, mongrel and camping; not sure if we should
129 # make them dependencies at all.
130 ruby_add_bdepend "test? ( dev-ruby/bacon )"
131
132 # Block against versions in older slots that also try to install a binary.
133 RDEPEND="${RDEPEND} !<dev-ruby/rack-1.4.5-r1:1.4"
134
135 each_ruby_test() {
136 # Since the Rakefile calls specrb directly rather than loading it, we
137 # cannot use it to launch the tests or only the currently-selected
138 # RUBY interpreter will be tested.
139 ${RUBY} -S bacon -Ilib -w -a \
140 -q -t '^(?!Rack::Handler|Rack::Adapter|Rack::Session::Memcache|Rack::Server)' \
141 || die "test failed for ${RUBY}"
142 }