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
Date: Fri, 02 Jan 2015 07:44:07
Message-Id: 20150102074402.B8E46EB23@oystercatcher.gentoo.org
1 graaff 15/01/02 07:44:02
2
3 Modified: ChangeLog capistrano-3.3.5.ebuild
4 Log:
5 Fix postinst message.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.107 dev-ruby/capistrano/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.107&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.107&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.106&r2=1.107
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
19 retrieving revision 1.106
20 retrieving revision 1.107
21 diff -u -r1.106 -r1.107
22 --- ChangeLog 31 Dec 2014 07:36:50 -0000 1.106
23 +++ ChangeLog 2 Jan 2015 07:44:02 -0000 1.107
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/capistrano
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.106 2014/12/31 07:36:50 graaff Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.107 2015/01/02 07:44:02 graaff Exp $
30 +
31 + 02 Jan 2015; Hans de Graaff <graaff@g.o> capistrano-3.3.5.ebuild:
32 + Fix postinst message.
33
34 31 Dec 2014; Hans de Graaff <graaff@g.o> capistrano-3.3.5.ebuild:
35 Update HOMEPAGE.
36
37
38
39 1.3 dev-ruby/capistrano/capistrano-3.3.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild?r1=1.2&r2=1.3
44
45 Index: capistrano-3.3.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- capistrano-3.3.5.ebuild 31 Dec 2014 07:36:50 -0000 1.2
52 +++ capistrano-3.3.5.ebuild 2 Jan 2015 07:44:02 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild,v 1.2 2014/12/31 07:36:50 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild,v 1.3 2015/01/02 07:44:02 graaff Exp $
59
60 EAPI=5
61 USE_RUBY="ruby19 ruby20 ruby21"
62 @@ -31,5 +31,5 @@
63 pkg_postinst() {
64 einfo "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr"
65 einfo "If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB"
66 - 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."
67 + 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."
68 }