commit:     400778c2a753a60deb963d761d2a6a641b2c6ec2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  7 08:57:11 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul  7 17:38:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400778c2

dev-ruby/capistrano: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/capistrano/Manifest                 |  3 ---
 dev-ruby/capistrano/capistrano-3.14.0.ebuild | 37 ----------------------------
 dev-ruby/capistrano/capistrano-3.14.1.ebuild | 37 ----------------------------
 dev-ruby/capistrano/capistrano-3.15.0.ebuild | 37 ----------------------------
 4 files changed, 114 deletions(-)

diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
index 4a816191869..417e330d932 100644
--- a/dev-ruby/capistrano/Manifest
+++ b/dev-ruby/capistrano/Manifest
@@ -1,6 +1,3 @@
 DIST capistrano-2.15.5.gem 132096 BLAKE2B 
bbaa6bd482cf9bbe7aa01540aa5dab3f32401ffa1476d9057bb8ad420194f1ab2c32d8e744d7c982ebece5c4b5369133dc8378b7adf54c78732f9cb249db2a9e
 SHA512 
10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff
 DIST capistrano-3.13.0.gem 69120 BLAKE2B 
394f60d9a3acfef44eacef356908d10d5c7f64010d644fbae988e399b1b8cdd07c1d93b4a6a4894816dc94bcf61180a2bd5f4663b1f014a64ae07ffb82252a90
 SHA512 
fe7cba9ecfe54d9f8c557dd4e1f8b1ed1269c7aa1e8c687d55fb035b3666ff92ee93895610f0582d139dec56a78c84754208e2aa99d6fc3f4f46c3d45142e2d9
-DIST capistrano-3.14.0.gem 69120 BLAKE2B 
e9c503a43cdb5f943c84882cc728cf4004afae194a94de763872c8f20eec80a9b6fc05c723cbab0e5ee41d87cfca8947ea62a28ca1d32e6bd2b86f52d1ea859c
 SHA512 
5f117a6efec1a35a188f1ea57f1738bc41bdf3614b77a61ca2e941480d36d74e392400543948a55c054871beb88563489115bb69fb34bfb9f0c32a371966cd42
-DIST capistrano-3.14.1.gem 69120 BLAKE2B 
33e351a98aea540a5903f68be6fbdde8c104be5ca66de707963f0a3b5c3460a086b5656fbc1cf98e37bed1507fb98856821a0633c2b86694112f5d357dfe8186
 SHA512 
10071c5b2ccadfd41ca321f21731dca8bafcc8efbcbdaf8099c562188d1cf802bc8c3845644c3ba301e4d9954fd8ab2c9022ee734f580a8be55b6dd8918cf11b
-DIST capistrano-3.15.0.gem 69120 BLAKE2B 
07887b773b9ec3570d9103a35880fe84b1205ce7a53b15584c98b0ea38e236816d68ccae261e35e4d79b09f7f6fe48d1f4fa9b2daf41350cb119345c7ff597c0
 SHA512 
087825839239f66f004c2c079a3b1d3553465c2ca4da8bc67e737fcfadf22b618ff70542ba5c255cc47e2047245aa5b57148432a68afcf48dedbe96e0257931c
 DIST capistrano-3.16.0.gem 69120 BLAKE2B 
3e1c4f639c2d5cd36ae305746f53e68350d5eee39fbd5c5ec828ea5b69f47a3a5f8b4e6f4b65de2e24717f71cf4a9443879fc3d076474ab020e2023372085180
 SHA512 
ec5aa465065cd115f0a1b7db06b7c68f2034e81feb3b814b730a6aca464756e545fd5c065ea941a3076bb637448e2a0f04aeb56de2578cdf22a6f208d27a2219

diff --git a/dev-ruby/capistrano/capistrano-3.14.0.ebuild 
b/dev-ruby/capistrano/capistrano-3.14.0.ebuild
deleted file mode 100644
index 8fbec0f004e..00000000000
--- a/dev-ruby/capistrano/capistrano-3.14.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="https://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:*"
-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
-
-       # Avoid specs that require a TTY
-       sed -i -e '/asking for a variable/,/^  end/ s:^:#:' 
spec/integration/dsl_spec.rb || die
-       rm -f spec/lib/capistrano/configuration/question_spec.rb || die
-}

diff --git a/dev-ruby/capistrano/capistrano-3.14.1.ebuild 
b/dev-ruby/capistrano/capistrano-3.14.1.ebuild
deleted file mode 100644
index d927d910300..00000000000
--- a/dev-ruby/capistrano/capistrano-3.14.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="https://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:*"
-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
-
-       # Avoid specs that require a TTY
-       sed -i -e '/asking for a variable/,/^  end/ s:^:#:' 
spec/integration/dsl_spec.rb || die
-       rm -f spec/lib/capistrano/configuration/question_spec.rb || die
-}

diff --git a/dev-ruby/capistrano/capistrano-3.15.0.ebuild 
b/dev-ruby/capistrano/capistrano-3.15.0.ebuild
deleted file mode 100644
index 5972f35d369..00000000000
--- a/dev-ruby/capistrano/capistrano-3.15.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="https://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:*"
-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
-
-       # Avoid specs that require a TTY
-       sed -i -e '/asking for a variable/,/^  end/ s:^:#:' 
spec/integration/dsl_spec.rb || die
-       rm -f spec/lib/capistrano/configuration/question_spec.rb || die
-}

Reply via email to