diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-04-07 06:23:43 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-04-07 06:23:43 +0000 |
commit | f9f8a2639e2044a5a1d0f33766e2bce865832464 (patch) | |
tree | e5e322a372329269da10a2c3a30ca8dda6994fd6 /dev-ruby/capistrano | |
parent | Remove old-style virtual/pam, bug 358903. (diff) | |
download | gentoo-2-f9f8a2639e2044a5a1d0f33766e2bce865832464.tar.gz gentoo-2-f9f8a2639e2044a5a1d0f33766e2bce865832464.tar.bz2 gentoo-2-f9f8a2639e2044a5a1d0f33766e2bce865832464.zip |
Version bump.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.5.21.ebuild | 37 |
2 files changed, 43 insertions, 1 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 7288711af519..e28d7a0e551b 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.62 2011/03/16 17:50:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.63 2011/04/07 06:23:43 graaff Exp $ + +*capistrano-2.5.21 (07 Apr 2011) + + 07 Apr 2011; Hans de Graaff <graaff@gentoo.org> +capistrano-2.5.21.ebuild: + Version bump. *capistrano-2.5.20 (16 Mar 2011) diff --git a/dev-ruby/capistrano/capistrano-2.5.21.ebuild b/dev-ruby/capistrano/capistrano-2.5.21.ebuild new file mode 100644 index 000000000000..e17b6b44eaf0 --- /dev/null +++ b/dev-ruby/capistrano/capistrano-2.5.21.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.21.ebuild,v 1.1 2011/04/07 06:23:43 graaff Exp $ + +EAPI="2" +USE_RUBY="ruby18" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.mdown" +RUBY_FAKEGEM_EXTRAINSTALL="VERSION" + +inherit ruby-fakegem + +DESCRIPTION="A distributed application deployment system" +HOMEPAGE="http://capify.org/" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/net-ssh-2.0.14 + >=dev-ruby/net-sftp-2.0.2 + >=dev-ruby/net-scp-1.0.2 + >=dev-ruby/net-ssh-gateway-1.0.0 + >=dev-ruby/highline-1.2.7" +ruby_add_bdepend " + test? ( dev-ruby/mocha )" + +RDEPEND="${RDEPEND} + !dev-ruby/capistrano-launcher" + +each_ruby_prepare() { + # Remove Jeweler check_dependencies task + sed -i '/check_dependencies/d' Rakefile +} |