diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-02-21 08:23:50 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-02-21 08:23:50 +0000 |
commit | ceb1d90872426cb44306d61279b51f283e4742cc (patch) | |
tree | b7bc6526e7444086ec98c8fc329c6d42e88f2216 /dev-python/openstack-nose-plugin | |
parent | Remove old. (diff) | |
download | gentoo-2-ceb1d90872426cb44306d61279b51f283e4742cc.tar.gz gentoo-2-ceb1d90872426cb44306d61279b51f283e4742cc.tar.bz2 gentoo-2-ceb1d90872426cb44306d61279b51f283e4742cc.zip |
set S, fixes Bug #458210 by flameeyes
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/openstack-nose-plugin')
-rw-r--r-- | dev-python/openstack-nose-plugin/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/openstack-nose-plugin/ChangeLog b/dev-python/openstack-nose-plugin/ChangeLog index 081b61660843..61dae72eb17d 100644 --- a/dev-python/openstack-nose-plugin/ChangeLog +++ b/dev-python/openstack-nose-plugin/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-python/openstack-nose-plugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.1 2013/01/21 09:01:41 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.2 2013/02/21 08:23:50 idella4 Exp $ + + 21 Feb 2013; Ian Delaney <idella4@gentoo.org> + openstack-nose-plugin-0.11.ebuild: + set S, fixes Bug #458210 by flameeyes *openstack-nose-plugin-0.11 (21 Jan 2013) 21 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +openstack-nose-plugin-0.11.ebuild, +metadata.xml: inital add of openstack-nose-plugins - diff --git a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild index 1df59d9e1409..1a9a787952df 100644 --- a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild +++ b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild,v 1.1 2013/01/21 09:01:41 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11.ebuild,v 1.2 2013/02/21 08:23:50 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -16,6 +16,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +S="${WORKDIR}/${MY_PN}-${PV}" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] |