Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/
Date: Wed, 15 Aug 2018 10:33:32
Message-Id: 1534329186.6b235c09d8473994bc64607fdcf35124d2956e1b.mgorny@gentoo
1 commit: 6b235c09d8473994bc64607fdcf35124d2956e1b
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Aug 7 11:14:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 10:33:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b235c09
7
8 www-client/elinks: replace einfo with elog for messages to users
9
10 Closes: https://github.com/gentoo/gentoo/pull/9486
11
12 www-client/elinks/elinks-0.12_pre6-r1.ebuild | 26 +++++++++++++-------------
13 www-client/elinks/elinks-0.12_pre6-r4.ebuild | 20 ++++++++++----------
14 2 files changed, 23 insertions(+), 23 deletions(-)
15
16 diff --git a/www-client/elinks/elinks-0.12_pre6-r1.ebuild b/www-client/elinks/elinks-0.12_pre6-r1.ebuild
17 index 0f7f036a2e6..56f93c4ec85 100644
18 --- a/www-client/elinks/elinks-0.12_pre6-r1.ebuild
19 +++ b/www-client/elinks/elinks-0.12_pre6-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -167,17 +167,17 @@ src_install() {
27 }
28
29 pkg_postinst() {
30 - einfo "This ebuild provides a default config for ELinks."
31 - einfo "Please check /etc/elinks/elinks.conf"
32 - einfo
33 - einfo "You may want to convert your html.cfg and links.cfg of"
34 - einfo "Links or older ELinks versions to the new ELinks elinks.conf"
35 - einfo "using /usr/share/doc/${PF}/contrib/conv/conf-links2elinks.pl"
36 - einfo
37 - einfo "Please have a look at /etc/elinks/keybind-full.sample and"
38 - einfo "/etc/elinks/keybind.conf.sample for some bindings examples."
39 - einfo
40 - einfo "You will have to set your TERM variable to 'xterm-256color'"
41 - einfo "to be able to use 256 colors in elinks."
42 + elog "This ebuild provides a default config for ELinks."
43 + elog "Please check /etc/elinks/elinks.conf"
44 + elog
45 + elog "You may want to convert your html.cfg and links.cfg of"
46 + elog "Links or older ELinks versions to the new ELinks elinks.conf"
47 + elog "using /usr/share/doc/${PF}/contrib/conv/conf-links2elinks.pl"
48 + elog
49 + elog "Please have a look at /etc/elinks/keybind-full.sample and"
50 + elog "/etc/elinks/keybind.conf.sample for some bindings examples."
51 + elog
52 + elog "You will have to set your TERM variable to 'xterm-256color'"
53 + elog "to be able to use 256 colors in elinks."
54 echo
55 }
56
57 diff --git a/www-client/elinks/elinks-0.12_pre6-r4.ebuild b/www-client/elinks/elinks-0.12_pre6-r4.ebuild
58 index 8578fc6b794..b55304188fe 100644
59 --- a/www-client/elinks/elinks-0.12_pre6-r4.ebuild
60 +++ b/www-client/elinks/elinks-0.12_pre6-r4.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 +# Copyright 1999-2018 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI="6"
67 @@ -143,13 +143,13 @@ src_install() {
68 }
69
70 pkg_postinst() {
71 - einfo "You may want to convert your html.cfg and links.cfg of"
72 - einfo "Links or older ELinks versions to the new ELinks elinks.conf"
73 - einfo "using /usr/share/doc/${PF}/contrib/conv/conf-links2elinks.pl"
74 - einfo
75 - einfo "Please have a look at /etc/elinks/keybind-full.sample and"
76 - einfo "/etc/elinks/keybind.conf.sample for some bindings examples."
77 - einfo
78 - einfo "You will have to set your TERM variable to 'xterm-256color'"
79 - einfo "to be able to use 256 colors in elinks."
80 + elog "You may want to convert your html.cfg and links.cfg of"
81 + elog "Links or older ELinks versions to the new ELinks elinks.conf"
82 + elog "using /usr/share/doc/${PF}/contrib/conv/conf-links2elinks.pl"
83 + elog
84 + elog "Please have a look at /etc/elinks/keybind-full.sample and"
85 + elog "/etc/elinks/keybind.conf.sample for some bindings examples."
86 + elog
87 + elog "You will have to set your TERM variable to 'xterm-256color'"
88 + elog "to be able to use 256 colors in elinks."
89 }