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/hiera: hiera-1.3.2.ebuild ChangeLog
Date: Sun, 02 Mar 2014 23:06:12
Message-Id: 20140302230609.6C17F2004C@flycatcher.gentoo.org
1 mrueg 14/03/02 23:06:09
2
3 Modified: ChangeLog
4 Added: hiera-1.3.2.ebuild
5 Log:
6 Version bump. Add ruby20 support. Fixes bug #503248
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.20 dev-ruby/hiera/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 26 Jan 2014 07:26:25 -0000 1.19
24 +++ ChangeLog 2 Mar 2014 23:06:09 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/hiera
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.19 2014/01/26 07:26:25 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.20 2014/03/02 23:06:09 mrueg Exp $
30 +
31 +*hiera-1.3.2 (02 Mar 2014)
32 +
33 + 02 Mar 2014; Manuel RĂ¼ger <mrueg@g.o> +hiera-1.3.2.ebuild:
34 + Version bump. Add ruby20 support. Fixes bug #503248
35
36 *hiera-1.3.1 (26 Jan 2014)
37
38
39
40
41 1.1 dev-ruby/hiera/hiera-1.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-1.3.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-1.3.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hiera-1.3.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/hiera-1.3.2.ebuild,v 1.1 2014/03/02 23:06:09 mrueg Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby19 ruby20 jruby"
55
56 RUBY_FAKEGEM_RECIPE_TEST="rspec"
57
58 RUBY_FAKEGEM_TASK_DOC=""
59 RUBY_FAKEGEM_EXTRADOC="README.md"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="A simple pluggable Hierarchical Database"
64 HOMEPAGE="http://projects.puppetlabs.com/"
65
66 LICENSE="Apache-2.0"
67 SLOT="0"
68 IUSE=""
69 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
70
71 ruby_add_bdepend "test? ( dev-ruby/mocha )"
72
73 ruby_add_rdepend "dev-ruby/json"
74
75 all_ruby_prepare() {
76 # Our json package is either the compiled version or the pure
77 # version. Fix gemspec accordingly.
78 sed -i -e 's/json_pure/json/' ../metadata || die
79 }