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: ChangeLog capistrano-3.3.5.ebuild capistrano-2.15.5-r2.ebuild
Date: Wed, 31 Dec 2014 07:36:09
Message-Id: 20141231073603.D7C28E8D1@oystercatcher.gentoo.org
1 graaff 14/12/31 07:36:03
2
3 Modified: ChangeLog
4 Added: capistrano-3.3.5.ebuild capistrano-2.15.5-r2.ebuild
5 Log:
6 Version bump. Capistrano 2.x can still be called directly with the new cap-2 command for compatibility.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.105 dev-ruby/capistrano/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.105&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.105&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.104&r2=1.105
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
20 retrieving revision 1.104
21 retrieving revision 1.105
22 diff -u -r1.104 -r1.105
23 --- ChangeLog 22 Nov 2014 20:14:33 -0000 1.104
24 +++ ChangeLog 31 Dec 2014 07:36:03 -0000 1.105
25 @@ -1,6 +1,14 @@
26 # ChangeLog for dev-ruby/capistrano
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.104 2014/11/22 20:14:33 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.105 2014/12/31 07:36:03 graaff Exp $
30 +
31 +*capistrano-3.3.5 (31 Dec 2014)
32 +*capistrano-2.15.5-r2 (31 Dec 2014)
33 +
34 + 31 Dec 2014; Hans de Graaff <graaff@g.o> +capistrano-2.15.5-r2.ebuild,
35 + +capistrano-3.3.5.ebuild:
36 + Version bump. Capistrano 2.x can still be called directly with the new cap-2
37 + command for compatibility.
38
39 22 Nov 2014; Manuel RĂ¼ger <mrueg@g.o> capistrano-2.15.5-r1.ebuild,
40 capistrano-2.15.5.ebuild:
41
42
43
44 1.1 dev-ruby/capistrano/capistrano-3.3.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: capistrano-3.3.5.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild,v 1.1 2014/12/31 07:36:03 graaff Exp $
54
55 EAPI=5
56 USE_RUBY="ruby19 ruby20 ruby21"
57
58 RUBY_FAKEGEM_RECIPE_TEST="rspec"
59
60 RUBY_FAKEGEM_TASK_DOC=""
61 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="A distributed application deployment system"
66 HOMEPAGE="http://capify.org/"
67
68 LICENSE="MIT"
69 SLOT="3"
70 KEYWORDS="~amd64"
71 IUSE=""
72
73 ruby_add_rdepend "
74 >=dev-ruby/sshkit-1.3:0
75 >=dev-ruby/rake-10.0.0
76 dev-ruby/i18n
77 !!<dev-ruby/capistrano-2.15.5-r2"
78 ruby_add_bdepend "
79 test? ( dev-ruby/mocha:0.12 )"
80
81 pkg_postinst() {
82 einfo "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr"
83 einfo "If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB"
84 einfo "The `deploy:restart` hook for passenger applications is now in a separate gem called capistrano-passenger. Just add it to your Gemfile and require it in your Capfile."
85 }
86
87
88
89 1.1 dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild?rev=1.1&content-type=text/plain
93
94 Index: capistrano-2.15.5-r2.ebuild
95 ===================================================================
96 # Copyright 1999-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild,v 1.1 2014/12/31 07:36:03 graaff Exp $
99
100 EAPI=5
101 USE_RUBY="ruby19 ruby20"
102
103 RUBY_FAKEGEM_TASK_DOC=""
104 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
105
106 RUBY_FAKEGEM_BINWRAP=""
107
108 inherit ruby-fakegem
109
110 DESCRIPTION="A distributed application deployment system"
111 HOMEPAGE="http://capistranorb.com/"
112
113 LICENSE="MIT"
114 SLOT="2"
115 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
116 IUSE=""
117
118 ruby_add_rdepend "
119 >=dev-ruby/net-ssh-2.0.14
120 >=dev-ruby/net-sftp-2.0.2
121 >=dev-ruby/net-scp-1.0.2
122 >=dev-ruby/net-ssh-gateway-1.1.0
123 >=dev-ruby/highline-1.2.7"
124 ruby_add_bdepend "
125 test? ( dev-ruby/mocha:0.12 )"
126
127 RUBY_PATCHES=( ${P}-sudo-cleanup.patch )
128
129 all_ruby_prepare() {
130 rm Gemfile || die
131 sed -i -e '/[Bb]undler/d' Rakefile test/utils.rb || die
132 sed -i -e '/pry/ s:^:#:' -e '4igem "mocha", "~>0.12.0"' test/utils.rb || die
133
134 # Avoid copy strategy tests since these fail in some cases due to
135 # complicated (aka unknown) interactions with other parts of the
136 # test suite.
137 rm test/deploy/strategy/copy_test.rb || die
138 }
139
140 all_ruby_install() {
141 all_fakegem_install
142
143 ruby_fakegem_binwrapper cap /usr/bin/cap-2 'gem "capistrano", "~>2.0"'
144 }