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/right_http_connection: ChangeLog right_http_connection-1.3.0.ebuild
Date: Sat, 24 Dec 2011 15:08:24
Message-Id: 20111224150811.1ADAE2004B@flycatcher.gentoo.org
1 graaff 11/12/24 15:08:11
2
3 Modified: ChangeLog
4 Added: right_http_connection-1.3.0.ebuild
5 Log:
6 Version bump. Run cucumber features for ruby18/ree18 since we don't have it yet for the others and we didn't run anything before.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 dev-ruby/right_http_connection/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 5 Dec 2011 14:22:42 -0000 1.9
24 +++ ChangeLog 24 Dec 2011 15:08:11 -0000 1.10
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-ruby/right_http_connection
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.9 2011/12/05 14:22:42 naota Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.10 2011/12/24 15:08:11 graaff Exp $
30 +
31 +*right_http_connection-1.3.0 (24 Dec 2011)
32 +
33 + 24 Dec 2011; Hans de Graaff <graaff@g.o>
34 + +right_http_connection-1.3.0.ebuild:
35 + Version bump. Run cucumber features for ruby18/ree18 since we don't have it
36 + yet for the others and we didn't run anything before.
37
38 05 Dec 2011; Naohiro Aota <naota@g.o>
39 right_http_connection-1.2.4-r1.ebuild:
40
41
42
43 1.1 dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: right_http_connection-1.3.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.1 2011/12/24 15:08:11 graaff Exp $
53
54 EAPI=4
55
56 USE_RUBY="ruby18 ree18 ruby19 jruby"
57
58 RUBY_FAKEGEM_TASK_DOC=""
59 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
60
61 RUBY_FAKEGEM_TASK_TEST="cucumber"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="RightScale's robust HTTP/S connection module"
66 HOMEPAGE="http://rightscale.rubyforge.org/"
67 SRC_URI="https://github.com/rightscale/right_http_connection/tarball/v${PV} -> ${P}.tgz"
68 RUBY_S="rightscale-${PN}-*"
69
70 LICENSE="as-is" # truly
71 SLOT="0"
72 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
73 IUSE=""
74
75 all_ruby_prepare() {
76 rm Gemfile Gemfile.lock || die
77 }
78
79 each_ruby_test() {
80 case ${RUBY} in
81 *ruby19)
82 ;;
83 *jruby)
84 ;;
85 *)
86 each_fakegem_test
87 ;;
88 esac
89 }