diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-18 11:45:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-18 11:45:37 +0000 |
commit | f5c2d10f66fcdf22766b5bddd5daf21ae34f8906 (patch) | |
tree | e90505baf48eb015eb7397b385fa049ec4b57db3 /dev-ruby/capistrano | |
parent | alpha stable wrt #178510 (diff) | |
download | gentoo-2-f5c2d10f66fcdf22766b5bddd5daf21ae34f8906.tar.gz gentoo-2-f5c2d10f66fcdf22766b5bddd5daf21ae34f8906.tar.bz2 gentoo-2-f5c2d10f66fcdf22766b5bddd5daf21ae34f8906.zip |
Version bump. 1.99* is the pre-release of Capistrano-2.0. Remember to visit http://capify.org/upgrade to see about upgrading your stuff.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.99.1.ebuild | 32 | ||||
-rw-r--r-- | dev-ruby/capistrano/files/digest-capistrano-1.99.1 | 3 |
3 files changed, 43 insertions, 1 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 4fa86986cddb..dafb0ea07332 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.15 2007/04/16 08:50:14 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.16 2007/05/18 11:45:37 robbat2 Exp $ + +*capistrano-1.99.1 (18 May 2007) + + 18 May 2007; Robin H. Johnson <robbat2@gentoo.org> + +capistrano-1.99.1.ebuild: + Version bump. 1.99* is the pre-release of Capistrano-2.0. Remember to visit + http://capify.org/upgrade to see about upgrading your stuff. 16 Apr 2007; Christian Faulhammer <opfer@gentoo.org> capistrano-1.4.1.ebuild: diff --git a/dev-ruby/capistrano/capistrano-1.99.1.ebuild b/dev-ruby/capistrano/capistrano-1.99.1.ebuild new file mode 100644 index 000000000000..6c9bedc838cf --- /dev/null +++ b/dev-ruby/capistrano/capistrano-1.99.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.99.1.ebuild,v 1.1 2007/05/18 11:45:37 robbat2 Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="A distributed application deployment system" +HOMEPAGE="http://capify.org/" +SRC_URI="http://gems.rubyonrails.com/gems/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" +IUSE="" +#RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/rake-0.7.0 + >=dev-ruby/net-ssh-1.0.10 + >=dev-ruby/net-sftp-1.1.0 + >=dev-ruby/highline-1.2.7" + +pkg_postinst() { + elog "If you are upgrading from <capistrano-1.99, you should convert your" + elog "project. See http://capify.org/upgrade" + elog + elog "Capistrano has replaced switchtower due to naming issues. If you" + elog "were previously using switchtower in your Rails apps, you need to" + elog "manually remove lib/tasks/switchtower.rake from them and then run" + elog "'cap -A .' in your project directory, making sure to keep deploy.rb" +} diff --git a/dev-ruby/capistrano/files/digest-capistrano-1.99.1 b/dev-ruby/capistrano/files/digest-capistrano-1.99.1 new file mode 100644 index 000000000000..33c52bb79044 --- /dev/null +++ b/dev-ruby/capistrano/files/digest-capistrano-1.99.1 @@ -0,0 +1,3 @@ +MD5 e068bb67ce44d3da86c3475e0f360955 capistrano-1.99.1.gem 77312 +RMD160 fa31dd91ae15df999be933472a8a4506105a8bcf capistrano-1.99.1.gem 77312 +SHA256 6023db6a39a3b2c1e860efdeb2313c4aca9003ba331970bbb5a5ae8d315ae6ac capistrano-1.99.1.gem 77312 |