diff options
Diffstat (limited to 'dev-ruby/capistrano/capistrano-2.5.17.ebuild')
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.5.17.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/capistrano/capistrano-2.5.17.ebuild b/dev-ruby/capistrano/capistrano-2.5.17.ebuild deleted file mode 100644 index 2a9576188cce..000000000000 --- a/dev-ruby/capistrano/capistrano-2.5.17.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.17.ebuild,v 1.1 2010/03/14 13:06:33 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" - -inherit ruby-fakegem - -DESCRIPTION="A distributed application deployment system" -HOMEPAGE="http://capify.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" -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="!dev-ruby/capistrano-launcher" - -each_ruby_prepare() { - # Remove Jeweler check_dependencies task - sed -i '/check_dependencies/d' Rakefile -} |