public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Mon,  8 Aug 2022 05:23:40 +0000 (UTC)	[thread overview]
Message-ID: <1659936208.5738a5ac8216611f71b2152cb2d4899ef283b718.graaff@gentoo> (raw)

commit:     5738a5ac8216611f71b2152cb2d4899ef283b718
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 05:23:28 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 05:23:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5738a5ac

dev-ruby/capistrano: add 3.17.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/capistrano/Manifest                 |  1 +
 dev-ruby/capistrano/capistrano-3.17.1.ebuild | 37 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
index dd86366a9b30..c4dbb8019a83 100644
--- a/dev-ruby/capistrano/Manifest
+++ b/dev-ruby/capistrano/Manifest
@@ -1,3 +1,4 @@
 DIST capistrano-2.15.5.gem 132096 BLAKE2B bbaa6bd482cf9bbe7aa01540aa5dab3f32401ffa1476d9057bb8ad420194f1ab2c32d8e744d7c982ebece5c4b5369133dc8378b7adf54c78732f9cb249db2a9e SHA512 10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff
 DIST capistrano-3.16.0.gem 69120 BLAKE2B 3e1c4f639c2d5cd36ae305746f53e68350d5eee39fbd5c5ec828ea5b69f47a3a5f8b4e6f4b65de2e24717f71cf4a9443879fc3d076474ab020e2023372085180 SHA512 ec5aa465065cd115f0a1b7db06b7c68f2034e81feb3b814b730a6aca464756e545fd5c065ea941a3076bb637448e2a0f04aeb56de2578cdf22a6f208d27a2219
 DIST capistrano-3.17.0.gem 69632 BLAKE2B 57430e8e73bddb11d170c579cae8b2fa6bd1390b5aaeb5e41a81a17ffb84d02623a4ca27c518b0d2ba16c78a639d34e05e68d1fad0d94afadecb846e7d515ea1 SHA512 d4298c1d71d51a3cb5216a23fb1181ba11f544a9572939b95f1f7fef80f64e6ebb2eb5cda4b22a77092ec0bb7d7aaa2d72eff88d715290cb989b78033d6053e5
+DIST capistrano-3.17.1.gem 69632 BLAKE2B 7457f3e3dfc102f2612dda6c976ab05e14a86cdbd39df67a15e190a9998103b9dcc06db1f8d5bcab9bdd6c274f459f40de084a229c183362986dfc58ec07c44b SHA512 68882795d735870b1e5821c3583e2c9366ad5ecb2a413e9488e31010a321368bca3298af020010a0fe90b0c930fbff54bb6e85effdde106dbf92b09e3285721d

diff --git a/dev-ruby/capistrano/capistrano-3.17.1.ebuild b/dev-ruby/capistrano/capistrano-3.17.1.ebuild
new file mode 100644
index 000000000000..d7806d8a3b3e
--- /dev/null
+++ b/dev-ruby/capistrano/capistrano-3.17.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30"
+
+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 spec/lib/capistrano/doctor/output_helpers_spec.rb || die
+}


             reply	other threads:[~2022-08-08  5:23 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-08  5:23 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21  6:03 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/capistrano/ 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
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-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=1659936208.5738a5ac8216611f71b2152cb2d4899ef283b718.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