diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-11 22:29:38 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-11 22:29:38 +0000 |
commit | ebad741b0fcf76abf5313f8cae670906150fe14e (patch) | |
tree | 4c245c1b70be28301c732026b8474fd683214e5d /sys-cluster/swift | |
parent | Drop empty SRC_URI. (diff) | |
download | gentoo-2-ebad741b0fcf76abf5313f8cae670906150fe14e.tar.gz gentoo-2-ebad741b0fcf76abf5313f8cae670906150fe14e.tar.bz2 gentoo-2-ebad741b0fcf76abf5313f8cae670906150fe14e.zip |
updating swift to support more [${PYTHON_USEDEP}]
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster/swift')
-rw-r--r-- | sys-cluster/swift/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/swift/swift-1.7.4.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/sys-cluster/swift/ChangeLog b/sys-cluster/swift/ChangeLog index c61801683028..47fd15103199 100644 --- a/sys-cluster/swift/ChangeLog +++ b/sys-cluster/swift/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/swift -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.1 2013/01/02 20:03:40 prometheanfire Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.2 2013/01/11 22:29:38 prometheanfire Exp $ + + 11 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> swift-1.7.4.ebuild: + updating ebuilds to support more [] *swift-1.7.4 (31 Dec 2012) diff --git a/sys-cluster/swift/swift-1.7.4.ebuild b/sys-cluster/swift/swift-1.7.4.ebuild index c226a8619d46..45f3509a8b30 100644 --- a/sys-cluster/swift/swift-1.7.4.ebuild +++ b/sys-cluster/swift/swift-1.7.4.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-1.7.4.ebuild,v 1.1 2013/01/02 20:03:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-1.7.4.ebuild,v 1.2 2013/01/11 22:29:38 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) inherit distutils-r1 eutils linux-info -DESCRIPTION="Swift is a highly available, distributed, eventually consistent -object/blob store" +DESCRIPTION="A highly available, distributed, eventually consistent object/blob store" HOMEPAGE="https://launchpad.net/swift" SRC_URI="http://launchpad.net/${PN}/folsom/${PV}/+download/${P}.tar.gz" @@ -17,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="proxy account container object test +memcache" -DEPEND="dev-python/setuptools +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose dev-python/coverage dev-python/nosexcover @@ -29,7 +28,7 @@ RDEPEND="dev-python/eventlet dev-python/greenlet dev-python/netifaces dev-python/pastedeploy - dev-python/simplejson + dev-python/simplejson[${PYTHON_USEDEP}] dev-python/pyxattr dev-python/configobj dev-python/webob |