summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-12-11 07:51:58 +0100
committerHans de Graaff <graaff@gentoo.org>2015-12-11 08:13:14 +0100
commitf353d801f0dbda439f8f4c93574b448be071ab3e (patch)
treea90517c69068e44c1d40c4b7a6874b30f88fea59 /dev-ruby/daemon_controller
parentdev-ruby/cri: cleanup (diff)
downloadgentoo-f353d801f0dbda439f8f4c93574b448be071ab3e.tar.gz
gentoo-f353d801f0dbda439f8f4c93574b448be071ab3e.tar.bz2
gentoo-f353d801f0dbda439f8f4c93574b448be071ab3e.zip
dev-ruby/daemon_controller: cleanup
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-ruby/daemon_controller')
-rw-r--r--dev-ruby/daemon_controller/Manifest1
-rw-r--r--dev-ruby/daemon_controller/daemon_controller-1.1.8.ebuild28
-rw-r--r--dev-ruby/daemon_controller/daemon_controller-1.2.0.ebuild28
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-ruby/daemon_controller/Manifest b/dev-ruby/daemon_controller/Manifest
index 10e5b26c69a2..fc2db8578957 100644
--- a/dev-ruby/daemon_controller/Manifest
+++ b/dev-ruby/daemon_controller/Manifest
@@ -1,2 +1 @@
-DIST daemon_controller-1.1.8.gem 34304 SHA256 4eb3733d4544c2a19588e099957b0599167c7b3cb1668489242a9e78614036b8 SHA512 48e916e5ae30f8133c856c39dfe36a1cb5bb0320bf3e799fbfc7741aa973c0e6ecfbdc8063c4d06705624616ca8868b899a18c81aa7cfe146790a8075c1ed7f9 WHIRLPOOL d9c494f1d480f4c7b4938bcca3e37bb04c72cf45a6855975a77310da5fa64e4a899bd0c06ec016736ff9429c81a27cfdbef0b36d2108cb6207134f191a09270c
DIST daemon_controller-1.2.0.gem 37888 SHA256 6d4b4589f7f8ed2201e857a9f0c80a5c3c19548c5b7b5df55794299fd981aa0b SHA512 d22b5f37a41f2fab642cc7a6f5b5ea8a892d2c8b9eda04c9a547ee3aab3148a8897bc4737fd30fd9eb6e2a4fba458ea5811024fb5ad71b7959f3996dfa7b7705 WHIRLPOOL d7e6322464c5950ede20367cb54360f224339bd35595e16a9415a57c398827bb2a51d1056880fbbbbe50d76dfa32184a6b26b344734f5c380488255eb3bbd69b
diff --git a/dev-ruby/daemon_controller/daemon_controller-1.1.8.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.1.8.ebuild
deleted file mode 100644
index f5eaf60fb87a..000000000000
--- a/dev-ruby/daemon_controller/daemon_controller-1.1.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby → fails tests, looks like Unix sockets are bad on JRuby
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for starting and stopping 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/daemon_controller-1.2.0.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.2.0.ebuild
deleted file mode 100644
index 00a806103c62..000000000000
--- a/dev-ruby/daemon_controller/daemon_controller-1.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby → fails tests, looks like Unix sockets are bad on JRuby
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for starting and stopping 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
-}