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/rspectacular: rspectacular-0.61.0.ebuild ChangeLog rspectacular-0.55.0.ebuild rspectacular-0.57.0.ebuild
Date: Tue, 03 Mar 2015 18:14:35
Message-Id: 20150303181432.9AAAD12F77@oystercatcher.gentoo.org
1 mrueg 15/03/03 18:14:32
2
3 Modified: ChangeLog
4 Added: rspectacular-0.61.0.ebuild
5 Removed: rspectacular-0.55.0.ebuild
6 rspectacular-0.57.0.ebuild
7 Log:
8 Verson bump. Remove old.
9
10 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
11
12 Revision Changes Path
13 1.6 dev-ruby/rspectacular/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?rev=1.6&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?rev=1.6&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?r1=1.5&r2=1.6
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v
22 retrieving revision 1.5
23 retrieving revision 1.6
24 diff -u -r1.5 -r1.6
25 --- ChangeLog 21 Feb 2015 04:57:45 -0000 1.5
26 +++ ChangeLog 3 Mar 2015 18:14:32 -0000 1.6
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-ruby/rspectacular
29 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v 1.5 2015/02/21 04:57:45 mrueg Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v 1.6 2015/03/03 18:14:32 mrueg Exp $
32 +
33 +*rspectacular-0.61.0 (03 Mar 2015)
34 +
35 + 03 Mar 2015; Manuel RĂ¼ger <mrueg@g.o> +rspectacular-0.61.0.ebuild,
36 + -rspectacular-0.55.0.ebuild, -rspectacular-0.57.0.ebuild:
37 + Verson bump. Remove old.
38
39 *rspectacular-0.60.0 (21 Feb 2015)
40
41
42
43
44 1.1 dev-ruby/rspectacular/rspectacular-0.61.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.61.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.61.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: rspectacular-0.61.0.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.61.0.ebuild,v 1.1 2015/03/03 18:14:32 mrueg Exp $
54
55 EAPI=5
56 USE_RUBY="ruby19 ruby20 ruby21"
57
58 RUBY_FAKEGEM_TASK_TEST=""
59 RUBY_FAKEGEM_TASK_DOC=""
60 RUBY_FAKEGEM_EXTRADOC="README.md"
61
62 RUBY_FAKEGEM_BINWRAP=""
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="RSpec support and matchers"
67 HOMEPAGE="https://github.com/thekompanee/rspectacular"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64"
72 IUSE=""
73
74 ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2"