From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rackspace-novaclient/
Date: Mon, 23 Nov 2015 10:46:46 +0000 (UTC) [thread overview]
Message-ID: <1448275599.750dfec7eaf72fd405eaf7ecf9d1d5a6df8208e9.jlec@gentoo> (raw)
commit: 750dfec7eaf72fd405eaf7ecf9d1d5a6df8208e9
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 10:23:44 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 10:46:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750dfec7
dev-python/rackspace-novaclient: Call mkdir with -p
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565966
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.../rackspace-novaclient-1.4.ebuild | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/dev-python/rackspace-novaclient/rackspace-novaclient-1.4.ebuild b/dev-python/rackspace-novaclient/rackspace-novaclient-1.4.ebuild
index 1fed772..653dca3 100644
--- a/dev-python/rackspace-novaclient/rackspace-novaclient-1.4.ebuild
+++ b/dev-python/rackspace-novaclient/rackspace-novaclient-1.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -16,14 +17,15 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]
- >=dev-python/rackspace-auth-openstack-1.3[${PYTHON_USEDEP}]
- >=dev-python/os-diskconfig-python-novaclient-ext-0.1.2[${PYTHON_USEDEP}]
- !dev-python/rax-backup-schedule-python-novaclient-ext[${PYTHON_USEDEP}]
- >=dev-python/os-networksv2-python-novaclient-ext-0.21[${PYTHON_USEDEP}]
- >=dev-python/os-virtual-interfacesv2-python-novaclient-ext-0.15[${PYTHON_USEDEP}]
- >=dev-python/rax-default-network-flags-python-novaclient-ext-0.2.4[${PYTHON_USEDEP}]"
+RDEPEND="
+ >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]
+ >=dev-python/rackspace-auth-openstack-1.3[${PYTHON_USEDEP}]
+ >=dev-python/os-diskconfig-python-novaclient-ext-0.1.2[${PYTHON_USEDEP}]
+ !dev-python/rax-backup-schedule-python-novaclient-ext[${PYTHON_USEDEP}]
+ >=dev-python/os-networksv2-python-novaclient-ext-0.21[${PYTHON_USEDEP}]
+ >=dev-python/os-virtual-interfacesv2-python-novaclient-ext-0.15[${PYTHON_USEDEP}]
+ >=dev-python/rax-default-network-flags-python-novaclient-ext-0.2.4[${PYTHON_USEDEP}]"
python_prepare() {
- mkdir "${BUILD_DIR}" || die
+ mkdir -p "${BUILD_DIR}" || die
}
next reply other threads:[~2015-11-23 10:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-23 10:46 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-23 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/rackspace-novaclient/ Michał Górny
2018-06-24 19:53 Pacho Ramos
2020-01-13 9:48 Michał Górny
2020-01-13 9:48 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1448275599.750dfec7eaf72fd405eaf7ecf9d1d5a6df8208e9.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox