Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Sun, 03 Nov 2019 15:25:55
Message-Id: 1572794743.e1fec93c3b5c3be5327a6ef8d891eef01111aa46.polynomial-c@gentoo
1 commit: e1fec93c3b5c3be5327a6ef8d891eef01111aa46
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 15:25:43 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 15:25:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fec93c
7
8 dev-vcs/git: Fixed a QA warning
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-vcs/git/git-2.21.0.ebuild | 2 ++
14 dev-vcs/git/git-2.23.0-r1.ebuild | 2 ++
15 dev-vcs/git/git-2.24.0_rc2.ebuild | 2 ++
16 dev-vcs/git/git-9999-r1.ebuild | 2 ++
17 dev-vcs/git/git-9999-r2.ebuild | 2 ++
18 dev-vcs/git/git-9999-r3.ebuild | 2 ++
19 dev-vcs/git/git-9999.ebuild | 2 ++
20 7 files changed, 14 insertions(+)
21
22 diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild
23 index b1c57943db0..6e663936284 100644
24 --- a/dev-vcs/git/git-2.21.0.ebuild
25 +++ b/dev-vcs/git/git-2.21.0.ebuild
26 @@ -135,6 +135,8 @@ REQUIRED_USE="
27 python? ( ${PYTHON_REQUIRED_USE} )
28 "
29
30 +RESTRICT="!test? ( test )"
31 +
32 PATCHES=(
33 # bug #350330 - automagic CVS when we don't want it is bad.
34 "${FILESDIR}"/git-2.18.0_rc1-optional-cvs.patch
35
36 diff --git a/dev-vcs/git/git-2.23.0-r1.ebuild b/dev-vcs/git/git-2.23.0-r1.ebuild
37 index 152498a706f..3771f2fdef0 100644
38 --- a/dev-vcs/git/git-2.23.0-r1.ebuild
39 +++ b/dev-vcs/git/git-2.23.0-r1.ebuild
40 @@ -136,6 +136,8 @@ REQUIRED_USE="
41 perforce? ( ${PYTHON_REQUIRED_USE} )
42 "
43
44 +RESTRICT="!test? ( test )"
45 +
46 PATCHES=(
47 # bug #350330 - automagic CVS when we don't want it is bad.
48 "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch
49
50 diff --git a/dev-vcs/git/git-2.24.0_rc2.ebuild b/dev-vcs/git/git-2.24.0_rc2.ebuild
51 index c305c57e644..314b0f44284 100644
52 --- a/dev-vcs/git/git-2.24.0_rc2.ebuild
53 +++ b/dev-vcs/git/git-2.24.0_rc2.ebuild
54 @@ -139,6 +139,8 @@ REQUIRED_USE="
55 perforce? ( ${PYTHON_REQUIRED_USE} )
56 "
57
58 +RESTRICT="!test? ( test )"
59 +
60 PATCHES=(
61 # bug #350330 - automagic CVS when we don't want it is bad.
62 "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch
63
64 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
65 index c305c57e644..314b0f44284 100644
66 --- a/dev-vcs/git/git-9999-r1.ebuild
67 +++ b/dev-vcs/git/git-9999-r1.ebuild
68 @@ -139,6 +139,8 @@ REQUIRED_USE="
69 perforce? ( ${PYTHON_REQUIRED_USE} )
70 "
71
72 +RESTRICT="!test? ( test )"
73 +
74 PATCHES=(
75 # bug #350330 - automagic CVS when we don't want it is bad.
76 "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch
77
78 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
79 index c305c57e644..314b0f44284 100644
80 --- a/dev-vcs/git/git-9999-r2.ebuild
81 +++ b/dev-vcs/git/git-9999-r2.ebuild
82 @@ -139,6 +139,8 @@ REQUIRED_USE="
83 perforce? ( ${PYTHON_REQUIRED_USE} )
84 "
85
86 +RESTRICT="!test? ( test )"
87 +
88 PATCHES=(
89 # bug #350330 - automagic CVS when we don't want it is bad.
90 "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch
91
92 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
93 index c305c57e644..314b0f44284 100644
94 --- a/dev-vcs/git/git-9999-r3.ebuild
95 +++ b/dev-vcs/git/git-9999-r3.ebuild
96 @@ -139,6 +139,8 @@ REQUIRED_USE="
97 perforce? ( ${PYTHON_REQUIRED_USE} )
98 "
99
100 +RESTRICT="!test? ( test )"
101 +
102 PATCHES=(
103 # bug #350330 - automagic CVS when we don't want it is bad.
104 "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch
105
106 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
107 index c305c57e644..314b0f44284 100644
108 --- a/dev-vcs/git/git-9999.ebuild
109 +++ b/dev-vcs/git/git-9999.ebuild
110 @@ -139,6 +139,8 @@ REQUIRED_USE="
111 perforce? ( ${PYTHON_REQUIRED_USE} )
112 "
113
114 +RESTRICT="!test? ( test )"
115 +
116 PATCHES=(
117 # bug #350330 - automagic CVS when we don't want it is bad.
118 "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch