Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-collection_matchers: metadata.xml ChangeLog rspec-collection_matchers-1.1.2.ebuild
Date: Sun, 28 Dec 2014 10:34:19
Message-Id: 20141228103357.C3A4DE57F@oystercatcher.gentoo.org
1 graaff 14/12/28 10:33:57
2
3 Added: metadata.xml ChangeLog
4 rspec-collection_matchers-1.1.2.ebuild
5 Log:
6 Initial import. New dependency for app-admin/puppet-lint.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.1 dev-ruby/rspec-collection_matchers/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-collection_matchers/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-collection_matchers/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>ruby</herd>
22 </pkgmetadata>
23
24
25
26 1.1 dev-ruby/rspec-collection_matchers/ChangeLog
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-collection_matchers/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-collection_matchers/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for dev-ruby/rspec-collection_matchers
34 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-collection_matchers/ChangeLog,v 1.1 2014/12/28 10:33:57 graaff Exp $
36
37 *rspec-collection_matchers-1.1.2 (28 Dec 2014)
38
39 28 Dec 2014; Hans de Graaff <graaff@g.o>
40 +rspec-collection_matchers-1.1.2.ebuild, +metadata.xml:
41 Initial import. New dependency for app-admin/puppet-lint.
42
43
44
45
46 1.1 dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: rspec-collection_matchers-1.1.2.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.2.ebuild,v 1.1 2014/12/28 10:33:57 graaff Exp $
56
57 EAPI=5
58 USE_RUBY="ruby19 ruby20 ruby21"
59
60 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
61 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
62
63 RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
68 HOMEPAGE="https://github.com/rspec/rspec-collection_matchers"
69
70 LICENSE="MIT"
71 SLOT="1"
72 KEYWORDS="~amd64"
73 IUSE=""
74
75 ruby_add_rdepend ">=dev-ruby/rspec-expectations-3.0.0"
76
77 ruby_add_bdepend "test? ( >=dev-ruby/activemodel-3.0 )"