diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-08-11 07:23:20 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-08-11 07:23:20 +0000 |
commit | 3c17864e35db66d8910672c7bc38331a8681dc8b (patch) | |
tree | b23982ea34b08e4ac765a98f3f8f6ca1ab0bc504 /dev-ruby/daemon_controller | |
parent | Cleanup. (diff) | |
download | gentoo-2-3c17864e35db66d8910672c7bc38331a8681dc8b.tar.gz gentoo-2-3c17864e35db66d8910672c7bc38331a8681dc8b.tar.bz2 gentoo-2-3c17864e35db66d8910672c7bc38331a8681dc8b.zip |
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/daemon_controller')
-rw-r--r-- | dev-ruby/daemon_controller/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/daemon_controller/daemon_controller-1.1.2.ebuild | 28 |
3 files changed, 5 insertions, 56 deletions
diff --git a/dev-ruby/daemon_controller/ChangeLog b/dev-ruby/daemon_controller/ChangeLog index 3f5d6ef16000..529fd87c0c1c 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.22 2013/07/31 14:12:03 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/ChangeLog,v 1.23 2013/08/11 07:23:20 graaff Exp $ + + 11 Aug 2013; Hans de Graaff <graaff@gentoo.org> + -daemon_controller-0.2.6.ebuild, -daemon_controller-1.1.2.ebuild: + Cleanup. *daemon_controller-1.1.5 (31 Jul 2013) diff --git a/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild b/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild deleted file mode 100644 index 8908417cfd9f..000000000000 --- a/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild +++ /dev/null @@ -1,27 +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-0.2.6.ebuild,v 1.6 2012/05/21 10:02:23 phajdan.jr Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_TEST="" - -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="test" - -ruby_add_bdepend "test? ( dev-ruby/rspec:0 ) " - -each_ruby_test() { - ${RUBY} -S spec spec || die "Tests failed." -} diff --git a/dev-ruby/daemon_controller/daemon_controller-1.1.2.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.1.2.ebuild deleted file mode 100644 index 0ec8d30f31d4..000000000000 --- a/dev-ruby/daemon_controller/daemon_controller-1.1.2.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.1.2.ebuild,v 1.1 2013/04/30 06:37:58 graaff Exp $ - -EAPI=5 - -# jruby → fails tests, looks like Unix sockets are bad on JRuby -USE_RUBY="ruby18 ruby19" - -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 -} |