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: Mon, 19 Aug 2019 08:02:27
Message-Id: 1566201703.df690da8d06dfd0f4312f4ddf078c3cf1ac138a3.graaff@gentoo
1 commit: df690da8d06dfd0f4312f4ddf078c3cf1ac138a3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 07:59:24 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 08:01:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df690da8
7
8 dev-ruby/rspec-expectations: cleanup
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rspec-expectations/Manifest | 2 -
14 .../rspec-expectations-3.8.2.ebuild | 47 ----------------------
15 .../rspec-expectations-3.8.3.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 82420b17363..27fc7a6593e 100644
20 --- a/dev-ruby/rspec-expectations/Manifest
21 +++ b/dev-ruby/rspec-expectations/Manifest
22 @@ -1,5 +1,3 @@
23 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9 SHA512 6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
24 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf SHA512 bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
25 -DIST rspec-expectations-3.8.2-git.tgz 198952 BLAKE2B 6952f895251f26f8a1b7746b277fc92b296e78fb23b8f581e90f649ccc28e21e0a695f87b012b4925becfcda8f8876414f74a826c75bdfa5114092849bbfe525 SHA512 d374f7add45d2b6ce607c1a068e3e0970f902a0edf96ec891bd618dd17253878c1e0b625296ff12a6dc35103651bbfbcfd1a1b444f94e08eae2680e32853a198
26 -DIST rspec-expectations-3.8.3-git.tgz 200239 BLAKE2B 88295c7df00a99486bb19ae37ee74a857a087afdb4c14eb6db8c343e639ef322c45ab9de25b0c70707a9f17cbc81c47baff8b7695fc6a1440de5509b1508cb1f SHA512 328b3403e7ac2864ed6ad1a196ca24df6693797e35525559f2082c7e1c161d60da7776ca1a68a82364a7ea55115ac2c12ebf6af8486ef88757a4818a9683ae80
27 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1 SHA512 0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
28
29 diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
30 deleted file mode 100644
31 index 3d7edbe767c..00000000000
32 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
33 +++ /dev/null
34 @@ -1,47 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 -
43 -RUBY_FAKEGEM_TASK_DOC=""
44 -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
45 -
46 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
47 -
48 -inherit ruby-fakegem eapi7-ver
49 -
50 -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
51 -HOMEPAGE="https://github.com/rspec/rspec-expectations"
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 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
57 -IUSE=""
58 -
59 -SUBVERSION="$(ver_cut 1-2)"
60 -
61 -ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 <dev-ruby/diff-lcs-2
62 - =dev-ruby/rspec-support-${SUBVERSION}*"
63 -
64 -ruby_add_bdepend "test? (
65 - >=dev-ruby/rspec-mocks-3.2.0:3
66 - >=dev-ruby/rspec-support-3.5.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 -f Gemfile || die
75 -
76 - # fix up the gemspecs
77 - sed -i \
78 - -e '/git ls/d' \
79 - -e '/add_development_dependency/d' \
80 - "${RUBY_FAKEGEM_GEMSPEC}" || die
81 -}
82
83 diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild
84 deleted file mode 100644
85 index 647c42d8500..00000000000
86 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild
87 +++ /dev/null
88 @@ -1,47 +0,0 @@
89 -# Copyright 1999-2019 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -USE_RUBY="ruby24 ruby25 ruby26"
94 -
95 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
96 -
97 -RUBY_FAKEGEM_TASK_DOC=""
98 -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
99 -
100 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
101 -
102 -inherit ruby-fakegem eapi7-ver
103 -
104 -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
105 -HOMEPAGE="https://github.com/rspec/rspec-expectations"
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 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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/diff-lcs-1.2.0 <dev-ruby/diff-lcs-2
116 - =dev-ruby/rspec-support-${SUBVERSION}*"
117 -
118 -ruby_add_bdepend "test? (
119 - >=dev-ruby/rspec-mocks-3.2.0:3
120 - >=dev-ruby/rspec-support-3.5.0:3
121 - )"
122 -
123 -all_ruby_prepare() {
124 - # Don't set up bundler: it doesn't understand our setup.
125 - sed -i -e '/[Bb]undler/d' Rakefile || die
126 -
127 - # Remove the Gemfile to avoid running through 'bundle exec'
128 - rm -f Gemfile || die
129 -
130 - # fix up the gemspecs
131 - sed -i \
132 - -e '/git ls/d' \
133 - -e '/add_development_dependency/d' \
134 - "${RUBY_FAKEGEM_GEMSPEC}" || die
135 -}