diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-13 19:49:08 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-13 19:49:08 +0300 |
commit | 40dcb2757b47fae009bc0ece1d49d1b4978b3693 (patch) | |
tree | 93b181803e7c288e00f13bb18d212b8e68fb647a /dev-ruby/i18n/i18n-0.6.11-r1.ebuild | |
parent | dev-ruby/mail: remove last rited slot (diff) | |
download | gentoo-40dcb2757b47fae009bc0ece1d49d1b4978b3693.tar.gz gentoo-40dcb2757b47fae009bc0ece1d49d1b4978b3693.tar.bz2 gentoo-40dcb2757b47fae009bc0ece1d49d1b4978b3693.zip |
dev-ruby/i18n: remove last rited slot
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/i18n/i18n-0.6.11-r1.ebuild')
-rw-r--r-- | dev-ruby/i18n/i18n-0.6.11-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-ruby/i18n/i18n-0.6.11-r1.ebuild b/dev-ruby/i18n/i18n-0.6.11-r1.ebuild deleted file mode 100644 index 0b7301ff89bc..000000000000 --- a/dev-ruby/i18n/i18n-0.6.11-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="test" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Add Internationalization support to your Ruby application" -HOMEPAGE="http://rails-i18n.org/" - -LICENSE="MIT" -SLOT="0.6" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( ${PN}-0.7.0-frozen-classes.patch ) - -ruby_add_bdepend "test? ( dev-ruby/activesupport - dev-ruby/mocha:1.0 - dev-ruby/test_declarative - dev-ruby/minitest:0 )" - -each_ruby_test() { - ${RUBY} -w -Ilib -Itest test/all.rb || die -} - -all_ruby_prepare() { - #Bundler isn't really necessary here, and it doesn't work with jruby - #Tests fail for jruby with >=mocha-0.13 unless we also include the - #test-unit gem. jruby also requires an explicit require of 'set'. - #Tests are cannot be run in random order, so use a minitest version that does not do this. - sed -i -e "/require 'bundler\/setup'/ s:^:#:" \ - -e '1irequire "set"; gem "minitest", "~> 4.0"' \ - -e "/require 'test\\/unit'/i gem 'test-unit'" test/test_helper.rb || die -} |