From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/capistrano/
Date: Thu, 11 Jun 2020 05:49:27 +0000 (UTC) [thread overview]
Message-ID: <1591853836.d254d0716a732809385b405b05c49e74748a2f13.graaff@gentoo> (raw)
commit: d254d0716a732809385b405b05c49e74748a2f13
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 05:37:16 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 05:37:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d254d071
dev-ruby/capistrano: cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/capistrano/Manifest | 2 --
dev-ruby/capistrano/capistrano-3.11.2.ebuild | 37 ----------------------------
dev-ruby/capistrano/capistrano-3.12.0.ebuild | 37 ----------------------------
3 files changed, 76 deletions(-)
diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
index 328883f0fc9..588d034c6da 100644
--- a/dev-ruby/capistrano/Manifest
+++ b/dev-ruby/capistrano/Manifest
@@ -1,6 +1,4 @@
DIST capistrano-2.15.5.gem 132096 BLAKE2B bbaa6bd482cf9bbe7aa01540aa5dab3f32401ffa1476d9057bb8ad420194f1ab2c32d8e744d7c982ebece5c4b5369133dc8378b7adf54c78732f9cb249db2a9e SHA512 10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff
-DIST capistrano-3.11.2.gem 69120 BLAKE2B 17c31ce8bc78540167c11313bc75d89591041e2471c133cb69c85c4aa14efe670e1614cb132aca60cc4b3a907ea25167591d4f78bd38315a4b643a4d3f3b417f SHA512 727cf5074d1761662230c57c1a12f376358d6a54d9de215857b1782784bc3cb428eeda6ff78fa9fc2a9adfc2f2a490f1c72b86e0ca112039de8172dfe3898b5c
-DIST capistrano-3.12.0.gem 69120 BLAKE2B d7556022025560dd00a89710daea07c40270650f72d37d990dec201c779b1d69f8250b827b25495bfc1055fe4d0ffbdd5d66bd6686405c16645d79f824fdbef9 SHA512 7b90a366a48e4aeef97e9a51d0907a0f5aa27d7c0602ae80b503735496d0a0302bff0208e678f5a4d186caa9f8f02ad81953a6c378e13dd91f160f59f74fcd18
DIST capistrano-3.12.1.gem 69120 BLAKE2B ba465fc3eca0ed8917d7b8d5aba0b43017f8a6de17e2734ed654c66cfca6072e68cb2db7414b19bc2f60901245207d4cff067dc0e7b82554e118d306816eac73 SHA512 cddbf583f57af2961fecacc59249d43c15393c665e9eaaa493553bd29f88f947d73a449bdabfb589db78caee4bdcc706ab3adc021a75893c31c79c7e0ebb2ee3
DIST capistrano-3.13.0.gem 69120 BLAKE2B 394f60d9a3acfef44eacef356908d10d5c7f64010d644fbae988e399b1b8cdd07c1d93b4a6a4894816dc94bcf61180a2bd5f4663b1f014a64ae07ffb82252a90 SHA512 fe7cba9ecfe54d9f8c557dd4e1f8b1ed1269c7aa1e8c687d55fb035b3666ff92ee93895610f0582d139dec56a78c84754208e2aa99d6fc3f4f46c3d45142e2d9
DIST capistrano-3.14.0.gem 69120 BLAKE2B e9c503a43cdb5f943c84882cc728cf4004afae194a94de763872c8f20eec80a9b6fc05c723cbab0e5ee41d87cfca8947ea62a28ca1d32e6bd2b86f52d1ea859c SHA512 5f117a6efec1a35a188f1ea57f1738bc41bdf3614b77a61ca2e941480d36d74e392400543948a55c054871beb88563489115bb69fb34bfb9f0c32a371966cd42
diff --git a/dev-ruby/capistrano/capistrano-3.11.2.ebuild b/dev-ruby/capistrano/capistrano-3.11.2.ebuild
deleted file mode 100644
index 194a2470988..00000000000
--- a/dev-ruby/capistrano/capistrano-3.11.2.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.12.0.ebuild b/dev-ruby/capistrano/capistrano-3.12.0.ebuild
deleted file mode 100644
index 8fbec0f004e..00000000000
--- a/dev-ruby/capistrano/capistrano-3.12.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
-}
next reply other threads:[~2020-06-11 5:49 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-11 5:49 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 7:12 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/capistrano/ Hans de Graaff
2024-11-08 7:12 Hans de Graaff
2024-10-06 9:32 Hans de Graaff
2024-10-06 9:32 Hans de Graaff
2024-10-06 9:32 Hans de Graaff
2024-08-21 6:03 Hans de Graaff
2024-07-02 5:23 Hans de Graaff
2024-06-25 4:43 Hans de Graaff
2024-06-25 4:43 Hans de Graaff
2024-03-14 5:48 Hans de Graaff
2024-01-16 7:36 Hans de Graaff
2023-10-18 12:20 Hans de Graaff
2023-08-29 17:44 Hans de Graaff
2023-08-19 7:43 Arthur Zamarin
2023-07-03 9:15 Hans de Graaff
2023-05-31 16:37 Hans de Graaff
2023-04-07 8:43 Sam James
2023-04-07 8:43 Sam James
2023-04-07 8:43 Sam James
2023-03-26 3:15 Sam James
2023-03-26 3:03 Sam James
2023-03-19 10:18 Hans de Graaff
2023-02-21 7:02 Hans de Graaff
2022-12-07 17:57 Hans de Graaff
2022-11-06 7:08 Hans de Graaff
2022-08-08 5:23 Hans de Graaff
2021-11-24 12:46 Hans de Graaff
2021-07-18 5:59 Hans de Graaff
2021-07-18 5:59 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2021-03-02 6:01 Hans de Graaff
2021-01-06 6:21 Hans de Graaff
2021-01-06 6:21 Hans de Graaff
2020-09-15 6:57 Hans de Graaff
2020-09-15 6:57 Hans de Graaff
2020-06-11 5:49 Hans de Graaff
2020-05-06 5:30 Hans de Graaff
2020-05-06 5:30 Hans de Graaff
2020-04-08 6:18 Hans de Graaff
2020-04-08 6:18 Hans de Graaff
2020-03-14 7:48 Hans de Graaff
2020-03-11 7:16 Hans de Graaff
2020-02-13 6:36 Hans de Graaff
2020-01-12 8:18 Hans de Graaff
2020-01-12 8:18 Hans de Graaff
2020-01-12 8:18 Hans de Graaff
2019-09-29 9:07 Hans de Graaff
2019-09-18 13:55 Hans de Graaff
2019-08-30 5:57 Hans de Graaff
2019-05-15 5:33 Hans de Graaff
2019-04-11 18:29 Hans de Graaff
2019-02-03 10:49 Hans de Graaff
2018-07-31 4:53 Hans de Graaff
2018-05-06 18:52 Hans de Graaff
2018-05-05 9:36 Hans de Graaff
2018-04-24 4:57 Hans de Graaff
2018-04-17 4:28 Hans de Graaff
2018-03-03 8:13 Hans de Graaff
2017-12-10 6:42 Hans de Graaff
2017-11-04 5:51 Hans de Graaff
2017-10-11 5:26 Hans de Graaff
2017-04-28 8:00 Hans de Graaff
2017-04-17 9:36 Hans de Graaff
2016-11-27 8:33 Hans de Graaff
2016-04-18 5:13 Hans de Graaff
2016-04-16 21:57 Manuel Rüger
2015-09-23 12:52 Agostino Sarubbo
2015-08-26 11:49 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1591853836.d254d0716a732809385b405b05c49e74748a2f13.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox