diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-06-07 19:43:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-06-07 19:43:53 +0000 |
commit | 486d2db36bea65560abe4de708fc1bd649aff976 (patch) | |
tree | ed3476ba276c3c57a617366df413bb2bd2d65099 /dev-ruby | |
parent | Fix bashism in install-sh, bug 419735 (diff) | |
download | gentoo-2-486d2db36bea65560abe4de708fc1bd649aff976.tar.gz gentoo-2-486d2db36bea65560abe4de708fc1bd649aff976.tar.bz2 gentoo-2-486d2db36bea65560abe4de708fc1bd649aff976.zip |
Initial import of childlabor (new dependency of thor0.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/childlabor/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/childlabor/childlabor-0.0.3.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/childlabor/metadata.xml | 12 |
3 files changed, 47 insertions, 0 deletions
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ò <flameeyes@gentoo.org> +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> + <longdescription> + 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. + </longdescription> +</pkgmetadata> |