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/rspectacular: ChangeLog rspectacular-0.63.0.ebuild
Date: Sat, 25 Jul 2015 06:11:06
Message-Id: 20150725061101.3E202C1@oystercatcher.gentoo.org
1 graaff 15/07/25 06:11:01
2
3 Modified: ChangeLog
4 Added: rspectacular-0.63.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.10 dev-ruby/rspectacular/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 7 Jun 2015 19:34:11 -0000 1.9
24 +++ ChangeLog 25 Jul 2015 06:11:01 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/rspectacular
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v 1.9 2015/06/07 19:34:11 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v 1.10 2015/07/25 06:11:01 graaff Exp $
30 +
31 +*rspectacular-0.63.0 (25 Jul 2015)
32 +
33 + 25 Jul 2015; Hans de Graaff <graaff@g.o> +rspectacular-0.63.0.ebuild:
34 + Version bump.
35
36 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Add github to remote-id in metadata.xml
38
39
40
41 1.1 dev-ruby/rspectacular/rspectacular-0.63.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.63.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.63.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rspectacular-0.63.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.63.0.ebuild,v 1.1 2015/07/25 06:11:01 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
54
55 RUBY_FAKEGEM_TASK_TEST=""
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_EXTRADOC="README.md"
58
59 RUBY_FAKEGEM_BINWRAP=""
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="RSpec support and matchers"
64 HOMEPAGE="https://github.com/thekompanee/rspectacular"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64"
69 IUSE=""
70
71 ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2"