From 8041a845dc6d53fa32566b4baceb5ea236d4a6a7 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 30 Apr 2013 06:35:05 +0000 Subject: Cleanup. (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) --- dev-ruby/daemon_controller/ChangeLog | 6 ++++- .../daemon_controller-1.0.0.ebuild | 28 ---------------------- .../daemon_controller-1.1.0.ebuild | 28 ---------------------- 3 files changed, 5 insertions(+), 57 deletions(-) delete mode 100644 dev-ruby/daemon_controller/daemon_controller-1.0.0.ebuild delete mode 100644 dev-ruby/daemon_controller/daemon_controller-1.1.0.ebuild (limited to 'dev-ruby/daemon_controller') diff --git a/dev-ruby/daemon_controller/ChangeLog b/dev-ruby/daemon_controller/ChangeLog index b3453576881a..dd5ef1e00820 100644 --- a/dev-ruby/daemon_controller/ChangeLog +++ b/dev-ruby/daemon_controller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/daemon_controller # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/ChangeLog,v 1.18 2013/04/05 12:07:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/ChangeLog,v 1.19 2013/04/30 06:35:05 graaff Exp $ + + 30 Apr 2013; Hans de Graaff + -daemon_controller-1.0.0.ebuild, -daemon_controller-1.1.0.ebuild: + Cleanup. 05 Apr 2013; Agostino Sarubbo daemon_controller-1.1.1.ebuild: Stable for x86, wrt bug #464366 diff --git a/dev-ruby/daemon_controller/daemon_controller-1.0.0.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.0.0.ebuild deleted file mode 100644 index ff5366704405..000000000000 --- a/dev-ruby/daemon_controller/daemon_controller-1.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/daemon_controller-1.0.0.ebuild,v 1.3 2013/01/01 18:41:36 nativemad Exp $ - -EAPI=4 - -# jruby → fails tests, looks like Unix sockets are bad on JRuby -USE_RUBY="ruby18 ruby19 ree18" - -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="http://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.1.0.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.1.0.ebuild deleted file mode 100644 index e2141f0d2bed..000000000000 --- a/dev-ruby/daemon_controller/daemon_controller-1.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/daemon_controller-1.1.0.ebuild,v 1.2 2012/11/04 13:45:35 ago Exp $ - -EAPI=4 - -# jruby → fails tests, looks like Unix sockets are bad on JRuby -USE_RUBY="ruby18 ruby19 ree18" - -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="http://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 -} -- cgit v1.2.3-65-gdbad