| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-admin/chef-server/chef-server-0.10.10.ebuild,v 1.1 2012/06/17 15:46:44 hollow Exp $ |
| 4 |
|
| 5 |
EAPI="4" |
| 6 |
USE_RUBY="ruby18" |
| 7 |
|
| 8 |
RUBY_FAKEGEM_TASK_DOC="" |
| 9 |
RUBY_FAKEGEM_TASK_TEST="" |
| 10 |
|
| 11 |
inherit ruby-fakegem |
| 12 |
|
| 13 |
DESCRIPTION="Configuration management tool (meta package)" |
| 14 |
HOMEPAGE="http://wiki.opscode.com/display/chef" |
| 15 |
|
| 16 |
LICENSE="Apache-2.0" |
| 17 |
SLOT="0" |
| 18 |
KEYWORDS="~amd64 ~x86" |
| 19 |
IUSE="" |
| 20 |
|
| 21 |
ruby_add_rdepend "~app-admin/chef-server-api-${PV} |
| 22 |
~app-admin/chef-solr-${PV} |
| 23 |
~app-admin/chef-expander-${PV}" |