From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-ruby/daemon_controller/Manifest | 1 + .../daemon_controller-1.2.0-r1.ebuild | 26 ++++++++++++++++++++++ dev-ruby/daemon_controller/metadata.xml | 12 ++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-ruby/daemon_controller/Manifest create mode 100644 dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild create mode 100644 dev-ruby/daemon_controller/metadata.xml (limited to 'dev-ruby/daemon_controller') diff --git a/dev-ruby/daemon_controller/Manifest b/dev-ruby/daemon_controller/Manifest new file mode 100644 index 000000000000..0c84d0a33303 --- /dev/null +++ b/dev-ruby/daemon_controller/Manifest @@ -0,0 +1 @@ +DIST daemon_controller-1.2.0.gem 37888 BLAKE2B c320d92cd3515f861e775eab72726469d7b6ed3cfd1655a67bf11458ef1ba5b43f72b8ba600f5c953b99c18f99549a48d0648b387abda45a87de99d2c9d955c5 SHA512 d22b5f37a41f2fab642cc7a6f5b5ea8a892d2c8b9eda04c9a547ee3aab3148a8897bc4737fd30fd9eb6e2a4fba458ea5811024fb5ad71b7959f3996dfa7b7705 diff --git a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild new file mode 100644 index 000000000000..f16b0169ede2 --- /dev/null +++ b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.markdown" + +inherit ruby-fakegem + +DESCRIPTION="Library to start and stop specific daemons programmatically in a robust manner" +HOMEPAGE="https://github.com/FooBarWidget/daemon_controller" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +all_ruby_prepare() { + # fix tests with RSpec 2 + sed -i -e '1irequire "thread"' spec/test_helper.rb || die +} diff --git a/dev-ruby/daemon_controller/metadata.xml b/dev-ruby/daemon_controller/metadata.xml new file mode 100644 index 000000000000..209df7159296 --- /dev/null +++ b/dev-ruby/daemon_controller/metadata.xml @@ -0,0 +1,12 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + FooBarWidget/daemon_controller + + gentoo-staging + -- cgit v1.3.1