From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E618713832E for ; Sat, 6 Aug 2016 16:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09CF921C127; Sat, 6 Aug 2016 16:51:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1259121C079 for ; Sat, 6 Aug 2016 16:51:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 465A6340C74 for ; Sat, 6 Aug 2016 16:51:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC31A2450 for ; Sat, 6 Aug 2016 16:51:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1470501959.6facfee880a7e257fa2d31d62324e9f5b65f50f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-neutronclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild X-VCS-Directories: dev-python/python-neutronclient/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6facfee880a7e257fa2d31d62324e9f5b65f50f4 X-VCS-Branch: master Date: Sat, 6 Aug 2016 16:51:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b528223-54ce-4bde-bcee-34abec351284 X-Archives-Hash: 40756f55b26314d04ddd1ec55c97e5d6 commit: 6facfee880a7e257fa2d31d62324e9f5b65f50f4 Author: Felix Janda posteo de> AuthorDate: Fri Aug 5 16:18:43 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 6 16:45:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6facfee8 dev-python/python-neutronclient: whitespace dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild | 4 ++-- dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild | 2 +- dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild b/dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild index 242a382..8989eee 100644 --- a/dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild +++ b/dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -58,7 +58,7 @@ RDEPEND=" >=dev-python/Babel-1.3[${PYTHON_USEDEP}]" python_prepare_all() { - # built in... + # built in... sed -i '/^argparse/d' requirements.txt || die sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all diff --git a/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild b/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild index 0ba426c..8d54f9c 100644 --- a/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild +++ b/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild @@ -61,7 +61,7 @@ RDEPEND=" >=dev-python/Babel-1.3[${PYTHON_USEDEP}]" python_prepare_all() { - # built in... + # built in... sed -i '/^argparse/d' requirements.txt || die sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all diff --git a/dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild b/dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild index 525bd14..fdcda16 100644 --- a/dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild +++ b/dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild @@ -62,7 +62,7 @@ RDEPEND=" >=dev-python/Babel-1.3[${PYTHON_USEDEP}]" python_prepare_all() { - # built in... + # built in... sed -i '/^argparse/d' requirements.txt || die sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all