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/configliere: ChangeLog configliere-0.4.22.ebuild
Date: Sun, 03 May 2015 07:06:12
Message-Id: 20150503070608.2AF9F9A9@oystercatcher.gentoo.org
1 graaff 15/05/03 07:06:08
2
3 Modified: ChangeLog configliere-0.4.22.ebuild
4 Log:
5 Update dependency to the version in the gemspec.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.9 dev-ruby/configliere/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 3 Nov 2014 15:09:09 -0000 1.8
23 +++ ChangeLog 3 May 2015 07:06:08 -0000 1.9
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/configliere
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.8 2014/11/03 15:09:09 mrueg Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.9 2015/05/03 07:06:08 graaff Exp $
30 +
31 + 03 May 2015; Hans de Graaff <graaff@g.o> configliere-0.4.22.ebuild:
32 + Update dependency to the version in the gemspec.
33
34 03 Nov 2014; Manuel RĂ¼ger <mrueg@g.o> configliere-0.4.18-r1.ebuild,
35 configliere-0.4.22.ebuild:
36
37
38
39 1.4 dev-ruby/configliere/configliere-0.4.22.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild?r1=1.3&r2=1.4
44
45 Index: configliere-0.4.22.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- configliere-0.4.22.ebuild 3 Nov 2014 15:09:09 -0000 1.3
52 +++ configliere-0.4.22.ebuild 3 May 2015 07:06:08 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v 1.3 2014/11/03 15:09:09 mrueg Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v 1.4 2015/05/03 07:06:08 graaff Exp $
59
60 EAPI=5
61 USE_RUBY="ruby19 ruby20 ruby21"
62 @@ -22,7 +22,7 @@
63
64 ruby_add_rdepend "
65 >=dev-ruby/highline-1.5.2
66 - >=dev-ruby/multi_json-1.1"
67 + >=dev-ruby/multi_json-1.10.1"
68
69 all_ruby_prepare() {
70 rm Gemfile* || die