Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-core/
Date: Sun, 07 Jan 2018 07:19:49
Message-Id: 1515309461.92c81c4a33962dbe1c7c11d4c9e512edb1578e45.graaff@gentoo
1 commit: 92c81c4a33962dbe1c7c11d4c9e512edb1578e45
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 07:17:41 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 07:17:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c81c4a
7
8 dev-ruby/rspec-core: add 3.7.1
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-ruby/rspec-core/Manifest | 1 +
13 dev-ruby/rspec-core/rspec-core-3.7.1.ebuild | 101 ++++++++++++++++++++++++++++
14 2 files changed, 102 insertions(+)
15
16 diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
17 index 8e1462687ff..eded554a9ec 100644
18 --- a/dev-ruby/rspec-core/Manifest
19 +++ b/dev-ruby/rspec-core/Manifest
20 @@ -4,3 +4,4 @@ DIST rspec-core-3.5.3-git.tgz 368960 BLAKE2B ba4db57ac16dbd98960f7e5bad4ae7382af
21 DIST rspec-core-3.5.4-git.tgz 369170 BLAKE2B c95fa7740bcc1b586b4e26be1db4cb52bb470cb23c9ef74dc644d0ea7c4ca769ab62e587ecff2a16cd6f656e9f3bbdc81b199765f9397dddbe28a8cdce6a1945 SHA512 c672381e9233b6f8c6e92ed70d084ff7a558edd6ca7d5a09a28fff1554975b952b6fab94483324b5bd6a62ff7aac576e7a216dbb3972749ef0210fe1cd05411d
22 DIST rspec-core-3.6.0-git.tgz 375590 BLAKE2B e8b4987ea3d5cc3a403eaec98243e4c4be6c9eace798bc97599020543401ecd036c6121a6736995fb716aabd1a2016393506bee1e3076c61b0c49173d991d990 SHA512 cecd3885652e18ba1ffed45e40d12c932ba0d880e96b2f1d264709f55dbda8d6b0c78c3bf4bb940d246b84261d1b80038618735f65302ff62646165b2e932be1
23 DIST rspec-core-3.7.0-git.tgz 376565 BLAKE2B 86b0584883047c83e4fddfd09924a5b68828f53e2018d2513cd79484a390d1b7b89e8176b0098b8869d5ed7206c132d77a0d8ef2ffb5447da317460b152e5e23 SHA512 071bd2a5c905d4ce621f2d7255b882a9d34cf42001cb2995fdb05a91387805929198c32e53cf4c2df2a43d179d2c49337214066be87eb50ab044b5f70aba8c54
24 +DIST rspec-core-3.7.1-git.tgz 376819 BLAKE2B 6747ffd8f2d426718376b51356d8838a7db0d0246ee619e8edef30bd9f7aeeb80bd0488e4fc73b0a00d119074c35055f6b9d0cbbe6160ae78d0727ce9848a710 SHA512 1561d044281c1b8b97cc89033ad991548fa74abbc5f20d3951d3f3de754c581a027f9ccb2bd0107c05e744d3b2804555cf4cf207e72adf365b28fc7ce052dab8
25
26 diff --git a/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild b/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
27 new file mode 100644
28 index 00000000000..0be2590a5fc
29 --- /dev/null
30 +++ b/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
31 @@ -0,0 +1,101 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +USE_RUBY="ruby22 ruby23 ruby24"
37 +
38 +RUBY_FAKEGEM_TASK_TEST="none"
39 +RUBY_FAKEGEM_TASK_DOC="none"
40 +
41 +RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
42 +
43 +# Also install this custom path since internal paths depend on it.
44 +RUBY_FAKEGEM_EXTRAINSTALL="exe"
45 +
46 +RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
47 +
48 +inherit ruby-fakegem
49 +
50 +DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
51 +HOMEPAGE="https://github.com/rspec/rspec-core"
52 +SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
53 +
54 +LICENSE="MIT"
55 +SLOT="3"
56 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
57 +IUSE="highlight"
58 +
59 +SUBVERSION="$(get_version_component_range 1-2)"
60 +
61 +ruby_add_rdepend "
62 + =dev-ruby/rspec-support-${SUBVERSION}*
63 + !!<dev-ruby/rspec-core-2.14.8-r4
64 + highlight? ( >=dev-ruby/coderay-1.0.9 )
65 +"
66 +
67 +ruby_add_bdepend "test? (
68 + >=dev-ruby/nokogiri-1.5.2
69 + >=dev-ruby/coderay-1.0.9
70 + dev-ruby/syntax
71 + >=dev-ruby/thread_order-1.1.0
72 + >=dev-ruby/rspec-expectations-3.3.0:3
73 + >=dev-ruby/rspec-mocks-2.99.0:3
74 + )"
75 +
76 +all_ruby_prepare() {
77 + # Don't set up bundler: it doesn't understand our setup.
78 + sed -i -e '/[Bb]undler/d' Rakefile || die
79 +
80 + # Avoid dependency on cucumber since we can't run the features anyway.
81 + sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
82 +
83 + # Duplicate exe also in bin. We can't change it since internal stuff
84 + # also depends on this and fixing that is going to be fragile. This
85 + # way we can at least install proper bin scripts.
86 + cp -R exe bin || die
87 +
88 + # Avoid unneeded dependency on git.
89 + sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
90 +
91 + # Avoid aruba dependency so that we don't end up in dependency hell.
92 + sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' spec/spec_helper.rb || die
93 + rm -f spec/support/aruba_support.rb || die
94 + rm -f spec/integration/{failed_line_detection,filtering,order,persistence_failures,suite_hooks_errors}_spec.rb || die
95 + rm -f spec/integration/{spec_file_load_errors,output_stream,fail_if_no_examples}_spec.rb || die
96 +
97 + # Avoid a spec failing due to path issues
98 + sed -i -e '/does not load files in the default path when run by ruby/,/end/ s:^:#:' \
99 + spec/rspec/core/configuration_spec.rb || die
100 +
101 + # Work around coderay incompatibilities
102 + sed -i -e '/be_highlighted/,/end/ s/32/33/' \
103 + -e '/highlights core RSpec keyword-like methods/,/^ end/ s:^:#:' \
104 + spec/rspec/core/formatters/syntax_highlighter_spec.rb || die
105 +}
106 +
107 +each_ruby_prepare() {
108 + sed -i -e 's:ruby -e:'${RUBY}' -e:' spec/rspec/core_spec.rb || die
109 +
110 + # case ${RUBY} in
111 + # *ruby22)
112 + # # The rubygems version bundled with ruby 2.2 causes warnings.
113 + # sed -i -e '/a library that issues no warnings when loaded/,/^ end/ s:^:#:' spec/rspec/core_spec.rb || die
114 + # ;;
115 + # esac
116 +}
117 +
118 +all_ruby_compile() {
119 + if use doc ; then
120 + yardoc || die
121 + fi
122 +}
123 +
124 +each_ruby_test() {
125 + PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -Ilib bin/rspec spec || die "Tests failed."
126 +}
127 +
128 +all_ruby_install() {
129 + all_fakegem_install
130 +
131 + ruby_fakegem_binwrapper rspec /usr/bin/rspec-3 'gem "rspec", "~>3.0"'
132 +}