Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/stomp: stomp-1.2.4.ebuild stomp-1.2.2.ebuild ChangeLog stomp-1.2.0.ebuild
Date: Thu, 05 Jul 2012 22:36:06
Message-Id: 20120705223555.725682004B@flycatcher.gentoo.org
1 flameeyes 12/07/05 22:35:55
2
3 Modified: stomp-1.2.2.ebuild ChangeLog
4 Added: stomp-1.2.4.ebuild
5 Removed: stomp-1.2.0.ebuild
6 Log:
7 Version bump; use the new rspec support in 1.2.2 as well; remove 1.2.0.
8
9 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 dev-ruby/stomp/stomp-1.2.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.2.2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.2.2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.2.2.ebuild?r1=1.1&r2=1.2
17
18 Index: stomp-1.2.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- stomp-1.2.2.ebuild 21 Apr 2012 07:33:13 -0000 1.1
25 +++ stomp-1.2.2.ebuild 5 Jul 2012 22:35:55 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.2.ebuild,v 1.1 2012/04/21 07:33:13 graaff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.2.ebuild,v 1.2 2012/07/05 22:35:55 flameeyes Exp $
31
32 EAPI="2"
33
34 @@ -9,8 +9,7 @@
35 RUBY_FAKEGEM_DOCDIR="doc"
36 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
37
38 -# There is also a test task but that requires a live stomp server.
39 -RUBY_FAKEGEM_TASK_TEST="spec"
40 +RUBY_FAKEGEM_RECIPE_TEST="rspec"
41
42 inherit ruby-fakegem
43
44 @@ -21,5 +20,3 @@
45 SLOT="0"
46 KEYWORDS="~x86 ~amd64"
47 IUSE=""
48 -
49 -ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
50
51
52
53 1.11 dev-ruby/stomp/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/ChangeLog?rev=1.11&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/ChangeLog?rev=1.11&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/ChangeLog?r1=1.10&r2=1.11
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v
62 retrieving revision 1.10
63 retrieving revision 1.11
64 diff -u -r1.10 -r1.11
65 --- ChangeLog 21 Apr 2012 07:33:13 -0000 1.10
66 +++ ChangeLog 5 Jul 2012 22:35:55 -0000 1.11
67 @@ -1,6 +1,12 @@
68 # ChangeLog for dev-ruby/stomp
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.10 2012/04/21 07:33:13 graaff Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.11 2012/07/05 22:35:55 flameeyes Exp $
72 +
73 +*stomp-1.2.4 (05 Jul 2012)
74 +
75 + 05 Jul 2012; Diego E. Pettenò <flameeyes@g.o> +stomp-1.2.4.ebuild,
76 + -stomp-1.2.0.ebuild, stomp-1.2.2.ebuild:
77 + Version bump; use the new rspec support in 1.2.2 as well; remove 1.2.0.
78
79 *stomp-1.2.2 (21 Apr 2012)
80
81 @@ -44,4 +50,3 @@
82 28 Feb 2011; Hans de Graaff <graaff@g.o> +stomp-1.1.7.ebuild,
83 +metadata.xml:
84 Initial import based on ebuild from ramereth in bug 351475.
85 -
86
87
88
89 1.1 dev-ruby/stomp/stomp-1.2.4.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.2.4.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/stomp/stomp-1.2.4.ebuild?rev=1.1&content-type=text/plain
93
94 Index: stomp-1.2.4.ebuild
95 ===================================================================
96 # Copyright 1999-2012 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.4.ebuild,v 1.1 2012/07/05 22:35:55 flameeyes Exp $
99
100 EAPI=4
101
102 USE_RUBY="ruby18 ruby19 ree18"
103
104 RUBY_FAKEGEM_DOCDIR="doc"
105 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
106
107 RUBY_FAKEGEM_RECIPE_TEST="rspec"
108
109 inherit ruby-fakegem
110
111 DESCRIPTION="Ruby bindings for the stomp messaging protocol"
112 HOMEPAGE="http://rubyforge.org/projects/stomp/"
113
114 LICENSE="Apache-2.0"
115 SLOT="0"
116 KEYWORDS="~x86 ~amd64"
117 IUSE=""