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/bundler/
Date: Sun, 29 Jul 2018 09:11:03
Message-Id: 1532855288.0afb794391111a6b153cffd2b3b96affb54c924c.graaff@gentoo
1 commit: 0afb794391111a6b153cffd2b3b96affb54c924c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 09:08:08 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 09:08:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afb7943
7
8 dev-ruby/bundler: cleanup
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/bundler/Manifest | 1 -
13 dev-ruby/bundler/bundler-1.12.5.ebuild | 70 ----------------------------------
14 2 files changed, 71 deletions(-)
15
16 diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
17 index ea47a2f6c70..8a8e988fd34 100644
18 --- a/dev-ruby/bundler/Manifest
19 +++ b/dev-ruby/bundler/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST bundler-1.12.5.tar.gz 371552 BLAKE2B 0aca136308d9c393c945037dc18f7b8e7563017933aa5ef3cf14b50e095c200b82046a9d8cb00641e16507d588fe2aec8da59b22fc063bb4ecfb55b36627e981 SHA512 d42b2a10b97ab9724b9f3c6d1493a46ac212a918acc556ae90faed63b128190fd365cc0ba8c9ed9db30fc285e5c4d4183ddb698eee9a8607e9e40e860e78518d
22 DIST bundler-1.16.1.gem 349696 BLAKE2B 6057aed2e3bffdfa7f3ea8489c4ae79d9241b7b300fd35c4a2c14899ff306183165d1554be793a1856d9fd1c696161161049519fc8915800c68c60a9a5b116d8 SHA512 2cca87aa17b61df98ef98a648a7d7cfe0529015f1278e8cb2298bb12544157933d723bd666d945bcdbaceacbf97a092a3848e2a587bd01cffa73c662d37d4834
23 DIST bundler-1.16.2.gem 352768 BLAKE2B 4ba3729d314aec33a4ce6738a54774d4772714913d132493a8bfd719b53c05e9beb498835c01fb1904336d80fb3bd9466f71cc8e5bd1e34491f7e1f38b7bf9bb SHA512 998708b0eec5cdf7ab89b415a0a5173275b221b46e7151c0f05cb49f64a902a0fb0d77f831c60afe55ac4cafe6f4229d082d3f6c38ec13767add7979853f9221
24 DIST bundler-1.16.3.gem 353792 BLAKE2B 5a36cd3e3a7fed39ea1de8d7bcd27a2f7758e4fd67bcfdbcc877a44c491624b45736e9aa122a14d792f2ff11605d226cdfb5a70c2d6cdadb5e0e4e36d597c96c SHA512 bc6b911a5ad2911c35be1ce4e28d42b7762cfc950bc060cca1527b66f78c5f125ed5524d1fc161f68053f00997742c6354549712be0a49c72877ab32ccbbefe6
25
26 diff --git a/dev-ruby/bundler/bundler-1.12.5.ebuild b/dev-ruby/bundler/bundler-1.12.5.ebuild
27 deleted file mode 100644
28 index fd6677e7e4c..00000000000
29 --- a/dev-ruby/bundler/bundler-1.12.5.ebuild
30 +++ /dev/null
31 @@ -1,70 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
38 -
39 -#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
40 -
41 -# No documentation task
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md ISSUES.md"
44 -
45 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
46 -
47 -RUBY_FAKEGEM_BINDIR="exe"
48 -
49 -inherit ruby-fakegem
50 -
51 -DESCRIPTION="An easy way to vendor gem dependencies"
52 -HOMEPAGE="https://github.com/carlhuda/bundler"
53 -SRC_URI="https://github.com/carlhuda/bundler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
54 -
55 -LICENSE="MIT"
56 -SLOT="0"
57 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
58 -IUSE="doc test"
59 -
60 -ruby_add_rdepend virtual/rubygems
61 -
62 -ruby_add_bdepend "doc? ( app-text/ronn )"
63 -
64 -# ruby_add_bdepend "test? ( app-text/ronn )"
65 -
66 -# The specs require a number of gems to be installed in a temporary
67 -# directory, but this requires network access. All tests should still
68 -# pass with network access.
69 -RESTRICT="test"
70 -
71 -RDEPEND+=" dev-vcs/git"
72 -
73 -all_ruby_prepare() {
74 - # Bundler only supports running the specs from git:
75 - # https://github.com/carlhuda/bundler/issues/issue/738
76 - sed -i -e '/when Bundler is bundled/,/^ end/ s:^:#:' spec/runtime/setup_spec.rb || die
77 -
78 - # Fails randomly and no clear cause can be found. Might be related
79 - # to bug 346357. This was broken in previous releases without a
80 - # failing spec, so patch out this spec for now since it is not a
81 - # regression.
82 - sed -i -e '/works when you bundle exec bundle/,/^ end/ s:^:#:' spec/install/deploy_spec.rb || die
83 -
84 - # Remove unneeded git dependency from gemspec, which we need to use
85 - # for bug 491826
86 - sed -i -e '/files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
87 -
88 - # Avoid specs that are not compatible with all rspec versions.
89 - sed -e '/has no malformed whitespace/,/^ end/ s:^:#:' \
90 - -e '/uses double-quotes consistently/,/^ end/ s:^:#:' \
91 - -i spec/quality_spec.rb || die
92 -
93 - # Avoid spec failing with git 2.0.
94 - sed -i -e '/on releasing/,/^ end/ s:^:#:' spec/bundler/gem_helper_spec.rb || die
95 -}
96 -
97 -each_ruby_compile() {
98 - if use doc ; then
99 - ${RUBY} -S rake man:build || die
100 - fi
101 -}