Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/shoulda-matchers: shoulda-matchers-2.8.0.ebuild ChangeLog
Date: Sun, 01 Feb 2015 23:32:39
Message-Id: 20150201233235.4A09010DAF@oystercatcher.gentoo.org
1 mrueg 15/02/01 23:32:35
2
3 Modified: ChangeLog
4 Added: shoulda-matchers-2.8.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.9 dev-ruby/shoulda-matchers/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-matchers/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-matchers/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-matchers/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-matchers/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 8 Sep 2014 05:42:32 -0000 1.8
24 +++ ChangeLog 1 Feb 2015 23:32:35 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/shoulda-matchers
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-matchers/ChangeLog,v 1.8 2014/09/08 05:42:32 graaff Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-matchers/ChangeLog,v 1.9 2015/02/01 23:32:35 mrueg Exp $
31 +
32 +*shoulda-matchers-2.8.0 (01 Feb 2015)
33 +
34 + 01 Feb 2015; Manuel RĂ¼ger <mrueg@g.o> +shoulda-matchers-2.8.0.ebuild:
35 + Version bump.
36
37 *shoulda-matchers-2.7.0 (08 Sep 2014)
38
39
40
41
42 1.1 dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shoulda-matchers-2.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0.ebuild,v 1.1 2015/02/01 23:32:35 mrueg Exp $
52
53 EAPI=5
54
55 USE_RUBY="ruby19 ruby20 ruby21"
56
57 RUBY_FAKEGEM_TASK_DOC=""
58
59 RUBY_FAKEGEM_RECIPE_TEST=""
60
61 RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="Making tests easy on the fingers and eyes"
66 HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
71 IUSE=""
72
73 ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0"