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/mixlib-shellout: metadata.xml mixlib-shellout-1.0.0.ebuild ChangeLog
Date: Sun, 29 Apr 2012 13:13:55
Message-Id: 20120429131346.4E8572004B@flycatcher.gentoo.org
1 hollow 12/04/29 13:13:46
2
3 Added: metadata.xml mixlib-shellout-1.0.0.ebuild ChangeLog
4 Log:
5 initial version (required dependency of chef-0.10.10)
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/mixlib-shellout/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>ruby</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild?rev=1.1&content-type=text/plain
29
30 Index: mixlib-shellout-1.0.0.ebuild
31 ===================================================================
32 # Copyright 1999-2012 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild,v 1.1 2012/04/29 13:13:46 hollow Exp $
35
36 EAPI="2"
37 USE_RUBY="ruby18 ruby19"
38
39 RUBY_FAKEGEM_TASK_DOC=""
40 RUBY_FAKEGEM_TASK_TEST=""
41
42 inherit ruby-fakegem
43
44 DESCRIPTION="Run external commands on Unix or Windows"
45 HOMEPAGE="http://github.com/opscode/mixlib-shellout"
46
47 LICENSE="Apache-2.0"
48 SLOT="0"
49 KEYWORDS="~amd64 ~x86"
50 IUSE=""
51
52
53
54 1.1 dev-ruby/mixlib-shellout/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.1&content-type=text/plain
58
59 Index: ChangeLog
60 ===================================================================
61 # ChangeLog for dev-ruby/mixlib-shellout
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.1 2012/04/29 13:13:46 hollow Exp $
64
65 *mixlib-shellout-1.0.0 (29 Apr 2012)
66
67 29 Apr 2012; Benedikt Böhm <hollow@g.o>
68 +mixlib-shellout-1.0.0.ebuild, +metadata.xml:
69 initial version (required dependency of chef-0.10.10)