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-expectations/
Date: Sun, 04 Jul 2021 05:52:44
Message-Id: 1625377685.2e7349ce0944318f2ac014385d29cfb039c7fa4b.graaff@gentoo
1 commit: 2e7349ce0944318f2ac014385d29cfb039c7fa4b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 05:48:05 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 05:48:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7349ce
7
8 dev-ruby/rspec-expectations: 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-expectations/Manifest | 2 -
14 .../rspec-expectations-3.8.4.ebuild | 47 ----------------------
15 .../rspec-expectations-3.8.6.ebuild | 47 ----------------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/dev-ruby/rspec-expectations/Manifest b/dev-ruby/rspec-expectations/Manifest
19 index bb62a735dc7..0d58088ea2a 100644
20 --- a/dev-ruby/rspec-expectations/Manifest
21 +++ b/dev-ruby/rspec-expectations/Manifest
22 @@ -1,6 +1,4 @@
23 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9 SHA512 6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
24 DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 50fc17eadc94b94a28bf56b1ba6af1d45afe3f62548533515c49eb434becc11ce12f6b6fbd92e98483a1e7c97beec4f0dbb87bc00f3dc9fa1f6877480dab331e SHA512 edb0be319ca2459425498ebe84db0f712dd9d97b36c8a1d99a810ad16f877226bdf9b88c8e84a8379659179868a173745501ce933519727eae20619cb15c4b2d
25 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e SHA512 35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
26 -DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1 SHA512 0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
27 -DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5 SHA512 9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
28 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547 SHA512 bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003
29
30 diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
31 deleted file mode 100644
32 index 1177b5849e9..00000000000
33 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
34 +++ /dev/null
35 @@ -1,47 +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_TASK_DOC=""
45 -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
46 -
47 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
48 -
49 -inherit ruby-fakegem eapi7-ver
50 -
51 -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
52 -HOMEPAGE="https://github.com/rspec/rspec-expectations"
53 -SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
54 -
55 -LICENSE="MIT"
56 -SLOT="3"
57 -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"
58 -IUSE=""
59 -
60 -SUBVERSION="$(ver_cut 1-2)"
61 -
62 -ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 <dev-ruby/diff-lcs-2
63 - =dev-ruby/rspec-support-${SUBVERSION}*"
64 -
65 -ruby_add_bdepend "test? (
66 - >=dev-ruby/rspec-mocks-3.2.0:3
67 - >=dev-ruby/rspec-support-3.5.0:3
68 - )"
69 -
70 -all_ruby_prepare() {
71 - # Don't set up bundler: it doesn't understand our setup.
72 - sed -i -e '/[Bb]undler/d' Rakefile || die
73 -
74 - # Remove the Gemfile to avoid running through 'bundle exec'
75 - rm -f Gemfile || die
76 -
77 - # fix up the gemspecs
78 - sed -i \
79 - -e '/git ls/d' \
80 - -e '/add_development_dependency/d' \
81 - "${RUBY_FAKEGEM_GEMSPEC}" || die
82 -}
83
84 diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
85 deleted file mode 100644
86 index 37d5b78b664..00000000000
87 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
88 +++ /dev/null
89 @@ -1,47 +0,0 @@
90 -# Copyright 1999-2021 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=7
94 -USE_RUBY="ruby24 ruby25 ruby26"
95 -
96 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
97 -
98 -RUBY_FAKEGEM_RECIPE_DOC="none"
99 -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
100 -
101 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
102 -
103 -inherit ruby-fakegem
104 -
105 -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
106 -HOMEPAGE="https://github.com/rspec/rspec-expectations"
107 -SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
108 -
109 -LICENSE="MIT"
110 -SLOT="3"
111 -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"
112 -IUSE=""
113 -
114 -SUBVERSION="$(ver_cut 1-2)"
115 -
116 -ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 <dev-ruby/diff-lcs-2
117 - =dev-ruby/rspec-support-${SUBVERSION}*"
118 -
119 -ruby_add_bdepend "test? (
120 - >=dev-ruby/rspec-mocks-3.2.0:3
121 - >=dev-ruby/rspec-support-3.5.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 -f Gemfile || die
130 -
131 - # fix up the gemspecs
132 - sed -i \
133 - -e '/git ls/d' \
134 - -e '/add_development_dependency/d' \
135 - "${RUBY_FAKEGEM_GEMSPEC}" || die
136 -}