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: Tue, 30 Jan 2018 05:19:05
Message-Id: 1517289511.2e07d0ffa37acad26f83f042cf79d7fd33a9aec0.graaff@gentoo
1 commit: 2e07d0ffa37acad26f83f042cf79d7fd33a9aec0
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 19:06:38 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 05:18:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e07d0ff
7
8 dev-ruby/shoulda-matchers: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/shoulda-matchers/Manifest | 1 -
13 .../shoulda-matchers-3.1.1-r1.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-ruby/shoulda-matchers/Manifest b/dev-ruby/shoulda-matchers/Manifest
17 index be42dcf2575..31652a4cd55 100644
18 --- a/dev-ruby/shoulda-matchers/Manifest
19 +++ b/dev-ruby/shoulda-matchers/Manifest
20 @@ -1,3 +1,2 @@
21 DIST shoulda-matchers-2.8.0.gem 153600 BLAKE2B 49ddfe686bbd80665cde74019a046564b6863bca1ae81517ef1ee8c9f91e3f5d58a5d25e7640b1a5e3cb9c99367f9bf5672f63b9632427eba91c40aa4d2bd2ef SHA512 7b40220811a11cf57cfa38457eaab612ec9f6db5b660df21bd142b3df30d3691d3b7b3b4f931eed1e186c5afe4b576eee2c86f6f8f491d46955598f1441a9027
22 -DIST shoulda-matchers-3.1.1.gem 200192 BLAKE2B a991834bf12e2f44b2dedf3b90d4fd02598f63d12263b46b1eb163111a35f04aef0da52d5a6464c4ed69a654daa287a888318f3e3f5fa8b25448fd95e57b1e61 SHA512 e9baeca04ec6e0ee278761964c3816481d3efd9e3cddadc359c7efda5277796babfed164a1c7e8da3a212c2f84a0fe5d68d5d361552054084f19636554b2d338
23 DIST shoulda-matchers-3.1.2.gem 208384 BLAKE2B e9ba4efad3410f07c7b28649b9ff30de66b0d57a392052ea643ee584a97c290dda6261941bdb59146a3febefba81bbf4e5a0f28bedff80643e22f800730d94cc SHA512 e24602701a0f6eaa7ed0249449401582c7dc34f186e548d0741c9e416d5c6b5bc5a9b028b677b3f2b04091c6e5373cc03c05c8e1abf9156ace15846be4064d51
24
25 diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild
26 deleted file mode 100644
27 index e1eb06a813d..00000000000
28 --- a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
37 -
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST=""
41 -
42 -RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Making tests easy on the fingers and eyes"
47 -HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
48 -
49 -LICENSE="MIT"
50 -SLOT="3"
51 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
52 -IUSE=""
53 -
54 -ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"