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/capistrano: capistrano-2.5.10.ebuild ChangeLog
Date: Sun, 29 Nov 2009 07:49:36
Message-Id: E1NEeXE-0001Dh-I1@stork.gentoo.org
1 graaff 09/11/29 07:49:32
2
3 Modified: ChangeLog
4 Added: capistrano-2.5.10.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.50 dev-ruby/capistrano/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 24 Nov 2009 14:35:12 -0000 1.49
23 +++ ChangeLog 29 Nov 2009 07:49:32 -0000 1.50
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/capistrano
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.49 2009/11/24 14:35:12 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.50 2009/11/29 07:49:32 graaff Exp $
29 +
30 +*capistrano-2.5.10 (29 Nov 2009)
31 +
32 + 29 Nov 2009; Hans de Graaff <graaff@g.o> +capistrano-2.5.10.ebuild:
33 + Version bump.
34
35 24 Nov 2009; Diego E. Pettenò <flameeyes@g.o>
36 capistrano-2.5.9.ebuild:
37
38
39
40 1.1 dev-ruby/capistrano/capistrano-2.5.10.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.10.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.10.ebuild?rev=1.1&content-type=text/plain
44
45 Index: capistrano-2.5.10.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.10.ebuild,v 1.1 2009/11/29 07:49:32 graaff Exp $
50
51 inherit gems
52
53 DESCRIPTION="A distributed application deployment system"
54 HOMEPAGE="http://capify.org/"
55
56 LICENSE="MIT"
57 SLOT="2"
58 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
59 IUSE=""
60 USE_RUBY="ruby18"
61
62 DEPEND="
63 >=dev-ruby/net-ssh-2.0.14
64 >=dev-ruby/net-sftp-2.0.2
65 >=dev-ruby/net-scp-1.0.2
66 >=dev-ruby/net-ssh-gateway-1.0.0
67 >=dev-ruby/highline-1.2.7"
68 RDEPEND="${DEPEND}"
69 PDEPEND="dev-ruby/capistrano-launcher"
70
71 src_install() {
72 gems_src_install
73
74 # Deleted cap, as it will be provided by capistrano-launcher
75 rm "${D}/usr/bin/cap"
76 rm "${D}/${GEMSDIR}/bin/cap"
77 }