diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-ruby/celluloid-supervision |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ruby/celluloid-supervision')
-rw-r--r-- | dev-ruby/celluloid-supervision/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild | 37 | ||||
-rw-r--r-- | dev-ruby/celluloid-supervision/metadata.xml | 11 |
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-ruby/celluloid-supervision/Manifest b/dev-ruby/celluloid-supervision/Manifest new file mode 100644 index 000000000000..f6c6ed4be279 --- /dev/null +++ b/dev-ruby/celluloid-supervision/Manifest @@ -0,0 +1,4 @@ +DIST celluloid-supervision-0.20.6.tar.gz 16391 SHA256 a315537d2d9277ea72c1e7348ece27a4db41d57f88f789e915dbc35a5901fb4e SHA512 f27d873641bf732822f1c65a8344a2c3bb611040ff0b3c72baff44ad3166f9a872e3dc536310a725f6ae91f1664ff72eba77c3192325ec52a25b7efee1beeaed WHIRLPOOL 19df082ce0be529e5afe492c75ae5b1070e3d21058e92271ac86758348ede3dfed07ec44967fd3897ab3346475314e45d807c681e7d191bc0e6d367b26fe43eb +EBUILD celluloid-supervision-0.20.6.ebuild 1033 SHA256 a5f9eeae87d2c38fecdb6caf0f5ac2919df17ec7a24d3ab273ab8757307d1456 SHA512 8af8d549d9d90ab0bf3c61f40e249956f6a06f14f1d5fc4530070b28e403d5623b9082c58ff6ac436e7d63a8bdfea7318e1d9d112c19882cf42a75b0e5b44b58 WHIRLPOOL f6a7ab742e8421a70f24bf3fb186da87bfed20a62de16638384ef4b21808fc3c8998b920dd1e5009496be7d4c0feee1c7aabfa5cc37a8a67d08b9c8631cc0bfd +MISC ChangeLog 1241 SHA256 deacf26971667cb2f4d2b4207648290c128ca10114789ea35d3feb5286111763 SHA512 ad2b4bd27b635f8cf45d6f3ae2a6fa33201490e61f06fb2d2511bad95fb4ac09578c1b28cada6ca40b4de4687c23635b6382c28c1a2f0c5f66f8ca5ca5125206 WHIRLPOOL fcaec6b25824c97420ee07dc15ab617aa9a1537a1288132f48a45f254904b9a4dcdf6d23c770bda2919aa5f0a2c1b459e7040e805facbbb34024a44c8262a4ba +MISC metadata.xml 357 SHA256 efdd9732112b4f35b2f73f9e877457b619999137ff65fa01dc9025bffac3b0cc SHA512 b1bf81ea3a1cdbefa2e9e8684daf563f5ff5cd03d32e394ed606acab3d70523c4a0dd70429d2df6de44c6bd7cf5f8ed6719b6a8d9f726925fc12db436df7e58b WHIRLPOOL 3445c5aa3a310e78fd21ba09c621b8cca6f35931c475e0a862720e947c088673db75b4d09e41aaf4703e9bfad9b963bd2c1ac5e81640543cae4be1ac81ce6e1e diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild new file mode 100644 index 000000000000..c7fad83db216 --- /dev/null +++ b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs" +HOMEPAGE="https://github.com/celluloid/celluloid" +SRC_URI="https://github.com/celluloid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +IUSE="" +SLOT="0" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +ruby_add_rdepend " + >=dev-ruby/timers-4.1.1" + +ruby_add_bdepend "test? ( + >=dev-ruby/celluloid-0.17.2 + dev-ruby/dotenv + dev-ruby/nenv + dev-ruby/rspec-retry +)" + +all_ruby_prepare() { + sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die + + sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die + sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die +} diff --git a/dev-ruby/celluloid-supervision/metadata.xml b/dev-ruby/celluloid-supervision/metadata.xml new file mode 100644 index 000000000000..e6a191fd5a64 --- /dev/null +++ b/dev-ruby/celluloid-supervision/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="github">celluloid/celluloid-supervision</remote-id> + </upstream> +</pkgmetadata> |