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-mocks/
Date: Sun, 04 Jul 2021 05:52:45
Message-Id: 1625377708.51137325c98ba5be0069c740ed62a21d359f5c3e.graaff@gentoo
1 commit: 51137325c98ba5be0069c740ed62a21d359f5c3e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 05:48:28 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 05:48:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51137325
7
8 dev-ruby/rspec-mocks: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rspec-mocks/Manifest | 2 --
14 dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild | 46 -------------------------
15 dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild | 48 ---------------------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
19 index 6dc487ca07d..f6ba270c161 100644
20 --- a/dev-ruby/rspec-mocks/Manifest
21 +++ b/dev-ruby/rspec-mocks/Manifest
22 @@ -2,6 +2,4 @@ DIST rspec-mocks-2.99.2-git.tgz 101731 BLAKE2B 27ae180381d427b642c53c351e7b53602
23 DIST rspec-mocks-3.10.0-git.tgz 193499 BLAKE2B 9bddac80a299e2fc8f549bf4beb2bd3fa5dea21486df7dda9112b008334014284330965881207fedf4b6bea09c25f36b8b2e15ac7bbc6cb244f3504942673d0c SHA512 a2bf76a59b74b89891e4032519fe83ae49a662d3508ecbd9919e6a76d13f0a736063e7215bfda21a3aa58cd88e69fd5eea2a4cbf998a06ee0c192c3d5650995a
24 DIST rspec-mocks-3.10.1-git.tgz 194945 BLAKE2B 7e61c88bde222d7bbe7e4d10b42ad9505469184bb16bb6c693ac2f5fd153ab8293046ca60813e5b604f011e1acc140b3883afce631ea442f90579fd8652fa79f SHA512 48eeb2f3a2dac666683016b2e3698a4c793a485b8f264ed2ffbb6f948d6f804ab1cebc66cec1e76c5b538517be50b6f424d92e53c1a0c86905307f1cdf114abf
25 DIST rspec-mocks-3.10.2-git.tgz 196040 BLAKE2B 8e975dc8480d4709f650ff27c517104714156c551b8b9ec04681132bd92be80bdb11867730f462e7fb6b672430246a0a11404dec5638b5350b57d81a8eac2e57 SHA512 ab11fa77c5f9e3bec2003dc8825d9582dcbffa08a36818bd9cdbe2dfd357113de3712c818deafc165530f9e4d2683ec06e54d37c37aeb820ae3cd592f76cf2cb
26 -DIST rspec-mocks-3.8.1-git.tgz 191543 BLAKE2B dae8b22a011a3563eb65d1709006169bf5dcf310749cb858f4ff20c7b82e7675a616fc427136fe5e0edeef1db0b42a1d0af1c5623eed35807e84dc355131c8cc SHA512 ec71c4b815beef315f8db329bd2b0e60cdbb1fa37939c624799c1589d94dd28f74b3d1a4c0b9025bc98a809f80d625315458351fe7dec8291bad20e79beecca8
27 -DIST rspec-mocks-3.8.2-git.tgz 191807 BLAKE2B 9ec44fcaad9fe1e9d75cfb84253e52411b7083070de5dbb19bcdf7c518eb2439e6493e979daf814df7b31bab8bbe72821d42eb797ab88d95e051a700b63d93b5 SHA512 42b9b952386ce862a1cc19116991ae6b4633d551db057babe2e4aa6553acb6eafbb05b98df8a5c6cb362a00025ac3ce0f43f3c4e4ea63343c8bf0dad769a3aed
28 DIST rspec-mocks-3.9.1-git.tgz 192772 BLAKE2B abcc8fc82648993e6a407a8c4ac4f5b146b821e1e842c1dd2b95824d8468aac0ea796438d77e376c897675f66bd2bc9024da8fa5ccaf60139ea296b388d542cd SHA512 f804783fca4cf2258e83f82515cd5881ceae0bdd3aedb452a1db901e01de5dbca1d2bdef0ac0828a4bd23a1de58d127a42150c8c204219bca39ea7072619098f
29
30 diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
31 deleted file mode 100644
32 index 1348e1d322c..00000000000
33 --- a/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
34 +++ /dev/null
35 @@ -1,46 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -USE_RUBY="ruby24 ruby25 ruby26"
41 -
42 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
43 -
44 -RUBY_FAKEGEM_RECIPE_DOC="none"
45 -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
46 -
47 -inherit ruby-fakegem eapi7-ver
48 -
49 -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
50 -HOMEPAGE="https://github.com/rspec/rspec-mocks"
51 -SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
52 -
53 -LICENSE="MIT"
54 -SLOT="3"
55 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
56 -IUSE=""
57 -
58 -SUBVERSION="$(ver_cut 1-2)"
59 -
60 -ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
61 - >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
62 -
63 -ruby_add_bdepend "
64 - test? (
65 - >=dev-ruby/rspec-core-3.3.0:3
66 - >=dev-ruby/rspec-expectations-2.99.0:3
67 - )"
68 -
69 -all_ruby_prepare() {
70 - # Don't set up bundler: it doesn't understand our setup.
71 - sed -i -e '/[Bb]undler/d' Rakefile || die
72 -
73 - # Remove the Gemfile to avoid running through 'bundle exec'
74 - rm Gemfile || die
75 -
76 - # Remove .rspec options to avoid dependency on newer rspec when
77 - # bootstrapping.
78 - rm .rspec || die
79 -
80 - sed -i -e '1irequire "spec_helper"' spec/rspec/mocks/any_instance_spec.rb || die
81 -}
82
83 diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild
84 deleted file mode 100644
85 index fe35820547d..00000000000
86 --- a/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild
87 +++ /dev/null
88 @@ -1,48 +0,0 @@
89 -# Copyright 1999-2021 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -USE_RUBY="ruby24 ruby25 ruby26"
94 -
95 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
96 -
97 -#RUBY_FAKEGEM_RECIPE_DOC="none"
98 -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
99 -
100 -RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
101 -
102 -inherit ruby-fakegem
103 -
104 -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
105 -HOMEPAGE="https://github.com/rspec/rspec-mocks"
106 -SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
107 -
108 -LICENSE="MIT"
109 -SLOT="3"
110 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
111 -IUSE=""
112 -
113 -SUBVERSION="$(ver_cut 1-2)"
114 -
115 -ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
116 - >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
117 -
118 -ruby_add_bdepend "
119 - test? (
120 - >=dev-ruby/rspec-core-3.3.0:3
121 - >=dev-ruby/rspec-expectations-2.99.0:3
122 - )"
123 -
124 -all_ruby_prepare() {
125 - # Don't set up bundler: it doesn't understand our setup.
126 - sed -i -e '/[Bb]undler/d' Rakefile || die
127 -
128 - # Remove the Gemfile to avoid running through 'bundle exec'
129 - rm Gemfile || die
130 -
131 - # Remove .rspec options to avoid dependency on newer rspec when
132 - # bootstrapping.
133 - rm .rspec || die
134 -
135 - sed -i -e '1irequire "spec_helper"' spec/rspec/mocks/any_instance_spec.rb || die
136 -}