diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-26 05:41:06 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-26 05:41:06 +0000 |
commit | 1cfd27dd90d3acb38d183df540cf1545df4f9baa (patch) | |
tree | 1799273023ac4412401ff838d12d56c7d940f84f /dev-python/stevedore | |
parent | adding lockfile-0.8 because sys-cluster/cinder needs it (diff) | |
download | gentoo-2-1cfd27dd90d3acb38d183df540cf1545df4f9baa.tar.gz gentoo-2-1cfd27dd90d3acb38d183df540cf1545df4f9baa.tar.bz2 gentoo-2-1cfd27dd90d3acb38d183df540cf1545df4f9baa.zip |
adding stevedore-0.8 since sys-cluster/cinder needs it
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/stevedore')
-rw-r--r-- | dev-python/stevedore/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/stevedore/stevedore-0.8.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/stevedore/ChangeLog b/dev-python/stevedore/ChangeLog index 0ae6688c07ed..9f68863926f0 100644 --- a/dev-python/stevedore/ChangeLog +++ b/dev-python/stevedore/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/stevedore -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.1 2012/11/05 08:49:33 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.2 2013/01/26 05:41:06 prometheanfire Exp $ + +*stevedore-0.8 (26 Jan 2013) + + 26 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +stevedore-0.8.ebuild: + adding stevedore-0.8 since sys-cluster/cinder needs it *stevedore-0.6 (05 Nov 2012) diff --git a/dev-python/stevedore/stevedore-0.8.ebuild b/dev-python/stevedore/stevedore-0.8.ebuild new file mode 100644 index 000000000000..5edc7683af07 --- /dev/null +++ b/dev-python/stevedore/stevedore-0.8.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.8.ebuild,v 1.1 2013/01/26 05:41:06 prometheanfire Exp $ + +EAPI=4 + +PYTHON_DEPEND="2:2.6 3:3.1" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5 *-jython 2.7-pypy-*" + +inherit distutils python + +DESCRIPTION="Manage dynamic plugins for Python applications" +HOMEPAGE="https://github.com/dreamhost/stevedore" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |