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/stomp: stomp-1.1.7.ebuild ChangeLog stomp-1.1.8.ebuild
Date: Tue, 31 May 2011 18:08:59
Message-Id: 20110531180849.13AE920054@flycatcher.gentoo.org
1 graaff 11/05/31 18:08:49
2
3 Modified: stomp-1.1.7.ebuild ChangeLog stomp-1.1.8.ebuild
4 Log:
5 Depend on the right version of rspec, fixes bug 368907.
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/stomp/stomp-1.1.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild?r1=1.2&r2=1.3
15
16 Index: stomp-1.1.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- stomp-1.1.7.ebuild 27 May 2011 06:10:05 -0000 1.2
23 +++ stomp-1.1.7.ebuild 31 May 2011 18:08:48 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild,v 1.2 2011/05/27 06:10:05 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild,v 1.3 2011/05/31 18:08:48 graaff Exp $
29
30 EAPI="2"
31
32 @@ -22,4 +22,4 @@
33 KEYWORDS="~x86 ~amd64"
34 IUSE=""
35
36 -ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
37 +ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
38
39
40
41 1.4 dev-ruby/stomp/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/ChangeLog?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/ChangeLog?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/ChangeLog?r1=1.3&r2=1.4
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- ChangeLog 27 May 2011 06:10:05 -0000 1.3
54 +++ ChangeLog 31 May 2011 18:08:48 -0000 1.4
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-ruby/stomp
57 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.3 2011/05/27 06:10:05 graaff Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.4 2011/05/31 18:08:48 graaff Exp $
60 +
61 + 31 May 2011; Hans de Graaff <graaff@g.o> stomp-1.1.7.ebuild,
62 + stomp-1.1.8.ebuild:
63 + Depend on the right version of rspec, fixes bug 368907.
64
65 27 May 2011; Hans de Graaff <graaff@g.o> stomp-1.1.7.ebuild:
66 Drop ruby19 to create a stable candidate for bug 368825.
67
68
69
70 1.2 dev-ruby/stomp/stomp-1.1.8.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.1.8.ebuild?rev=1.2&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.1.8.ebuild?rev=1.2&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.1.8.ebuild?r1=1.1&r2=1.2
75
76 Index: stomp-1.1.8.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.8.ebuild,v
79 retrieving revision 1.1
80 retrieving revision 1.2
81 diff -u -r1.1 -r1.2
82 --- stomp-1.1.8.ebuild 18 Mar 2011 05:15:09 -0000 1.1
83 +++ stomp-1.1.8.ebuild 31 May 2011 18:08:48 -0000 1.2
84 @@ -1,6 +1,6 @@
85 # Copyright 1999-2011 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.8.ebuild,v 1.1 2011/03/18 05:15:09 graaff Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.8.ebuild,v 1.2 2011/05/31 18:08:48 graaff Exp $
89
90 EAPI="2"
91
92 @@ -22,4 +22,4 @@
93 KEYWORDS="~x86 ~amd64"
94 IUSE=""
95
96 -ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
97 +ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"