diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-01-02 07:44:03 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-01-02 07:44:03 +0000 |
commit | 88e948a4c766bb96de7dd0ebc9b9e0756dffb0bd (patch) | |
tree | f76776e14c190c55c649699dce540c4babaaeb77 /dev-ruby/capistrano/capistrano-3.3.5.ebuild | |
parent | tidy ChangeLog (diff) | |
download | historical-88e948a4c766bb96de7dd0ebc9b9e0756dffb0bd.tar.gz historical-88e948a4c766bb96de7dd0ebc9b9e0756dffb0bd.tar.bz2 historical-88e948a4c766bb96de7dd0ebc9b9e0756dffb0bd.zip |
Fix postinst message.
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x8883FA56A308A8D7!
Diffstat (limited to 'dev-ruby/capistrano/capistrano-3.3.5.ebuild')
-rw-r--r-- | dev-ruby/capistrano/capistrano-3.3.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/capistrano/capistrano-3.3.5.ebuild b/dev-ruby/capistrano/capistrano-3.3.5.ebuild index 298753c653dc..616b862b6dd2 100644 --- a/dev-ruby/capistrano/capistrano-3.3.5.ebuild +++ b/dev-ruby/capistrano/capistrano-3.3.5.ebuild @@ -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 @@ ruby_add_bdepend " 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." } |