From cdc323008f58564bac02bb493cabce41af8dcf4d Mon Sep 17 00:00:00 2001 From: Benedikt Boehm Date: Thu, 14 Feb 2013 08:23:19 +0000 Subject: version bump (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit) --- app-admin/chef/ChangeLog | 7 ++- app-admin/chef/chef-10.22.0.ebuild | 87 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 app-admin/chef/chef-10.22.0.ebuild (limited to 'app-admin/chef') diff --git a/app-admin/chef/ChangeLog b/app-admin/chef/ChangeLog index 2093dc687d4f..ebd901b5ddd3 100644 --- a/app-admin/chef/ChangeLog +++ b/app-admin/chef/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/chef # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.20 2013/02/10 21:08:24 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.21 2013/02/14 08:23:19 hollow Exp $ + +*chef-10.22.0 (14 Feb 2013) + + 14 Feb 2013; Benedikt Böhm +chef-10.22.0.ebuild: + version bump 10 Feb 2013; Benedikt Böhm chef-10.20.0.ebuild: remove accidental epatch diff --git a/app-admin/chef/chef-10.22.0.ebuild b/app-admin/chef/chef-10.22.0.ebuild new file mode 100644 index 000000000000..304045eed7be --- /dev/null +++ b/app-admin/chef/chef-10.22.0.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/chef-10.22.0.ebuild,v 1.1 2013/02/14 08:23:19 hollow Exp $ + +EAPI=4 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="spec" + +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +RUBY_FAKEGEM_GEMSPEC=${RUBY_FAKEGEM_NAME}.gemspec + +inherit ruby-fakegem user + +DESCRIPTION="Chef is a systems integration framework" +HOMEPAGE="http://wiki.opscode.com/display/chef" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# specs have various indempotency issues which result in the global Chef::Config +# object to be replaced and subsequently fails other specs. Revisit this later. +RESTRICT="test" + +ruby_add_rdepend ">=dev-ruby/bunny-0.6.0 + dev-ruby/erubis + >=dev-ruby/highline-1.6.9 + >=dev-ruby/json-1.4.4 + <=dev-ruby/json-1.7.7 + >=dev-ruby/mixlib-authentication-1.3.0 + >=dev-ruby/mixlib-cli-1.1.0 + >=dev-ruby/mixlib-config-1.1.2 + >=dev-ruby/mixlib-log-1.3.0 + dev-ruby/mixlib-shellout + =dev-ruby/net-ssh-2.6 + =dev-ruby/net-ssh-multi-1.1 + =dev-ruby/ohai-0.6.0 + >=dev-ruby/rest-client-1.0.4 + =dev-ruby/treetop-1.4.9 + =dev-ruby/yajl-ruby-1.1 +