summaryrefslogtreecommitdiff
path: root/dev-ruby/countdownlatch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/countdownlatch
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/countdownlatch')
-rw-r--r--dev-ruby/countdownlatch/Manifest3
-rw-r--r--dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild26
-rw-r--r--dev-ruby/countdownlatch/metadata.xml11
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-ruby/countdownlatch/Manifest b/dev-ruby/countdownlatch/Manifest
new file mode 100644
index 000000000000..78d9c421a39b
--- /dev/null
+++ b/dev-ruby/countdownlatch/Manifest
@@ -0,0 +1,3 @@
+DIST countdownlatch-1.0.0.gem 7168 BLAKE2B 5261ccfec2c743fb2bdd785bf48c1695ded01be94e0d216d96f2322d5422000450dd6205a0b7ad3597de665b0629f09369937c2ea7cc377dd700a5e233662327 SHA512 3e8e23212b253d6d29ae7834131e7dd5ccb40d6ecb43fe31fa84b8314e932b5ef1cc8ce61f59ba8256bfc80c6f7c131b149748e99ce9b4667f2da7ac8b8279a5
+EBUILD countdownlatch-1.0.0-r1.ebuild 584 BLAKE2B 69117502e2712464fb5fa5047d35ee19c6fb191c5a5920016cae6456440845855d09d0356beea2432b4e61a37c788f666dc4049b9c5d9a560d10df7da193c8b1 SHA512 a281bfe23f6e6313083d8c4b24d09f4f739f31f120285fcb95df3e27f9c428ca2c25fcd6a2ac5adea9a46ce7c1df9999f03afc79c792ba7674d99932a16eed1f
+MISC metadata.xml 352 BLAKE2B 0cc9d71d3f0d0dcc5d20283d7a360b1df257e238340479b8bb7dcfed43c9a1661cb08f7b0fa28648af743f3c5364492a88bebd70259c34481b5f95ecf416fc52 SHA512 bbeaa386c573ae0d90d63dbca6c7975c741d234cf8e96d5fb7512ef907b7e73d730bc4cd50902869cfbb6d7cd6dbb034a0fe1da4dfa3cc7cd298c31f6c615618
diff --git a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..191aa5532528
--- /dev/null
+++ b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Synchronization aid to allow threads to wait for operations in other threads"
+HOMEPAGE="https://github.com/benlangfeld/countdownlatch"
+IUSE=""
+SLOT="0"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}
diff --git a/dev-ruby/countdownlatch/metadata.xml b/dev-ruby/countdownlatch/metadata.xml
new file mode 100644
index 000000000000..3751acc1138a
--- /dev/null
+++ b/dev-ruby/countdownlatch/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">benlangfeld/countdownlatch</remote-id>
+ </upstream>
+</pkgmetadata>