diff options
author | 2013-12-25 08:48:51 +0000 | |
---|---|---|
committer | 2013-12-25 08:48:51 +0000 | |
commit | 0e09c4bae2753cbd330de8fc0d96bdae620c72e1 (patch) | |
tree | 0a54e567e3d2ea021f01e59089f8af4572f8235d /dev-ruby/capistrano | |
parent | Version bump. (diff) | |
download | gentoo-2-0e09c4bae2753cbd330de8fc0d96bdae620c72e1.tar.gz gentoo-2-0e09c4bae2753cbd330de8fc0d96bdae620c72e1.tar.bz2 gentoo-2-0e09c4bae2753cbd330de8fc0d96bdae620c72e1.zip |
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.15.4.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index c367c4e202ad..498d2477439f 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.96 2013/07/12 05:24:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.97 2013/12/25 08:48:51 graaff Exp $ + + 25 Dec 2013; Hans de Graaff <graaff@gentoo.org> -capistrano-2.15.4.ebuild: + Cleanup. *capistrano-2.15.5 (12 Jul 2013) diff --git a/dev-ruby/capistrano/capistrano-2.15.4.ebuild b/dev-ruby/capistrano/capistrano-2.15.4.ebuild deleted file mode 100644 index 5106794f3be9..000000000000 --- a/dev-ruby/capistrano/capistrano-2.15.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.4.ebuild,v 1.1 2013/04/29 20:29:17 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="A distributed application deployment system" -HOMEPAGE="http://capify.org/" - -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.10* )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile test/utils.rb || die - sed -i -e '/pry/ s:^:#:' 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 -} |