Gentoo Archives: gentoo-user

From: "Алексей Мишустин" <shumkar@×××××××.ru>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE and NetworkManager
Date: Wed, 17 Jul 2013 08:12:19
Message-Id: CAGWFrgtufZK7p5-Rf83TJf4=0uJh5GbONR52CPMmzDB4nQUZTw@mail.gmail.com
In Reply to: Re: [gentoo-user] KDE and NetworkManager by "András Csányi"
1 2013/7/17 András Csányi <sayusi.ando@××××××.hu>:
2 > On 16 July 2013 20:20, Bruce Hill <daddy@×××××××××××××××××××××.com> wrote:
3 >> On Tue, Jul 16, 2013 at 12:09:46PM -0500, Canek Peláez Valdés wrote:
4 >>>
5 >>> The ebuild says it:
6 >>>
7 >>> src_prepare() {
8 >>> DOC_CONTENTS="To modify system network connections without needing
9 >>> to enter the
10 >>> root password, add your user account to the 'plugdev'
11 >>> group."
12 >>>
13 >>> When you install it, a message appears with that text.
14 >>
15 >> Which wicd-version ebuild did you pull _that_ text from?
16 >>
17 >> mingdao@jeremiah ~ $ grep plugdev /usr/portage/net-misc/wicd/wicd-1.7.2.4-r*
18 >> mingdao@jeremiah ~ $ grep users /usr/portage/net-misc/wicd/wicd-1.7.2.4-r*
19 >> /usr/portage/net-misc/wicd/wicd-1.7.2.4-r2.ebuild: ewarn "Wicd-1.6 and newer requires your user to be in the 'users' group. If"
20 >> /usr/portage/net-misc/wicd/wicd-1.7.2.4-r3.ebuild: ewarn "Wicd-1.6 and newer requires your user to be in the 'users' group. If"
21 >
22 > Ok. How is possible to get the post-install message of an ebuild
23 > without re-emerge the package neither opening the log file? The man
24 > page of emerge cannot say anything about it.
25
26 There are 2 programs reading emerge log files and displaying them in
27 an aesy format: elogv (ncurses) and elogviwer (X).
28
29 It is necessary to have the variables PORTAGE_ELOG_CLASSES and
30 PORTAGE_ELOG_SYSTEM set properly for get these program to work, for
31 example:
32
33 PORTAGE_ELOG_CLASSES="warn error log"
34 PORTAGE_ELOG_SYSTEM="save"
35
36 --
37 Regards,
38 Alex

Replies

Subject Author
Re: [gentoo-user] KDE and NetworkManager "Алексей Мишустин" <shumkar@×××××××.ru>