From 486d2db36bea65560abe4de708fc1bd649aff976 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 7 Jun 2012 19:43:53 +0000 Subject: Initial import of childlabor (new dependency of thor0. (Portage version: 2.2.0_alpha110/cvs/Linux x86_64) --- dev-ruby/childlabor/ChangeLog | 10 ++++++++++ dev-ruby/childlabor/childlabor-0.0.3.ebuild | 25 +++++++++++++++++++++++++ dev-ruby/childlabor/metadata.xml | 12 ++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 dev-ruby/childlabor/ChangeLog create mode 100644 dev-ruby/childlabor/childlabor-0.0.3.ebuild create mode 100644 dev-ruby/childlabor/metadata.xml (limited to 'dev-ruby/childlabor') diff --git a/dev-ruby/childlabor/ChangeLog b/dev-ruby/childlabor/ChangeLog new file mode 100644 index 000000000000..d1ed5f841ce2 --- /dev/null +++ b/dev-ruby/childlabor/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/childlabor +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.1 2012/06/07 19:43:53 flameeyes Exp $ + +*childlabor-0.0.3 (07 Jun 2012) + + 07 Jun 2012; Diego E. Pettenò +childlabor-0.0.3.ebuild, + +metadata.xml: + Initial import of childlabor (new dependency of thor0. + diff --git a/dev-ruby/childlabor/childlabor-0.0.3.ebuild b/dev-ruby/childlabor/childlabor-0.0.3.ebuild new file mode 100644 index 000000000000..f2f9e7fc942f --- /dev/null +++ b/dev-ruby/childlabor/childlabor-0.0.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3.ebuild,v 1.1 2012/06/07 19:43:53 flameeyes Exp $ + +EAPI=4 +USE_RUBY="ruby18 ree18 ruby19 jruby" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A scripting framework that replaces rake and sake" +HOMEPAGE="https://github.com/carllerche/childlabor" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +# upstream hasn't released a tarball, and the tests are not in the gem +# file. +RESTRICT=test diff --git a/dev-ruby/childlabor/metadata.xml b/dev-ruby/childlabor/metadata.xml new file mode 100644 index 000000000000..91b06d8e1eff --- /dev/null +++ b/dev-ruby/childlabor/metadata.xml @@ -0,0 +1,12 @@ + + + + ruby + + Thor is a simple and efficient tool for building self-documenting + command line utilities. It removes the pain of parsing command line + options, writing "USAGE:" banners, and can also be used as an + alternative to the Rake build tool. The syntax is Rake-like, so it + should be familiar to most Rake users. + + -- cgit v1.2.3-65-gdbad