From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F1F259CA3 for ; Sun, 6 Mar 2016 12:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC70921C04E for ; Sun, 6 Mar 2016 12:06:19 +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 243C7E03EC for ; Sun, 6 Mar 2016 09:28:57 +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 BC7F8340A67 for ; Sun, 6 Mar 2016 09:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEE088F5 for ; Sun, 6 Mar 2016 09:28:50 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1457256526.e1daca1ab383f70d06276f900950029de1b74c2a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gsutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gsutil/gsutil-3.42.ebuild net-misc/gsutil/gsutil-4.15.ebuild net-misc/gsutil/gsutil-4.16.ebuild net-misc/gsutil/gsutil-4.17.ebuild X-VCS-Directories: net-misc/gsutil/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e1daca1ab383f70d06276f900950029de1b74c2a X-VCS-Branch: master Date: Sun, 6 Mar 2016 09:28:50 +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: 46d6c08c-1225-4561-91df-ab49281b9e8e X-Archives-Hash: fbd21e3e7918ba9c5bf40ec1dad1b7ab commit: e1daca1ab383f70d06276f900950029de1b74c2a Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 6 09:28:01 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 6 09:28:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1daca1a net-misc/gsutil: Patch before sed in sources Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=576434 Signed-off-by: Justin Lecher gentoo.org> net-misc/gsutil/gsutil-3.42.ebuild | 3 +-- net-misc/gsutil/gsutil-4.15.ebuild | 3 +-- net-misc/gsutil/gsutil-4.16.ebuild | 3 +-- net-misc/gsutil/gsutil-4.17.ebuild | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/net-misc/gsutil/gsutil-3.42.ebuild b/net-misc/gsutil/gsutil-3.42.ebuild index 19674d0..9becc05 100644 --- a/net-misc/gsutil/gsutil-3.42.ebuild +++ b/net-misc/gsutil/gsutil-3.42.ebuild @@ -40,11 +40,10 @@ PATCHES=( ) python_prepare_all() { + distutils-r1_python_prepare_all sed \ -e '/SocksiPy-branch/d' \ -i setup.py || die - - distutils-r1_python_prepare_all } python_test() { diff --git a/net-misc/gsutil/gsutil-4.15.ebuild b/net-misc/gsutil/gsutil-4.15.ebuild index 8a26913..94a5902 100644 --- a/net-misc/gsutil/gsutil-4.15.ebuild +++ b/net-misc/gsutil/gsutil-4.15.ebuild @@ -42,11 +42,10 @@ PATCHES=( ) python_prepare_all() { + distutils-r1_python_prepare_all sed \ -e '/SocksiPy-branch/d' \ -i setup.py || die - - distutils-r1_python_prepare_all } python_test() { diff --git a/net-misc/gsutil/gsutil-4.16.ebuild b/net-misc/gsutil/gsutil-4.16.ebuild index b2ee088..687b8c9 100644 --- a/net-misc/gsutil/gsutil-4.16.ebuild +++ b/net-misc/gsutil/gsutil-4.16.ebuild @@ -41,11 +41,10 @@ PATCHES=( ) python_prepare_all() { + distutils-r1_python_prepare_all sed \ -e '/SocksiPy-branch/d' \ -i setup.py || die - - distutils-r1_python_prepare_all } python_test() { diff --git a/net-misc/gsutil/gsutil-4.17.ebuild b/net-misc/gsutil/gsutil-4.17.ebuild index b2ee088..687b8c9 100644 --- a/net-misc/gsutil/gsutil-4.17.ebuild +++ b/net-misc/gsutil/gsutil-4.17.ebuild @@ -41,11 +41,10 @@ PATCHES=( ) python_prepare_all() { + distutils-r1_python_prepare_all sed \ -e '/SocksiPy-branch/d' \ -i setup.py || die - - distutils-r1_python_prepare_all } python_test() {