From f11a5b989e937b4ad61aac5b316955e783d00b1a Mon Sep 17 00:00:00 2001 From: Benedikt Boehm Date: Sun, 10 Feb 2013 20:02:16 +0000 Subject: version bump (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit) --- .../chef-expander/chef-expander-10.20.0.ebuild | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 app-admin/chef-expander/chef-expander-10.20.0.ebuild (limited to 'app-admin/chef-expander/chef-expander-10.20.0.ebuild') diff --git a/app-admin/chef-expander/chef-expander-10.20.0.ebuild b/app-admin/chef-expander/chef-expander-10.20.0.ebuild new file mode 100644 index 000000000000..9ccf08c2ce93 --- /dev/null +++ b/app-admin/chef-expander/chef-expander-10.20.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chef-expander/chef-expander-10.20.0.ebuild,v 1.1 2013/02/10 20:02:16 hollow Exp $ + +EAPI=4 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="spec" + +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Configuration management tool" +HOMEPAGE="http://wiki.opscode.com/display/chef" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# specs require a live rabbitmq server +RESTRICT="test" + +ruby_add_rdepend "~app-admin/chef-${PV} + >=dev-ruby/amqp-0.6.7 + =dev-ruby/bunny-0.6.0 + >=dev-ruby/em-http-request-0.2.11 + =dev-ruby/eventmachine-0.12.10 + >=dev-ruby/fast_xs-0.7.3 + >=dev-ruby/highline-1.6.1 + =dev-ruby/mixlib-log-1.2.0 + >=dev-ruby/uuidtools-2.1.1 + =dev-ruby/yajl-ruby-1.0 +