From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 565891382C5 for ; Sat, 24 Feb 2018 07:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3211E078A; Sat, 24 Feb 2018 07:22:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92B59E078A for ; Sat, 24 Feb 2018 07:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8C87335C43 for ; Sat, 24 Feb 2018 07:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A7FB1FE for ; Sat, 24 Feb 2018 07:22:18 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1519456929.51328a4c5c63b9e4649448bea297cff472fc4f8d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openstack-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/openstack-meta/openstack-meta-2018.1.9999.ebuild X-VCS-Directories: sys-cluster/openstack-meta/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 51328a4c5c63b9e4649448bea297cff472fc4f8d X-VCS-Branch: master Date: Sat, 24 Feb 2018 07:22:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 09ef9de8-6dd7-44ea-b669-320cc2e710f0 X-Archives-Hash: 4cf6feb4d6eabd1cd39353eb4c40d793 commit: 51328a4c5c63b9e4649448bea297cff472fc4f8d Author: Matthew Thode gentoo org> AuthorDate: Sat Feb 24 07:21:55 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Feb 24 07:22:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51328a4c sys-cluster/openstack-meta: QUEENS Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../openstack-meta-2018.1.9999.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/sys-cluster/openstack-meta/openstack-meta-2018.1.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2018.1.9999.ebuild new file mode 100644 index 00000000000..ea5f7467b12 --- /dev/null +++ b/sys-cluster/openstack-meta/openstack-meta-2018.1.9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A openstack meta-package for installing the various openstack pieces" +HOMEPAGE="https://openstack.org" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="cinder glance heat keystone neutron nova swift" + +DEPEND="" +RDEPEND=" + keystone? ( ~sys-auth/keystone-${PV} ) + swift? ( ~sys-cluster/swift-${PV} ) + neutron? ( ~sys-cluster/neutron-${PV} ) + glance? ( ~app-admin/glance-${PV} ) + cinder? ( ~sys-cluster/cinder-${PV} ) + nova? ( ~sys-cluster/nova-${PV} ) + heat? ( ~sys-cluster/heat-${PV} ) +"