diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-10-25 19:57:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-10-25 19:57:19 +0000 |
commit | 1c53539ee369c61c76acfdc9980dd98dae29b3c8 (patch) | |
tree | 4bffc97c23eb400e0b2f5a110ccf8b65f9aef17e /dev-ruby/daemon_controller | |
parent | Inserted workaround for build failure whenever LINGUAS does not contain de (b... (diff) | |
download | gentoo-2-1c53539ee369c61c76acfdc9980dd98dae29b3c8.tar.gz gentoo-2-1c53539ee369c61c76acfdc9980dd98dae29b3c8.tar.bz2 gentoo-2-1c53539ee369c61c76acfdc9980dd98dae29b3c8.zip |
Initial import. New dependency for www-apache/passenger.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/daemon_controller')
-rw-r--r-- | dev-ruby/daemon_controller/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/daemon_controller/daemon_controller-0.2.5.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/daemon_controller/metadata.xml | 5 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-ruby/daemon_controller/ChangeLog b/dev-ruby/daemon_controller/ChangeLog new file mode 100644 index 000000000000..37a85cdd3969 --- /dev/null +++ b/dev-ruby/daemon_controller/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/daemon_controller +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/ChangeLog,v 1.1 2010/10/25 19:57:19 graaff Exp $ + +*daemon_controller-0.2.5 (25 Oct 2010) + + 25 Oct 2010; Hans de Graaff <graaff@gentoo.org> + +daemon_controller-0.2.5.ebuild, +metadata.xml: + Initial import. New dependency for www-apache/passenger. + diff --git a/dev-ruby/daemon_controller/daemon_controller-0.2.5.ebuild b/dev-ruby/daemon_controller/daemon_controller-0.2.5.ebuild new file mode 100644 index 000000000000..575763c34c7c --- /dev/null +++ b/dev-ruby/daemon_controller/daemon_controller-0.2.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 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.5.ebuild,v 1.1 2010/10/25 19:57:19 graaff 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, race-condition-free manner." +HOMEPAGE="http://github.com/FooBarWidget/daemon_controller" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/rspec ) " + +each_ruby_test() { + ${RUBY} -S spec spec || die "Tests failed." +} diff --git a/dev-ruby/daemon_controller/metadata.xml b/dev-ruby/daemon_controller/metadata.xml new file mode 100644 index 000000000000..0040b1162894 --- /dev/null +++ b/dev-ruby/daemon_controller/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> +</pkgmetadata> |