Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ohai: ChangeLog ohai-0.6.12.ebuild ohai-0.6.4.ebuild ohai-0.5.8.ebuild
Date: Sun, 29 Apr 2012 15:26:53
Message-Id: 20120429152643.96E0D2004B@flycatcher.gentoo.org
1 hollow 12/04/29 15:26:43
2
3 Modified: ChangeLog
4 Added: ohai-0.6.12.ebuild
5 Removed: ohai-0.6.4.ebuild ohai-0.5.8.ebuild
6 Log:
7 bump version for improved interface detection via iproute2
8
9 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.10 dev-ruby/ohai/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 5 Mar 2012 10:29:56 -0000 1.9
25 +++ ChangeLog 29 Apr 2012 15:26:43 -0000 1.10
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/ohai
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.9 2012/03/05 10:29:56 tomka Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.10 2012/04/29 15:26:43 hollow Exp $
31 +
32 +*ohai-0.6.12 (29 Apr 2012)
33 +
34 + 29 Apr 2012; Benedikt Böhm <hollow@g.o> -ohai-0.5.8.ebuild,
35 + -ohai-0.6.4.ebuild, +ohai-0.6.12.ebuild:
36 + bump version for improved interface detection via iproute2
37
38 05 Mar 2012; Thomas Kahle <tomka@g.o> ohai-0.6.10.ebuild:
39 marked ~x86 per bug 398989
40
41
42
43 1.1 dev-ruby/ohai/ohai-0.6.12.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ohai-0.6.12.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild,v 1.1 2012/04/29 15:26:43 hollow Exp $
53
54 EAPI=4
55 USE_RUBY="ruby18"
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
59
60 RUBY_FAKEGEM_TASK_TEST="spec"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Ohai profiles your system and emits JSON"
65 HOMEPAGE="http://wiki.opscode.com/display/chef/Ohai"
66 SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
67 RUBY_S="opscode-${PN}-*"
68
69 LICENSE="Apache-2.0"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/sigar )"
75
76 ruby_add_rdepend "
77 dev-ruby/ipaddress
78 dev-ruby/yajl-ruby
79 dev-ruby/mixlib-cli
80 dev-ruby/mixlib-config
81 dev-ruby/mixlib-log
82 >=dev-ruby/systemu-2.2.0"
83
84 all_ruby_prepare() {
85 rm Gemfile || die
86 # Be more lenient to work with versions of systemu that we have in
87 # the tree.
88 sed -i -e 's/~> 2.2.0/>= 2.2.0/' ohai.gemspec || die
89 }
90
91 all_ruby_install() {
92 all_fakegem_install
93
94 doman docs/man/man1/ohai.1
95 }