diff options
author | 2007-01-09 07:53:43 +0000 | |
---|---|---|
committer | 2007-01-09 07:53:43 +0000 | |
commit | a0f70a3837c3699e3b739a61e578bd85bf4a3aaf (patch) | |
tree | b57fdabf5b6f9b59174692924d42a082d501388e /dev-ruby/capistrano | |
parent | Stable on ppc64; bug #159206 (diff) | |
download | gentoo-2-a0f70a3837c3699e3b739a61e578bd85bf4a3aaf.tar.gz gentoo-2-a0f70a3837c3699e3b739a61e578bd85bf4a3aaf.tar.bz2 gentoo-2-a0f70a3837c3699e3b739a61e578bd85bf4a3aaf.zip |
Version bump.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.3.1.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/capistrano/files/digest-capistrano-1.3.1 | 3 |
4 files changed, 43 insertions, 4 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index e74ef6af72d4..f03bdef4ef94 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2007/01/05 16:42:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.7 2007/01/09 07:53:43 graaff Exp $ + +*capistrano-1.3.1 (09 Jan 2007) + + 09 Jan 2007; Hans de Graaff <graaff@gentoo.org> capistrano-1.1.0.ebuild, + +capistrano-1.3.1.ebuild: + Version bump. 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> capistrano-1.1.0.ebuild: diff --git a/dev-ruby/capistrano/capistrano-1.1.0.ebuild b/dev-ruby/capistrano/capistrano-1.1.0.ebuild index 5fae78fcfa57..1649a130a2be 100644 --- a/dev-ruby/capistrano/capistrano-1.1.0.ebuild +++ b/dev-ruby/capistrano/capistrano-1.1.0.ebuild @@ -1,6 +1,6 @@ # 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.1.0.ebuild,v 1.5 2007/01/05 16:42:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.1.0.ebuild,v 1.6 2007/01/09 07:53:43 graaff Exp $ inherit ruby gems @@ -24,7 +24,7 @@ pkg_postinst() { elog elog "Capistrano has replaced switchtower due to naming issues. If you were previously using" - elog "switchtower in your Rails apps, you need to manuall remove lib/tasks/switchtower.rake" - elog "from them and then run 'cap -A .' in your project director, making sure to keep deploy.rb" + elog "switchtower in your Rails apps, you need to manually remove lib/tasks/switchtower.rake" + elog "from them and then run 'cap -A .' in your project directory, making sure to keep deploy.rb" elog } diff --git a/dev-ruby/capistrano/capistrano-1.3.1.ebuild b/dev-ruby/capistrano/capistrano-1.3.1.ebuild new file mode 100644 index 000000000000..847dea97472c --- /dev/null +++ b/dev-ruby/capistrano/capistrano-1.3.1.ebuild @@ -0,0 +1,30 @@ +# 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.3.1.ebuild,v 1.1 2007/01/09 07:53:43 graaff Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="A distributed application deployment system" +HOMEPAGE="http://rubyforge.org/projects/capistrano/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~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" + +pkg_postinst() +{ + elog + elog "Capistrano has replaced switchtower due to naming issues. If you were previously using" + elog "switchtower in your Rails apps, you need to manually remove lib/tasks/switchtower.rake" + elog "from them and then run 'cap -A .' in your project directory, making sure to keep deploy.rb" + elog +} diff --git a/dev-ruby/capistrano/files/digest-capistrano-1.3.1 b/dev-ruby/capistrano/files/digest-capistrano-1.3.1 new file mode 100644 index 000000000000..666593a13767 --- /dev/null +++ b/dev-ruby/capistrano/files/digest-capistrano-1.3.1 @@ -0,0 +1,3 @@ +MD5 d039cbdf73863e7384acb5d5e7bdb506 capistrano-1.3.1.gem 47616 +RMD160 6762f49dbda3dc9a6e757b513ec2df536cbce982 capistrano-1.3.1.gem 47616 +SHA256 47512acaa4b02a39957f8260bb3be1ad885a674c6619aeb0286de31d99b18b9f capistrano-1.3.1.gem 47616 |