Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rustup/
Date: Mon, 14 Jun 2021 21:58:56
Message-Id: 1623707538.bf994e20132523c7caa66ebffb2c23536d99ab94.gyakovlev@gentoo
1 commit: bf994e20132523c7caa66ebffb2c23536d99ab94
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 21:50:28 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 21:52:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf994e20
7
8 dev-util/rustup: use elog, not einfo
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 dev-util/rustup/rustup-1.24.1.ebuild | 14 +++++++-------
13 dev-util/rustup/rustup-1.24.2.ebuild | 14 +++++++-------
14 dev-util/rustup/rustup-1.24.3.ebuild | 14 +++++++-------
15 dev-util/rustup/rustup-9999.ebuild | 14 +++++++-------
16 4 files changed, 28 insertions(+), 28 deletions(-)
17
18 diff --git a/dev-util/rustup/rustup-1.24.1.ebuild b/dev-util/rustup/rustup-1.24.1.ebuild
19 index 06d347244cf..583e8b7aa66 100644
20 --- a/dev-util/rustup/rustup-1.24.1.ebuild
21 +++ b/dev-util/rustup/rustup-1.24.1.ebuild
22 @@ -363,11 +363,11 @@ src_install() {
23 }
24
25 pkg_postinst() {
26 - einfo "No rustup toolchains installed by default"
27 - einfo "eselect activated system rust toolchain can be added to rustup by running"
28 - einfo "helper script installed as ${EPREFIX}/usr/bin/rustup-init-gentoo"
29 - einfo "it will create symlinks to system-installed rustup in home directory"
30 - einfo "and rustup updates will be managed by portage"
31 - einfo "please delete current rustup binaries from ~/.cargo/bin/ (if any)"
32 - einfo "before running rustup-init-gentoo"
33 + elog "No rustup toolchains installed by default"
34 + elog "eselect activated system rust toolchain can be added to rustup by running"
35 + elog "helper script installed as ${EPREFIX}/usr/bin/rustup-init-gentoo"
36 + elog "it will create symlinks to system-installed rustup in home directory"
37 + elog "and rustup updates will be managed by portage"
38 + elog "please delete current rustup binaries from ~/.cargo/bin/ (if any)"
39 + elog "before running rustup-init-gentoo"
40 }
41
42 diff --git a/dev-util/rustup/rustup-1.24.2.ebuild b/dev-util/rustup/rustup-1.24.2.ebuild
43 index 467162e8221..0d27c61a2ac 100644
44 --- a/dev-util/rustup/rustup-1.24.2.ebuild
45 +++ b/dev-util/rustup/rustup-1.24.2.ebuild
46 @@ -356,11 +356,11 @@ src_install() {
47 }
48
49 pkg_postinst() {
50 - einfo "No rustup toolchains installed by default"
51 - einfo "eselect activated system rust toolchain can be added to rustup by running"
52 - einfo "helper script installed as ${EPREFIX}/usr/bin/rustup-init-gentoo"
53 - einfo "it will create symlinks to system-installed rustup in home directory"
54 - einfo "and rustup updates will be managed by portage"
55 - einfo "please delete current rustup binaries from ~/.cargo/bin/ (if any)"
56 - einfo "before running rustup-init-gentoo"
57 + elog "No rustup toolchains installed by default"
58 + elog "eselect activated system rust toolchain can be added to rustup by running"
59 + elog "helper script installed as ${EPREFIX}/usr/bin/rustup-init-gentoo"
60 + elog "it will create symlinks to system-installed rustup in home directory"
61 + elog "and rustup updates will be managed by portage"
62 + elog "please delete current rustup binaries from ~/.cargo/bin/ (if any)"
63 + elog "before running rustup-init-gentoo"
64 }
65
66 diff --git a/dev-util/rustup/rustup-1.24.3.ebuild b/dev-util/rustup/rustup-1.24.3.ebuild
67 index 9477b650381..8f48c04bead 100644
68 --- a/dev-util/rustup/rustup-1.24.3.ebuild
69 +++ b/dev-util/rustup/rustup-1.24.3.ebuild
70 @@ -356,11 +356,11 @@ src_install() {
71 }
72
73 pkg_postinst() {
74 - einfo "No rustup toolchains installed by default"
75 - einfo "eselect activated system rust toolchain can be added to rustup by running"
76 - einfo "helper script installed as ${EPREFIX}/usr/bin/rustup-init-gentoo"
77 - einfo "it will create symlinks to system-installed rustup in home directory"
78 - einfo "and rustup updates will be managed by portage"
79 - einfo "please delete current rustup binaries from ~/.cargo/bin/ (if any)"
80 - einfo "before running rustup-init-gentoo"
81 + elog "No rustup toolchains installed by default"
82 + elog "eselect activated system rust toolchain can be added to rustup by running"
83 + elog "helper script installed as ${EPREFIX}/usr/bin/rustup-init-gentoo"
84 + elog "it will create symlinks to system-installed rustup in home directory"
85 + elog "and rustup updates will be managed by portage"
86 + elog "please delete current rustup binaries from ~/.cargo/bin/ (if any)"
87 + elog "before running rustup-init-gentoo"
88 }
89
90 diff --git a/dev-util/rustup/rustup-9999.ebuild b/dev-util/rustup/rustup-9999.ebuild
91 index 36bc896f0bc..4c042a9473f 100644
92 --- a/dev-util/rustup/rustup-9999.ebuild
93 +++ b/dev-util/rustup/rustup-9999.ebuild
94 @@ -85,11 +85,11 @@ src_install() {
95 }
96
97 pkg_postinst() {
98 - einfo "No rustup toolchains installed by default"
99 - einfo "eselect activated system rust toolchain can be added to rustup by running"
100 - einfo "helper script installed as ${EPREFIX}/usr/bin/rustup-init-gentoo"
101 - einfo "it will create symlinks to system-installed rustup in home directory"
102 - einfo "and rustup updates will be managed by portage"
103 - einfo "please delete current rustup binaries from ~/.cargo/bin/ (if any)"
104 - einfo "before running rustup-init-gentoo"
105 + elog "No rustup toolchains installed by default"
106 + elog "eselect activated system rust toolchain can be added to rustup by running"
107 + elog "helper script installed as ${EPREFIX}/usr/bin/rustup-init-gentoo"
108 + elog "it will create symlinks to system-installed rustup in home directory"
109 + elog "and rustup updates will be managed by portage"
110 + elog "please delete current rustup binaries from ~/.cargo/bin/ (if any)"
111 + elog "before running rustup-init-gentoo"
112 }