diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-08-26 13:49:19 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-08-26 13:49:19 +0200 |
commit | 98e0ca82150d09e96371eae60e21351c39f7b6aa (patch) | |
tree | 94ca158828eb8b2066ee35d69ced291df68b83b4 /dev-ruby/capistrano | |
parent | dev-python/pympler: Drop old (diff) | |
download | gentoo-98e0ca82150d09e96371eae60e21351c39f7b6aa.tar.gz gentoo-98e0ca82150d09e96371eae60e21351c39f7b6aa.tar.bz2 gentoo-98e0ca82150d09e96371eae60e21351c39f7b6aa.zip |
dev-ruby/capistrano: Remove old
Gentoo-Bug: #551138
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.15.5.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-ruby/capistrano/capistrano-2.15.5.ebuild b/dev-ruby/capistrano/capistrano-2.15.5.ebuild deleted file mode 100644 index 47a05ee83874..000000000000 --- a/dev-ruby/capistrano/capistrano-2.15.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="A distributed application deployment system" -HOMEPAGE="http://capistranorb.com/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 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.1.0 - >=dev-ruby/highline-1.2.7" -ruby_add_bdepend " - test? ( dev-ruby/mocha:0.12 )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile test/utils.rb || die - sed -i -e '/pry/ s:^:#:' -e '4igem "mocha", "~>0.12.0"' test/utils.rb || die - - # Avoid copy strategy tests since these fail in some cases due to - # complicated (aka unknown) interactions with other parts of the - # test suite. - rm test/deploy/strategy/copy_test.rb || die -} |