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