mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-ruby/capistrano: add ruby23
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby20 ruby21 ruby22"
|
||||
USE_RUBY="ruby21 ruby22 ruby23"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby20 ruby21 ruby22"
|
||||
USE_RUBY="ruby21 ruby22 ruby23"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
@@ -25,7 +25,11 @@ ruby_add_rdepend "
|
||||
dev-ruby/i18n:*
|
||||
!!<dev-ruby/capistrano-2.15.5-r2"
|
||||
ruby_add_bdepend "
|
||||
test? ( dev-ruby/mocha:0.12 )"
|
||||
test? ( dev-ruby/mocha:0.14 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '1igem "mocha", "~>0.14.0"' spec/spec_helper.rb || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr"
|
||||
|
||||
Reference in New Issue
Block a user