commit:     2219109d68cf81fe8abdcd983e8929cd79259e7e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 18:20:55 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May  6 18:51:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2219109d

dev-ruby/capistrano: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/capistrano/Manifest                 |  2 --
 dev-ruby/capistrano/capistrano-3.10.0.ebuild | 40 ----------------------------
 dev-ruby/capistrano/capistrano-3.9.1.ebuild  | 40 ----------------------------
 3 files changed, 82 deletions(-)

diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
index 543a1d0df30..122a28af408 100644
--- a/dev-ruby/capistrano/Manifest
+++ b/dev-ruby/capistrano/Manifest
@@ -1,5 +1,3 @@
 DIST capistrano-2.15.5.gem 132096 BLAKE2B 
bbaa6bd482cf9bbe7aa01540aa5dab3f32401ffa1476d9057bb8ad420194f1ab2c32d8e744d7c982ebece5c4b5369133dc8378b7adf54c78732f9cb249db2a9e
 SHA512 
10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff
-DIST capistrano-3.10.0.gem 77824 BLAKE2B 
5d361a0d249959b28354e627ff7659d5f48d66a73997a1da58f6aaf33690f593042595ff0f73d29885df5c8771e49c8659363f584239af657baa022ffd8b1791
 SHA512 
5408d0feb813af2be37e7527b56fd3569ac69ec27e02b52438de4c1433358521c2c7d9c2fa619ba714a5f14415b8e3b589a9e2baf54d81d4e31a6ac267e07953
 DIST capistrano-3.10.1.gem 77824 BLAKE2B 
548c86c0740703a5b0b92890806411221ea7a9942776d88fc999ce998e3cf5842d809e293d05111ce44cb849719900c7335c43d3795d7147688d48d53a19a133
 SHA512 
6f3f11498d26c426da740873022767ded44e1be1aeadddd01772d1a5c43dcf2589d5cf2279625470e2e2733d60d3ec865a39640ad4a14b2ef9a64b3da2da579b
 DIST capistrano-3.10.2.gem 78336 BLAKE2B 
782cf09f810fd91f4878e126c12d57d19b75c1ccdf3dfee7b2078904743bf51047d1f948e64e6c41460fdaf0a3a9e5a2b646bd6a797f8ce97bc29fab9ca9c533
 SHA512 
a7eadcd0b949baab2d6ad09c2243f71ec803f85b5c3cf455068d3b0889be30d0f6bbee4ef0bdf90b9c7ec6c3e01886d350fd8a70824366383f7dcc49f0a8c92e
-DIST capistrano-3.9.1.gem 77312 BLAKE2B 
1aedc4739451fb028fa0d91f1bb1c1501c373f971c6ae7f8e15f7cd3ee13483b7d8d05ee967a96f3efcf3021d112be40ccb562f0bccde273cc7b5e4bb78cada1
 SHA512 
b9dcb21c43ee03cb250a5d740a3fb1ccced720efecf5168a394e8dc0ea56130fd77255f0ead260a7b221d222d34361e99ee68f29cbf498e599e6e5c73c099907

diff --git a/dev-ruby/capistrano/capistrano-3.10.0.ebuild 
b/dev-ruby/capistrano/capistrano-3.10.0.ebuild
deleted file mode 100644
index 624e148e3b7..00000000000
--- a/dev-ruby/capistrano/capistrano-3.10.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capistranorb.com/";
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/airbrussh-1.0.0
-       >=dev-ruby/sshkit-1.9:0
-       >=dev-ruby/rake-10.0.0
-       dev-ruby/i18n:*
-       !!<dev-ruby/capistrano-2.15.5-r2"
-ruby_add_bdepend "
-       test? ( dev-ruby/mocha )"
-
-all_ruby_prepare() {
-       # Avoid specs that depend on capistrano already being installed
-       rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
-}
-
-pkg_postinst() {
-       einfo "Capistrano 3.1 has some breaking changes. Please check the 
CHANGELOG: http://goo.gl/SxB0lr";
-       einfo "If you're upgrading Capistrano from 2.x, we recommend to read 
the upgrade guide: http://goo.gl/4536kB";
-       einfo "The 'deploy:restart' hook for passenger applications is now in a 
separate gem called capistrano-passenger.  Just add it to your Gemfile and 
require it in your Capfile."
-}

diff --git a/dev-ruby/capistrano/capistrano-3.9.1.ebuild 
b/dev-ruby/capistrano/capistrano-3.9.1.ebuild
deleted file mode 100644
index 624e148e3b7..00000000000
--- a/dev-ruby/capistrano/capistrano-3.9.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capistranorb.com/";
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/airbrussh-1.0.0
-       >=dev-ruby/sshkit-1.9:0
-       >=dev-ruby/rake-10.0.0
-       dev-ruby/i18n:*
-       !!<dev-ruby/capistrano-2.15.5-r2"
-ruby_add_bdepend "
-       test? ( dev-ruby/mocha )"
-
-all_ruby_prepare() {
-       # Avoid specs that depend on capistrano already being installed
-       rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
-}
-
-pkg_postinst() {
-       einfo "Capistrano 3.1 has some breaking changes. Please check the 
CHANGELOG: http://goo.gl/SxB0lr";
-       einfo "If you're upgrading Capistrano from 2.x, we recommend to read 
the upgrade guide: http://goo.gl/4536kB";
-       einfo "The 'deploy:restart' hook for passenger applications is now in a 
separate gem called capistrano-passenger.  Just add it to your Gemfile and 
require it in your Capfile."
-}

Reply via email to