summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-30 06:35:05 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-30 06:35:05 +0000
commit8041a845dc6d53fa32566b4baceb5ea236d4a6a7 (patch)
treee24e898887c391525bea9e86608ad9f502faf6e9 /dev-ruby/daemon_controller
parentCleanup. (diff)
downloadgentoo-2-8041a845dc6d53fa32566b4baceb5ea236d4a6a7.tar.gz
gentoo-2-8041a845dc6d53fa32566b4baceb5ea236d4a6a7.tar.bz2
gentoo-2-8041a845dc6d53fa32566b4baceb5ea236d4a6a7.zip
Cleanup.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/daemon_controller')
-rw-r--r--dev-ruby/daemon_controller/ChangeLog6
-rw-r--r--dev-ruby/daemon_controller/daemon_controller-1.0.0.ebuild28
-rw-r--r--dev-ruby/daemon_controller/daemon_controller-1.1.0.ebuild28
3 files changed, 5 insertions, 57 deletions
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 <graaff@gentoo.org>
+ -daemon_controller-1.0.0.ebuild, -daemon_controller-1.1.0.ebuild:
+ Cleanup.
05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> 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
-}