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: ohai-0.5.6.ebuild metadata.xml ChangeLog
Date: Sat, 03 Jul 2010 12:28:01
Message-Id: 20100703121038.E0D952CE15@corvid.gentoo.org
1 hollow 10/07/03 12:10:38
2
3 Added: ohai-0.5.6.ebuild metadata.xml ChangeLog
4 Log:
5 initial ebuild, thanks to Gábor Vészi
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-ruby/ohai/ohai-0.5.6.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.5.6.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.5.6.ebuild?rev=1.1&content-type=text/plain
13
14 Index: ohai-0.5.6.ebuild
15 ===================================================================
16 # Copyright 1999-2010 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.6.ebuild,v 1.1 2010/07/03 12:10:38 hollow Exp $
19
20 EAPI="2"
21 USE_RUBY="ruby18"
22
23 RUBY_FAKEGEM_TASK_DOC=""
24 RUBY_FAKEGEM_TASK_TEST=""
25
26 inherit ruby-fakegem
27
28 DESCRIPTION="Ohai profiles your system and emits JSON"
29 HOMEPAGE="http://wiki.opscode.com/display/ohai"
30
31 LICENSE="Apache-2.0"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 ruby_add_rdepend "dev-ruby/extlib
37 <=dev-ruby/json-1.4.2
38 dev-ruby/mixlib-cli
39 dev-ruby/mixlib-config
40 dev-ruby/mixlib-log
41 dev-ruby/systemu"
42
43 all_ruby_prepare() {
44 epatch "${FILESDIR}/ohai-lsb-release.patch"
45 }
46
47
48
49 1.1 dev-ruby/ohai/metadata.xml
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/metadata.xml?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/metadata.xml?rev=1.1&content-type=text/plain
53
54 Index: metadata.xml
55 ===================================================================
56 <?xml version="1.0" encoding="UTF-8"?>
57 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 <pkgmetadata>
59 <herd>ruby</herd>
60 </pkgmetadata>
61
62
63
64 1.1 dev-ruby/ohai/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.1&content-type=text/plain
68
69 Index: ChangeLog
70 ===================================================================
71 # ChangeLog for dev-ruby/ohai
72 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.1 2010/07/03 12:10:38 hollow Exp $
74
75 *ohai-0.5.6 (03 Jul 2010)
76
77 03 Jul 2010; Benedikt Böhm <hollow@g.o> +ohai-0.5.6.ebuild,
78 +files/ohai-lsb-release.patch, +metadata.xml:
79 initial ebuild, thanks to Gábor Vészi