Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/hiera: hiera-1.3.1.ebuild ChangeLog
Date: Sun, 26 Jan 2014 07:26:29
Message-Id: 20140126072626.099B42004C@flycatcher.gentoo.org
1 prometheanfire 14/01/26 07:26:25
2
3 Modified: ChangeLog
4 Added: hiera-1.3.1.ebuild
5 Log:
6 update of hiera to 1.3.1
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
9
10 Revision Changes Path
11 1.19 dev-ruby/hiera/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 6 Jan 2014 09:28:35 -0000 1.18
24 +++ ChangeLog 26 Jan 2014 07:26:25 -0000 1.19
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.18 2014/01/06 09:28:35 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.19 2014/01/26 07:26:25 prometheanfire Exp $
30 +
31 +*hiera-1.3.1 (26 Jan 2014)
32 +
33 + 26 Jan 2014; Matthew Thode <prometheanfire@g.o> +hiera-1.3.1.ebuild:
34 + update of hiera to 1.3.1
35
36 06 Jan 2014; Agostino Sarubbo <ago@g.o> hiera-1.2.1.ebuild:
37 Stable for ppc, wrt bug #494768
38
39
40
41 1.1 dev-ruby/hiera/hiera-1.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-1.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-1.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hiera-1.3.1.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.1.ebuild,v 1.1 2014/01/26 07:26:25 prometheanfire Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby19 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 }