From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 85D901388C1 for ; Fri, 11 Dec 2015 07:13:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17C5821C04C; Fri, 11 Dec 2015 07:13:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4335621C039 for ; Fri, 11 Dec 2015 07:13:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2188C340A60 for ; Fri, 11 Dec 2015 07:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F828CB2 for ; Fri, 11 Dec 2015 07:13:23 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1449817994.f353d801f0dbda439f8f4c93574b448be071ab3e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/daemon_controller/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/daemon_controller/Manifest dev-ruby/daemon_controller/daemon_controller-1.1.8.ebuild dev-ruby/daemon_controller/daemon_controller-1.2.0.ebuild X-VCS-Directories: dev-ruby/daemon_controller/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f353d801f0dbda439f8f4c93574b448be071ab3e X-VCS-Branch: master Date: Fri, 11 Dec 2015 07:13:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5aa893f8-85ee-4519-8f21-805ffdde47b8 X-Archives-Hash: d916e87d424c933d6d913fb44c336604 commit: f353d801f0dbda439f8f4c93574b448be071ab3e Author: Hans de Graaff gentoo org> AuthorDate: Fri Dec 11 06:51:58 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Dec 11 07:13:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f353d801 dev-ruby/daemon_controller: cleanup Package-Manager: portage-2.2.24 dev-ruby/daemon_controller/Manifest | 1 - .../daemon_controller-1.1.8.ebuild | 28 ---------------------- .../daemon_controller-1.2.0.ebuild | 28 ---------------------- 3 files changed, 57 deletions(-) diff --git a/dev-ruby/daemon_controller/Manifest b/dev-ruby/daemon_controller/Manifest index 10e5b26..fc2db85 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 f5eaf60..0000000 --- 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 00a8061..0000000 --- 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 -}