Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/childlabor: metadata.xml childlabor-0.0.3.ebuild ChangeLog
Date: Thu, 07 Jun 2012 19:44:03
Message-Id: 20120607194353.7438E2004B@flycatcher.gentoo.org
1 flameeyes 12/06/07 19:43:53
2
3 Added: metadata.xml childlabor-0.0.3.ebuild ChangeLog
4 Log:
5 Initial import of childlabor (new dependency of thor0.
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/childlabor/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childlabor/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childlabor/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 <longdescription>
22 Thor is a simple and efficient tool for building self-documenting
23 command line utilities. It removes the pain of parsing command line
24 options, writing "USAGE:" banners, and can also be used as an
25 alternative to the Rake build tool. The syntax is Rake-like, so it
26 should be familiar to most Rake users.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32 1.1 dev-ruby/childlabor/childlabor-0.0.3.ebuild
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3.ebuild?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3.ebuild?rev=1.1&content-type=text/plain
36
37 Index: childlabor-0.0.3.ebuild
38 ===================================================================
39 # Copyright 1999-2012 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3.ebuild,v 1.1 2012/06/07 19:43:53 flameeyes Exp $
42
43 EAPI=4
44 USE_RUBY="ruby18 ree18 ruby19 jruby"
45
46 RUBY_FAKEGEM_TASK_DOC=""
47 RUBY_FAKEGEM_TASK_TEST=""
48 RUBY_FAKEGEM_DOCDIR=""
49 RUBY_FAKEGEM_EXTRADOC="README.md"
50
51 inherit ruby-fakegem
52
53 DESCRIPTION="A scripting framework that replaces rake and sake"
54 HOMEPAGE="https://github.com/carllerche/childlabor"
55
56 LICENSE="MIT"
57 SLOT="0"
58 KEYWORDS="~amd64"
59 IUSE=""
60
61 # upstream hasn't released a tarball, and the tests are not in the gem
62 # file.
63 RESTRICT=test
64
65
66
67 1.1 dev-ruby/childlabor/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childlabor/ChangeLog?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childlabor/ChangeLog?rev=1.1&content-type=text/plain
71
72 Index: ChangeLog
73 ===================================================================
74 # ChangeLog for dev-ruby/childlabor
75 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
76 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.1 2012/06/07 19:43:53 flameeyes Exp $
77
78 *childlabor-0.0.3 (07 Jun 2012)
79
80 07 Jun 2012; Diego E. Pettenò <flameeyes@g.o> +childlabor-0.0.3.ebuild,
81 +metadata.xml:
82 Initial import of childlabor (new dependency of thor0.