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/ohai: ChangeLog ohai-0.5.6-r1.ebuild ohai-0.5.6.ebuild
Date: Sat, 28 Aug 2010 14:31:25
Message-Id: 20100828143120.7977020051@flycatcher.gentoo.org
1 graaff 10/08/28 14:31:20
2
3 Modified: ChangeLog
4 Added: ohai-0.5.6-r1.ebuild
5 Removed: ohai-0.5.6.ebuild
6 Log:
7 Run specs. Depend on json version newer than 1.4.3 which is broken with ohai. Remove patch: it breaks the specs and there is no associated problem description or bug report.
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-ruby/ohai/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 3 Jul 2010 12:10:38 -0000 1.1
24 +++ ChangeLog 28 Aug 2010 14:31:20 -0000 1.2
25 @@ -1,6 +1,14 @@
26 # ChangeLog for dev-ruby/ohai
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.1 2010/07/03 12:10:38 hollow Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.2 2010/08/28 14:31:20 graaff Exp $
30 +
31 +*ohai-0.5.6-r1 (28 Aug 2010)
32 +
33 + 28 Aug 2010; Hans de Graaff <graaff@g.o> -ohai-0.5.6.ebuild,
34 + +ohai-0.5.6-r1.ebuild:
35 + Run specs. Depend on json version newer than 1.4.3 which is broken with
36 + ohai. Remove patch: it breaks the specs and there is no associated problem
37 + description or bug report.
38
39 *ohai-0.5.6 (03 Jul 2010)
40
41
42
43
44 1.1 dev-ruby/ohai/ohai-0.5.6-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.5.6-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.5.6-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: ohai-0.5.6-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.6-r1.ebuild,v 1.1 2010/08/28 14:31:20 graaff Exp $
54
55 EAPI="2"
56 USE_RUBY="ruby18"
57
58 RUBY_FAKEGEM_TASK_DOC=""
59 RUBY_FAKEGEM_TASK_TEST="spec"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Ohai profiles your system and emits JSON"
64 HOMEPAGE="http://wiki.opscode.com/display/ohai"
65
66 LICENSE="Apache-2.0"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 ruby_add_rdepend "dev-ruby/extlib
72 >=dev-ruby/json-1.4.4
73 dev-ruby/mixlib-cli
74 dev-ruby/mixlib-config
75 dev-ruby/mixlib-log
76 dev-ruby/systemu"