diff options
Diffstat (limited to 'dev-ruby/capistrano')
| -rw-r--r-- | dev-ruby/capistrano/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/capistrano/capistrano-3.20.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest index 409987347152..695a6cd6cae0 100644 --- a/dev-ruby/capistrano/Manifest +++ b/dev-ruby/capistrano/Manifest @@ -1,2 +1,3 @@ DIST capistrano-2.15.11.gem 132608 BLAKE2B fa516191f2167c8215523d73ea1a8768c89d9a4432074a01fc157df56c8bd1dd19116ae812b25d9a31bb76b757a70c1440dd3f8cd23f4d3640fabd83bd61e633 SHA512 6889471a1a47149aba3e44e3f27ebe543745749ca266d854014ea220bdcdaf366329234a1c46914daafb12c0ec666250995d0cb36cb8d1b71e53e6b3c082dc4f DIST capistrano-3.19.2.gem 73216 BLAKE2B 65bccdd58ebc24883597215f271fa15193f263fad0dbd6ba015ff5a894ecad8df2840ee25fb1d6ad15469907529cf3d14606241465ca758cb76408d2b0f1d3e7 SHA512 4efb857aac372ff997ed4c9cc3a7dc32946569d17f2d449f44fbad38e019675eb25f490f2d14b4d8b498830ad8bc88f1ff1857b6a67291d0f8f8ba367596379a +DIST capistrano-3.20.0.gem 74752 BLAKE2B 6878ac02a21449e5efc63c88595de150264a14091e5236d467a506e4ca329fbff87342fbdd245429b58a053b9f5c723f5d80c18bec0d5ece75612bb957c8f7ec SHA512 502155a0b42510cb909d8901c633bd7fbccfd0afc42a83d192bccb33041837bae6cd44d3849a8ea03db5c71a5512a35f8b9c1c5d2a7f72748cc3dfda65abd69c diff --git a/dev-ruby/capistrano/capistrano-3.20.0.ebuild b/dev-ruby/capistrano/capistrano-3.20.0.ebuild new file mode 100644 index 000000000000..ae3e118fba1d --- /dev/null +++ b/dev-ruby/capistrano/capistrano-3.20.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33 ruby34" + +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 ~ppc ~ppc64 ~x86" + +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 +} |
