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/capistrano: capistrano-2.5.18.ebuild ChangeLog
Date: Wed, 31 Mar 2010 15:20:26
Message-Id: E1NwziQ-0005yd-CR@stork.gentoo.org
1 flameeyes 10/03/31 15:20:22
2
3 Modified: capistrano-2.5.18.ebuild ChangeLog
4 Log:
5 Unbreak ebuild by adding proper runtime dependencies, fixes bug #310115.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/capistrano/capistrano-2.5.18.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.18.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.18.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.18.ebuild?r1=1.1&r2=1.2
14
15 Index: capistrano-2.5.18.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.18.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- capistrano-2.5.18.ebuild 16 Mar 2010 06:24:26 -0000 1.1
22 +++ capistrano-2.5.18.ebuild 31 Mar 2010 15:20:22 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.18.ebuild,v 1.1 2010/03/16 06:24:26 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.18.ebuild,v 1.2 2010/03/31 15:20:22 flameeyes Exp $
28
29 EAPI="2"
30 USE_RUBY="ruby18"
31 @@ -27,7 +27,8 @@
32 >=dev-ruby/highline-1.2.7"
33 ruby_add_bdepend test "dev-ruby/mocha"
34
35 -RDEPEND="!dev-ruby/capistrano-launcher"
36 +RDEPEND="${RDEPEND}
37 + !dev-ruby/capistrano-launcher"
38
39 each_ruby_prepare() {
40 # Remove Jeweler check_dependencies task
41
42
43
44 1.55 dev-ruby/capistrano/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.55&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.55&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.54&r2=1.55
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
53 retrieving revision 1.54
54 retrieving revision 1.55
55 diff -u -r1.54 -r1.55
56 --- ChangeLog 16 Mar 2010 06:24:26 -0000 1.54
57 +++ ChangeLog 31 Mar 2010 15:20:22 -0000 1.55
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-ruby/capistrano
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.54 2010/03/16 06:24:26 graaff Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.55 2010/03/31 15:20:22 flameeyes Exp $
63 +
64 + 31 Mar 2010; Diego E. Pettenò <flameeyes@g.o>
65 + capistrano-2.5.18.ebuild:
66 + Unbreak ebuild by adding proper runtime dependencies, fixes bug #310115.
67
68 *capistrano-2.5.18 (16 Mar 2010)