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: rspectacular-0.54.0.ebuild ChangeLog
Date: Wed, 31 Dec 2014 08:20:43
Message-Id: 20141231082039.65D8FE8D9@oystercatcher.gentoo.org
1 graaff 14/12/31 08:20:39
2
3 Modified: rspectacular-0.54.0.ebuild ChangeLog
4 Log:
5 Add forgotten dependencies.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.2 dev-ruby/rspectacular/rspectacular-0.54.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.54.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.54.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.54.0.ebuild?r1=1.1&r2=1.2
15
16 Index: rspectacular-0.54.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.54.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- rspectacular-0.54.0.ebuild 31 Dec 2014 08:10:51 -0000 1.1
23 +++ rspectacular-0.54.0.ebuild 31 Dec 2014 08:20:39 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.54.0.ebuild,v 1.1 2014/12/31 08:10:51 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.54.0.ebuild,v 1.2 2014/12/31 08:20:39 graaff Exp $
29
30 EAPI=5
31 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
32 +USE_RUBY="ruby19 ruby20 ruby21"
33
34 RUBY_FAKEGEM_TASK_TEST=""
35
36 @@ -21,3 +21,5 @@
37 SLOT="0"
38 KEYWORDS="~amd64"
39 IUSE=""
40 +
41 +ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2"
42
43
44
45 1.2 dev-ruby/rspectacular/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspectacular/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 31 Dec 2014 08:10:51 -0000 1.1
58 +++ ChangeLog 31 Dec 2014 08:20:39 -0000 1.2
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-ruby/rspectacular
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v 1.1 2014/12/31 08:10:51 graaff Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v 1.2 2014/12/31 08:20:39 graaff Exp $
64 +
65 + 31 Dec 2014; Hans de Graaff <graaff@g.o> rspectacular-0.54.0.ebuild:
66 + Add forgotten dependencies.
67
68 *rspectacular-0.54.0 (31 Dec 2014)