Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gsutil/
Date: Sun, 06 Mar 2016 12:06:20
Message-Id: 1457256526.e1daca1ab383f70d06276f900950029de1b74c2a.jlec@gentoo
1 commit: e1daca1ab383f70d06276f900950029de1b74c2a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 09:28:01 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 09:28:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1daca1a
7
8 net-misc/gsutil: Patch before sed in sources
9
10 Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=576434
11
12 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
13
14 net-misc/gsutil/gsutil-3.42.ebuild | 3 +--
15 net-misc/gsutil/gsutil-4.15.ebuild | 3 +--
16 net-misc/gsutil/gsutil-4.16.ebuild | 3 +--
17 net-misc/gsutil/gsutil-4.17.ebuild | 3 +--
18 4 files changed, 4 insertions(+), 8 deletions(-)
19
20 diff --git a/net-misc/gsutil/gsutil-3.42.ebuild b/net-misc/gsutil/gsutil-3.42.ebuild
21 index 19674d0..9becc05 100644
22 --- a/net-misc/gsutil/gsutil-3.42.ebuild
23 +++ b/net-misc/gsutil/gsutil-3.42.ebuild
24 @@ -40,11 +40,10 @@ PATCHES=(
25 )
26
27 python_prepare_all() {
28 + distutils-r1_python_prepare_all
29 sed \
30 -e '/SocksiPy-branch/d' \
31 -i setup.py || die
32 -
33 - distutils-r1_python_prepare_all
34 }
35
36 python_test() {
37
38 diff --git a/net-misc/gsutil/gsutil-4.15.ebuild b/net-misc/gsutil/gsutil-4.15.ebuild
39 index 8a26913..94a5902 100644
40 --- a/net-misc/gsutil/gsutil-4.15.ebuild
41 +++ b/net-misc/gsutil/gsutil-4.15.ebuild
42 @@ -42,11 +42,10 @@ PATCHES=(
43 )
44
45 python_prepare_all() {
46 + distutils-r1_python_prepare_all
47 sed \
48 -e '/SocksiPy-branch/d' \
49 -i setup.py || die
50 -
51 - distutils-r1_python_prepare_all
52 }
53
54 python_test() {
55
56 diff --git a/net-misc/gsutil/gsutil-4.16.ebuild b/net-misc/gsutil/gsutil-4.16.ebuild
57 index b2ee088..687b8c9 100644
58 --- a/net-misc/gsutil/gsutil-4.16.ebuild
59 +++ b/net-misc/gsutil/gsutil-4.16.ebuild
60 @@ -41,11 +41,10 @@ PATCHES=(
61 )
62
63 python_prepare_all() {
64 + distutils-r1_python_prepare_all
65 sed \
66 -e '/SocksiPy-branch/d' \
67 -i setup.py || die
68 -
69 - distutils-r1_python_prepare_all
70 }
71
72 python_test() {
73
74 diff --git a/net-misc/gsutil/gsutil-4.17.ebuild b/net-misc/gsutil/gsutil-4.17.ebuild
75 index b2ee088..687b8c9 100644
76 --- a/net-misc/gsutil/gsutil-4.17.ebuild
77 +++ b/net-misc/gsutil/gsutil-4.17.ebuild
78 @@ -41,11 +41,10 @@ PATCHES=(
79 )
80
81 python_prepare_all() {
82 + distutils-r1_python_prepare_all
83 sed \
84 -e '/SocksiPy-branch/d' \
85 -i setup.py || die
86 -
87 - distutils-r1_python_prepare_all
88 }
89
90 python_test() {