summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-06-07 19:43:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-06-07 19:43:53 +0000
commitfaf4aa9e944ea53a2b0819991c1d3a44f81a6326 (patch)
treee8afc32a3edc5ec4dae84ddbe618397cb8ead4b5 /dev-ruby/childlabor
parentFix bashism in install-sh, bug 419735 (diff)
downloadhistorical-faf4aa9e944ea53a2b0819991c1d3a44f81a6326.tar.gz
historical-faf4aa9e944ea53a2b0819991c1d3a44f81a6326.tar.bz2
historical-faf4aa9e944ea53a2b0819991c1d3a44f81a6326.zip
Initial import of childlabor (new dependency of thor0.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/childlabor')
-rw-r--r--dev-ruby/childlabor/ChangeLog10
-rw-r--r--dev-ruby/childlabor/Manifest18
-rw-r--r--dev-ruby/childlabor/childlabor-0.0.3.ebuild25
-rw-r--r--dev-ruby/childlabor/metadata.xml12
4 files changed, 65 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/Manifest b/dev-ruby/childlabor/Manifest
new file mode 100644
index 000000000000..b72a010287b0
--- /dev/null
+++ b/dev-ruby/childlabor/Manifest
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST childlabor-0.0.3.gem 5120 RMD160 ea2626092f7fdc5c219ec548915c537c88e888e5 SHA1 9b260d36309fce7ad3f65a5850c6ef72b82a31bd SHA256 eae56c14b1e580074c52249263d94afe821faf9661e70277942bc09028041efe
+EBUILD childlabor-0.0.3.ebuild 665 RMD160 5616641e657a6cd356d148b87a4b3eb703cffbb0 SHA1 36fd0bebdf870a424acaca22b5f6c4869be2c579 SHA256 e277978a1140f3e15fddee79dcbb42fa615398b44dad8ce59221902708d88614
+MISC ChangeLog 404 RMD160 ac0910bba9929a72d78ae3268456b3c71791b16e SHA1 d15588a8895d5d1c1af3e8b9a927b12a2a5ac159 SHA256 3f944edde8f74be1bd915be1a9823bb31bbcbcd4401bdbfe57045ff5a67e0abb
+MISC metadata.xml 509 RMD160 1fa500f79ea2b453a881b425f53106b0a27bed8d SHA1 63638fdb485ff1da9bcaa3fb925d0da507eb7cdb SHA256 c72baa8f036ce1bdd074c83d7f903e7ae384075f5eb78aad21437c133c92e2dd
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iQEcBAEBAgAGBQJP0QSDAAoJEBzRPIrUMBNCq64H/3uxs/+nC/Sk9J7SlLPOp1jf
+lE3v0mZfj8d82y2Um70E+IXICmbmdrki2jNAJqsNgigTEpztrR0xPJk+OaKaYkYJ
+qWXigt5A6eBFie8tuzlNHV6rPcRp4qxcQeDHIpYtnFs/IwPqLUTe7ULxBj+uFZBG
+Vgbv6g828saYODCOmO//RaytRjZyZHEIXUqJOpf53TeoudIHUSiViVUryA8T5FI+
+zKRE8zKHjQuwEgRQmNpDyK8AIw2JamkqB+UptDChheoMT6KP5z42fNXmiDs7xwrm
+OdkIUeVlryAMeKEobXWdht8WMAupWiyHSXQ7WuHYgLIoL65n5hQaNsfd6YQv6yk=
+=B2w7
+-----END PGP SIGNATURE-----
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>