diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-02-20 07:06:52 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-02-20 07:06:52 +0000 |
commit | 1735e9a91cfbffecb1651beff290b80e8d1a8515 (patch) | |
tree | d4b6aee8b0a8146975a7e8419ddecea1a4826d52 /dev-ruby/capistrano | |
parent | Cleanup of /var/run for 6.1 #458026 (diff) | |
download | gentoo-2-1735e9a91cfbffecb1651beff290b80e8d1a8515.tar.gz gentoo-2-1735e9a91cfbffecb1651beff290b80e8d1a8515.tar.bz2 gentoo-2-1735e9a91cfbffecb1651beff290b80e8d1a8515.zip |
Cleanup.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.12.0.ebuild | 39 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.9.0.ebuild | 43 |
3 files changed, 5 insertions, 83 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 8f073fb79067..dbe42a23b9f8 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,10 @@ # 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.87 2013/01/12 06:11:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.88 2013/02/20 07:06:52 graaff Exp $ + + 20 Feb 2013; Hans de Graaff <graaff@gentoo.org> -capistrano-2.9.0.ebuild, + -capistrano-2.12.0.ebuild: + Cleanup. *capistrano-2.14.1 (12 Jan 2013) diff --git a/dev-ruby/capistrano/capistrano-2.12.0.ebuild b/dev-ruby/capistrano/capistrano-2.12.0.ebuild deleted file mode 100644 index 941bfd91edd1..000000000000 --- a/dev-ruby/capistrano/capistrano-2.12.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.12.0.ebuild,v 1.1 2012/05/11 05:55:12 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.mdown" - -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 )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile test/utils.rb || die -# sed -i -e '/ruby-debug/ 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 -} diff --git a/dev-ruby/capistrano/capistrano-2.9.0.ebuild b/dev-ruby/capistrano/capistrano-2.9.0.ebuild deleted file mode 100644 index b60a7a8b0bce..000000000000 --- a/dev-ruby/capistrano/capistrano-2.9.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.9.0.ebuild,v 1.6 2012/07/11 14:59:42 nativemad Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.mdown" - -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 )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile test/utils.rb || die - sed -i -e '/ruby-debug/ s:^:#:' test/utils.rb || die - - # Comment out test failing to a similar namespace defined in new - # versions of Rake, already fixed in newer versions of capistrano. - rm test/recipes_test.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 -} |