Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Sun, 28 Jan 2018 19:20:45
Message-Id: 1517167232.ddcab265cda0f24847658bb56f0fa37235843f77.xmw@gentoo
1 commit: ddcab265cda0f24847658bb56f0fa37235843f77
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 19:20:08 2018 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 19:20:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddcab265
7
8 net-misc/spice-gtk: limit errornous git invocation during src_prepare via GIT_CEILING_DIRECTORIES=${WORKDIR.}
9
10 Closes: https://bugs.gentoo.org/558558
11 Package-Manager: Portage-2.3.20, Repoman-2.3.6
12
13 net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild | 6 +++++-
14 net-misc/spice-gtk/spice-gtk-0.34.ebuild | 6 +++++-
15 net-misc/spice-gtk/spice-gtk-9999.ebuild | 6 +++++-
16 3 files changed, 15 insertions(+), 3 deletions(-)
17
18 diff --git a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
19 index 04a67a9a243..843d6f96a7e 100644
20 --- a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
21 +++ b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -78,6 +78,10 @@ PATCHES=(
29 )
30
31 src_prepare() {
32 + # bug 558558
33 + export GIT_CEILING_DIRECTORIES="${WORKDIR}"
34 + echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES}
35 +
36 default
37
38 eautoreconf
39
40 diff --git a/net-misc/spice-gtk/spice-gtk-0.34.ebuild b/net-misc/spice-gtk/spice-gtk-0.34.ebuild
41 index 72765271063..437ee2e683f 100644
42 --- a/net-misc/spice-gtk/spice-gtk-0.34.ebuild
43 +++ b/net-misc/spice-gtk/spice-gtk-0.34.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -74,6 +74,10 @@ DEPEND="${RDEPEND}
51 "
52
53 src_prepare() {
54 + # bug 558558
55 + export GIT_CEILING_DIRECTORIES="${WORKDIR}"
56 + echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES}
57 +
58 default
59
60 eautoreconf
61
62 diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
63 index aa41fd8ab9a..6dcfc676df8 100644
64 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
65 +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 @@ -74,6 +74,10 @@ DEPEND="${RDEPEND}
73 "
74
75 src_prepare() {
76 + # bug 558558
77 + export GIT_CEILING_DIRECTORIES="${WORKDIR}"
78 + echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES}
79 +
80 default
81
82 eautoreconf