Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Mon, 20 Aug 2018 15:01:32
Message-Id: 1534777232.e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b.monsieurp@gentoo
1 commit: e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Aug 7 14:18:20 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 20 15:00:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31d8d38
7
8 dev-vcs/git: replace einfo with elog for displaying messages to users.
9
10 Closes: https://github.com/gentoo/gentoo/pull/9487
11
12 dev-vcs/git/git-2.16.4.ebuild | 6 +++---
13 dev-vcs/git/git-2.17.1-r1.ebuild | 6 +++---
14 dev-vcs/git/git-2.18.0.ebuild | 6 +++---
15 dev-vcs/git/git-9999-r1.ebuild | 6 +++---
16 dev-vcs/git/git-9999-r2.ebuild | 6 +++---
17 dev-vcs/git/git-9999-r3.ebuild | 6 +++---
18 dev-vcs/git/git-9999.ebuild | 6 +++---
19 7 files changed, 21 insertions(+), 21 deletions(-)
20
21 diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild
22 index 3c560c00318..08622375f75 100644
23 --- a/dev-vcs/git/git-2.16.4.ebuild
24 +++ b/dev-vcs/git/git-2.16.4.ebuild
25 @@ -682,9 +682,9 @@ showpkgdeps() {
26
27 pkg_postinst() {
28 use emacs && elisp-site-regen
29 - einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
30 - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
31 - einfo "Note that the prompt bash code is now in that separate script"
32 + elog "Please read /usr/share/bash-completion/git for Git bash command completion"
33 + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
34 + elog "Note that the prompt bash code is now in that separate script"
35 elog "These additional scripts need some dependencies:"
36 echo
37 showpkgdeps git-quiltimport "dev-util/quilt"
38
39 diff --git a/dev-vcs/git/git-2.17.1-r1.ebuild b/dev-vcs/git/git-2.17.1-r1.ebuild
40 index da380deae0b..b4228e2fa4e 100644
41 --- a/dev-vcs/git/git-2.17.1-r1.ebuild
42 +++ b/dev-vcs/git/git-2.17.1-r1.ebuild
43 @@ -700,9 +700,9 @@ showpkgdeps() {
44
45 pkg_postinst() {
46 use emacs && elisp-site-regen
47 - einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
48 - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
49 - einfo "Note that the prompt bash code is now in that separate script"
50 + elog "Please read /usr/share/bash-completion/git for Git bash command completion"
51 + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
52 + elog "Note that the prompt bash code is now in that separate script"
53 elog "These additional scripts need some dependencies:"
54 echo
55 showpkgdeps git-quiltimport "dev-util/quilt"
56
57 diff --git a/dev-vcs/git/git-2.18.0.ebuild b/dev-vcs/git/git-2.18.0.ebuild
58 index 18794ba729d..0581d3949cc 100644
59 --- a/dev-vcs/git/git-2.18.0.ebuild
60 +++ b/dev-vcs/git/git-2.18.0.ebuild
61 @@ -698,9 +698,9 @@ showpkgdeps() {
62
63 pkg_postinst() {
64 use emacs && elisp-site-regen
65 - einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
66 - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
67 - einfo "Note that the prompt bash code is now in that separate script"
68 + elog "Please read /usr/share/bash-completion/git for Git bash command completion"
69 + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
70 + elog "Note that the prompt bash code is now in that separate script"
71 elog "These additional scripts need some dependencies:"
72 echo
73 showpkgdeps git-quiltimport "dev-util/quilt"
74
75 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
76 index 7dfb5f64b1a..5668d84a1bd 100644
77 --- a/dev-vcs/git/git-9999-r1.ebuild
78 +++ b/dev-vcs/git/git-9999-r1.ebuild
79 @@ -698,9 +698,9 @@ showpkgdeps() {
80
81 pkg_postinst() {
82 use emacs && elisp-site-regen
83 - einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
84 - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
85 - einfo "Note that the prompt bash code is now in that separate script"
86 + elog "Please read /usr/share/bash-completion/git for Git bash command completion"
87 + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
88 + elog "Note that the prompt bash code is now in that separate script"
89 elog "These additional scripts need some dependencies:"
90 echo
91 showpkgdeps git-quiltimport "dev-util/quilt"
92
93 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
94 index 7dfb5f64b1a..5668d84a1bd 100644
95 --- a/dev-vcs/git/git-9999-r2.ebuild
96 +++ b/dev-vcs/git/git-9999-r2.ebuild
97 @@ -698,9 +698,9 @@ showpkgdeps() {
98
99 pkg_postinst() {
100 use emacs && elisp-site-regen
101 - einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
102 - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
103 - einfo "Note that the prompt bash code is now in that separate script"
104 + elog "Please read /usr/share/bash-completion/git for Git bash command completion"
105 + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
106 + elog "Note that the prompt bash code is now in that separate script"
107 elog "These additional scripts need some dependencies:"
108 echo
109 showpkgdeps git-quiltimport "dev-util/quilt"
110
111 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
112 index c810b8798e3..2cab4c88875 100644
113 --- a/dev-vcs/git/git-9999-r3.ebuild
114 +++ b/dev-vcs/git/git-9999-r3.ebuild
115 @@ -698,9 +698,9 @@ showpkgdeps() {
116
117 pkg_postinst() {
118 use emacs && elisp-site-regen
119 - einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
120 - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
121 - einfo "Note that the prompt bash code is now in that separate script"
122 + elog "Please read /usr/share/bash-completion/git for Git bash command completion"
123 + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
124 + elog "Note that the prompt bash code is now in that separate script"
125 elog "These additional scripts need some dependencies:"
126 echo
127 showpkgdeps git-quiltimport "dev-util/quilt"
128
129 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
130 index 1fb66925cbf..0622a00bd6d 100644
131 --- a/dev-vcs/git/git-9999.ebuild
132 +++ b/dev-vcs/git/git-9999.ebuild
133 @@ -698,9 +698,9 @@ showpkgdeps() {
134
135 pkg_postinst() {
136 use emacs && elisp-site-regen
137 - einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
138 - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
139 - einfo "Note that the prompt bash code is now in that separate script"
140 + elog "Please read /usr/share/bash-completion/git for Git bash command completion"
141 + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
142 + elog "Note that the prompt bash code is now in that separate script"
143 elog "These additional scripts need some dependencies:"
144 echo
145 showpkgdeps git-quiltimport "dev-util/quilt"