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: Thu, 29 Nov 2018 15:55:05
Message-Id: 1543506869.a784b7f45ad13c8a3361332475121c97bbd9be2e.polynomial-c@gentoo
1 commit: a784b7f45ad13c8a3361332475121c97bbd9be2e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 15:52:05 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 15:54:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a784b7f4
7
8 dev-vcs/git: Fixed elog message about bash-completion file.
9
10 Closes: https://bugs.gentoo.org/668342
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 dev-vcs/git/git-2.18.1.ebuild | 3 ++-
15 dev-vcs/git/git-2.19.1.ebuild | 5 +++--
16 dev-vcs/git/git-2.19.2.ebuild | 3 ++-
17 dev-vcs/git/git-2.20.0_rc1.ebuild | 3 ++-
18 dev-vcs/git/git-9999-r1.ebuild | 5 +++--
19 dev-vcs/git/git-9999-r2.ebuild | 5 +++--
20 dev-vcs/git/git-9999-r3.ebuild | 5 +++--
21 dev-vcs/git/git-9999.ebuild | 5 +++--
22 8 files changed, 21 insertions(+), 13 deletions(-)
23
24 diff --git a/dev-vcs/git/git-2.18.1.ebuild b/dev-vcs/git/git-2.18.1.ebuild
25 index c19986d71a2..c9ecd68128a 100644
26 --- a/dev-vcs/git/git-2.18.1.ebuild
27 +++ b/dev-vcs/git/git-2.18.1.ebuild
28 @@ -698,7 +698,8 @@ showpkgdeps() {
29
30 pkg_postinst() {
31 use emacs && elisp-site-regen
32 - elog "Please read /usr/share/bash-completion/git for Git bash command completion"
33 + elog "Please read /usr/share/bash-completion/completions/git for Git bash command"
34 + elog "completion."
35 elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
36 elog "Note that the prompt bash code is now in that separate script"
37 elog "These additional scripts need some dependencies:"
38
39 diff --git a/dev-vcs/git/git-2.19.1.ebuild b/dev-vcs/git/git-2.19.1.ebuild
40 index f26b6776b94..ba5503361b6 100644
41 --- a/dev-vcs/git/git-2.19.1.ebuild
42 +++ b/dev-vcs/git/git-2.19.1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -689,7 +689,8 @@ showpkgdeps() {
50
51 pkg_postinst() {
52 use emacs && elisp-site-regen
53 - elog "Please read /usr/share/bash-completion/git for Git bash command completion"
54 + elog "Please read /usr/share/bash-completion/completions/git for Git bash command"
55 + elog "completion."
56 elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
57 elog "Note that the prompt bash code is now in that separate script"
58 elog "These additional scripts need some dependencies:"
59
60 diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild
61 index 49e7b780d6e..40178ede256 100644
62 --- a/dev-vcs/git/git-2.19.2.ebuild
63 +++ b/dev-vcs/git/git-2.19.2.ebuild
64 @@ -689,7 +689,8 @@ showpkgdeps() {
65
66 pkg_postinst() {
67 use emacs && elisp-site-regen
68 - elog "Please read /usr/share/bash-completion/git for Git bash command completion"
69 + elog "Please read /usr/share/bash-completion/completions/git for Git bash command"
70 + elog "completion."
71 elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
72 elog "Note that the prompt bash code is now in that separate script"
73 elog "These additional scripts need some dependencies:"
74
75 diff --git a/dev-vcs/git/git-2.20.0_rc1.ebuild b/dev-vcs/git/git-2.20.0_rc1.ebuild
76 index 6be8c1046a5..ba5503361b6 100644
77 --- a/dev-vcs/git/git-2.20.0_rc1.ebuild
78 +++ b/dev-vcs/git/git-2.20.0_rc1.ebuild
79 @@ -689,7 +689,8 @@ showpkgdeps() {
80
81 pkg_postinst() {
82 use emacs && elisp-site-regen
83 - elog "Please read /usr/share/bash-completion/git for Git bash command completion"
84 + elog "Please read /usr/share/bash-completion/completions/git for Git bash command"
85 + elog "completion."
86 elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
87 elog "Note that the prompt bash code is now in that separate script"
88 elog "These additional scripts need some dependencies:"
89
90 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
91 index f26b6776b94..ba5503361b6 100644
92 --- a/dev-vcs/git/git-9999-r1.ebuild
93 +++ b/dev-vcs/git/git-9999-r1.ebuild
94 @@ -1,4 +1,4 @@
95 -# Copyright 1999-2018 Gentoo Foundation
96 +# Copyright 1999-2018 Gentoo Authors
97 # Distributed under the terms of the GNU General Public License v2
98
99 EAPI=6
100 @@ -689,7 +689,8 @@ showpkgdeps() {
101
102 pkg_postinst() {
103 use emacs && elisp-site-regen
104 - elog "Please read /usr/share/bash-completion/git for Git bash command completion"
105 + elog "Please read /usr/share/bash-completion/completions/git for Git bash command"
106 + elog "completion."
107 elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
108 elog "Note that the prompt bash code is now in that separate script"
109 elog "These additional scripts need some dependencies:"
110
111 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
112 index f26b6776b94..ba5503361b6 100644
113 --- a/dev-vcs/git/git-9999-r2.ebuild
114 +++ b/dev-vcs/git/git-9999-r2.ebuild
115 @@ -1,4 +1,4 @@
116 -# Copyright 1999-2018 Gentoo Foundation
117 +# Copyright 1999-2018 Gentoo Authors
118 # Distributed under the terms of the GNU General Public License v2
119
120 EAPI=6
121 @@ -689,7 +689,8 @@ showpkgdeps() {
122
123 pkg_postinst() {
124 use emacs && elisp-site-regen
125 - elog "Please read /usr/share/bash-completion/git for Git bash command completion"
126 + elog "Please read /usr/share/bash-completion/completions/git for Git bash command"
127 + elog "completion."
128 elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
129 elog "Note that the prompt bash code is now in that separate script"
130 elog "These additional scripts need some dependencies:"
131
132 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
133 index ce1a4c2f065..06721f19a66 100644
134 --- a/dev-vcs/git/git-9999-r3.ebuild
135 +++ b/dev-vcs/git/git-9999-r3.ebuild
136 @@ -1,4 +1,4 @@
137 -# Copyright 1999-2018 Gentoo Foundation
138 +# Copyright 1999-2018 Gentoo Authors
139 # Distributed under the terms of the GNU General Public License v2
140
141 EAPI=6
142 @@ -689,7 +689,8 @@ showpkgdeps() {
143
144 pkg_postinst() {
145 use emacs && elisp-site-regen
146 - elog "Please read /usr/share/bash-completion/git for Git bash command completion"
147 + elog "Please read /usr/share/bash-completion/completions/git for Git bash command"
148 + elog "completion."
149 elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
150 elog "Note that the prompt bash code is now in that separate script"
151 elog "These additional scripts need some dependencies:"
152
153 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
154 index 958f1ad6aa0..d6da0600289 100644
155 --- a/dev-vcs/git/git-9999.ebuild
156 +++ b/dev-vcs/git/git-9999.ebuild
157 @@ -1,4 +1,4 @@
158 -# Copyright 1999-2018 Gentoo Foundation
159 +# Copyright 1999-2018 Gentoo Authors
160 # Distributed under the terms of the GNU General Public License v2
161
162 EAPI=6
163 @@ -692,7 +692,8 @@ showpkgdeps() {
164
165 pkg_postinst() {
166 use emacs && elisp-site-regen
167 - elog "Please read /usr/share/bash-completion/git for Git bash command completion"
168 + elog "Please read /usr/share/bash-completion/completions/git for Git bash command"
169 + elog "completion."
170 elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
171 elog "Note that the prompt bash code is now in that separate script"
172 elog "These additional scripts need some dependencies:"