diff options
author | 2011-02-19 08:29:08 +0000 | |
---|---|---|
committer | 2011-02-19 08:29:08 +0000 | |
commit | 3a697d5bf02d03db8a87fb4231610c3717975218 (patch) | |
tree | c2efe3c6831d96eb92dbc9432bed253f4fb718e4 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-3a697d5bf02d03db8a87fb4231610c3717975218.tar.gz gentoo-2-3a697d5bf02d03db8a87fb4231610c3717975218.tar.bz2 gentoo-2-3a697d5bf02d03db8a87fb4231610c3717975218.zip |
Version bump.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/daemon_controller/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild | 27 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-ruby/daemon_controller/ChangeLog b/dev-ruby/daemon_controller/ChangeLog index 37a85cdd3969..0dd4aa1a1296 100644 --- a/dev-ruby/daemon_controller/ChangeLog +++ b/dev-ruby/daemon_controller/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/ChangeLog,v 1.2 2011/02/19 08:29:08 graaff Exp $ + +*daemon_controller-0.2.6 (19 Feb 2011) + + 19 Feb 2011; Hans de Graaff <graaff@gentoo.org> + +daemon_controller-0.2.6.ebuild: + Version bump. *daemon_controller-0.2.5 (25 Oct 2010) diff --git a/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild b/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild new file mode 100644 index 000000000000..32ce8c5ccd2b --- /dev/null +++ b/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 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.1 2011/02/19 08:29:08 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 ~x86" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/rspec ) " + +each_ruby_test() { + ${RUBY} -S spec spec || die "Tests failed." +} |