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/shoulda-matchers/
Date: Sat, 03 Jul 2021 07:22:42
Message-Id: 1625296950.39f1a6309f9b03bbef3976fa9b72d57c66652ce8.graaff@gentoo
1 commit: 39f1a6309f9b03bbef3976fa9b72d57c66652ce8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 06:46:52 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 07:22:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f1a630
7
8 dev-ruby/shoulda-matchers: 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 .../shoulda-matchers/shoulda-matchers-3.1.3.ebuild | 24 ----------------
14 .../shoulda-matchers/shoulda-matchers-4.3.0.ebuild | 32 ----------------------
15 2 files changed, 56 deletions(-)
16
17 diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3.ebuild
18 deleted file mode 100644
19 index 32252b23022..00000000000
20 --- a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3.ebuild
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
29 -
30 -RUBY_FAKEGEM_TASK_DOC=""
31 -
32 -RUBY_FAKEGEM_RECIPE_TEST=""
33 -
34 -RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
35 -
36 -inherit ruby-fakegem
37 -
38 -DESCRIPTION="Making tests easy on the fingers and eyes"
39 -HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
40 -
41 -LICENSE="MIT"
42 -SLOT="3"
43 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
44 -IUSE=""
45 -
46 -ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"
47
48 diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0.ebuild
49 deleted file mode 100644
50 index 60349fce2fb..00000000000
51 --- a/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0.ebuild
52 +++ /dev/null
53 @@ -1,32 +0,0 @@
54 -# Copyright 1999-2020 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=7
58 -
59 -USE_RUBY="ruby24 ruby25 ruby26"
60 -
61 -RUBY_FAKEGEM_RECIPE_TEST="none"
62 -
63 -RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
64 -
65 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
66 -
67 -RUBY_FAKEGEM_BINWRAP=""
68 -
69 -inherit ruby-fakegem
70 -
71 -DESCRIPTION="Making tests easy on the fingers and eyes"
72 -HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
73 -SRC_URI="https://github.com/thoughtbot/shoulda-matchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="$(ver_cut 1)"
77 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
78 -IUSE=""
79 -
80 -ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"
81 -
82 -all_ruby_prepare() {
83 - sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die
84 - sed -i -e '/s.files/,/^ end/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
85 -}