From f468652ab2df86368ba7976591680d5bcf215c80 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 9 Feb 2017 06:08:54 -0600 Subject: sys-cluster/swift: fixing missing dep bug 608568 Package-Manager: portage-2.3.3 --- sys-cluster/swift/swift-2.10.1-r1.ebuild | 117 +++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 sys-cluster/swift/swift-2.10.1-r1.ebuild diff --git a/sys-cluster/swift/swift-2.10.1-r1.ebuild b/sys-cluster/swift/swift-2.10.1-r1.ebuild new file mode 100644 index 000000000000..b16b40938f97 --- /dev/null +++ b/sys-cluster/swift/swift-2.10.1-r1.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 eutils linux-info user + +DESCRIPTION="A highly available, distributed, and eventually consistent object/blob store" +HOMEPAGE="https://launchpad.net/swift" +SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="proxy account container object +memcached" +REQUIRED_USE="|| ( proxy account container object )" + +CDEPEND=" + >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}] +