graaff 15/01/02 07:44:02 Modified: ChangeLog capistrano-3.3.5.ebuild Log: Fix postinst message. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.107 dev-ruby/capistrano/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 31 Dec 2014 07:36:50 -0000 1.106 +++ ChangeLog 2 Jan 2015 07:44:02 -0000 1.107 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/capistrano -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.106 2014/12/31 07:36:50 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.107 2015/01/02 07:44:02 graaff Exp $ + + 02 Jan 2015; Hans de Graaff <[email protected]> capistrano-3.3.5.ebuild: + Fix postinst message. 31 Dec 2014; Hans de Graaff <[email protected]> capistrano-3.3.5.ebuild: Update HOMEPAGE. 1.3 dev-ruby/capistrano/capistrano-3.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild?r1=1.2&r2=1.3 Index: capistrano-3.3.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- capistrano-3.3.5.ebuild 31 Dec 2014 07:36:50 -0000 1.2 +++ capistrano-3.3.5.ebuild 2 Jan 2015 07:44:02 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild,v 1.2 2014/12/31 07:36:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-3.3.5.ebuild,v 1.3 2015/01/02 07:44:02 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -31,5 +31,5 @@ pkg_postinst() { einfo "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr" einfo "If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB" - 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." + 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." }
