mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/capistrano: add 3.9.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST capistrano-2.15.5.gem 132096 SHA256 3eb22ec58176918f44a71126b9bb8a1a34ae4efb99835eb72e187d03916604aa SHA512 10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff WHIRLPOOL 452b5977e08762e0f01822734517010228fd3398e6d5e19041483dae9a7f6bfb3d4940b15a20c3a3cd30205f62563c919b3057294cd82ccb99cb96abefcb8136
|
||||
DIST capistrano-3.4.1.gem 46080 SHA256 4b820c7ddfbeeee186180a04ffcb0158a4819ab12cf8c9eb6411d07a9fe1e338 SHA512 ef3b8735aa91137234937b5704a74b965be729581e71df9794324303dba60eacb91c66c1b38f8154f315cd4d17f98e8ab6f491cd1634b59b51b320f2244f6ae1 WHIRLPOOL a745c9a6b77996ce12da7d9107ce932620478ee4d3884347f92d622c396c80f9553f6995bb209ec4f517e35a498c5b6f4458f8e4b29e0b556973ff194da418a7
|
||||
DIST capistrano-3.9.1.gem 77312 SHA256 38bc88eeab067e78af9f77b03b436083b1fdefd06930a9a2208519a14f2c0587 SHA512 b9dcb21c43ee03cb250a5d740a3fb1ccced720efecf5168a394e8dc0ea56130fd77255f0ead260a7b221d222d34361e99ee68f29cbf498e599e6e5c73c099907 WHIRLPOOL 6d21437c110bdc41e9e260ccb66e733920772fe6fbdfa7a52be254ccc8c4a8249da7dbded63c0463c2127ec0b83d9e901fb8fa12fe5161e05c3211156b7ce8c6
|
||||
|
||||
40
dev-ruby/capistrano/capistrano-3.9.1.ebuild
Normal file
40
dev-ruby/capistrano/capistrano-3.9.1.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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."
|
||||
}
|
||||
Reference in New Issue
Block a user