Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.5.ebuild
Date: Wed, 25 Feb 2009 22:06:19
Message-Id: E1LcRtR-0006UK-JF@stork.gentoo.org
1 robbat2 09/02/25 22:06:17
2
3 Modified: ChangeLog
4 Added: capistrano-2.5.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.42 dev-ruby/capistrano/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -p -w -b -B -u -u -r1.41 -r1.42
22 --- ChangeLog 20 Dec 2008 12:42:17 -0000 1.41
23 +++ ChangeLog 25 Feb 2009 22:06:17 -0000 1.42
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/capistrano
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.41 2008/12/20 12:42:17 graaff Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.42 2009/02/25 22:06:17 robbat2 Exp $
30 +
31 +*capistrano-2.5.5 (25 Feb 2009)
32 +
33 + 25 Feb 2009; Robin H. Johnson <robbat2@g.o>
34 + +capistrano-2.5.5.ebuild:
35 + Version bump.
36
37 *capistrano-2.5.3 (20 Dec 2008)
38
39
40
41
42 1.1 dev-ruby/capistrano/capistrano-2.5.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: capistrano-2.5.5.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.5.ebuild,v 1.1 2009/02/25 22:06:17 robbat2 Exp $
52
53 inherit gems
54
55 DESCRIPTION="A distributed application deployment system"
56 HOMEPAGE="http://capify.org/"
57
58 LICENSE="MIT"
59 SLOT="2"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 DEPEND=">=dev-lang/ruby-1.8.2
64 >=dev-ruby/rubygems-1.3.0
65 >=dev-ruby/net-ssh-2.0.10
66 >=dev-ruby/net-sftp-2.0.2
67 >=dev-ruby/net-scp-1.0.2
68 >=dev-ruby/net-ssh-gateway-1.0.0
69 >=dev-ruby/highline-1.2.7"
70 PDEPEND="dev-ruby/capistrano-launcher"
71
72 src_install() {
73 gems_src_install
74
75 # Deleted cap, as it will be provided by capistrano-launcher
76 rm "${D}/usr/bin/cap"
77 rm "${D}/${GEMSDIR}/bin/cap"
78 }