Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/halevt: ChangeLog halevt-0.1.4-r2.ebuild
Date: Thu, 13 Aug 2009 12:09:32
Message-Id: E1MbZ7Y-0006JJ-Pq@stork.gentoo.org
1 hwoarang 09/08/13 12:09:28
2
3 Modified: ChangeLog halevt-0.1.4-r2.ebuild
4 Log:
5 Remove useless elog message
6 (Portage version: 2.2_rc38/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 sys-apps/halevt/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/halevt/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 17 Jul 2009 13:07:18 -0000 1.6
22 +++ ChangeLog 13 Aug 2009 12:09:28 -0000 1.7
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-apps/halevt
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/ChangeLog,v 1.6 2009/07/17 13:07:18 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/ChangeLog,v 1.7 2009/08/13 12:09:28 hwoarang Exp $
28 +
29 + 13 Aug 2009; Markos Chandras <hwoarang@g.o> halevt-0.1.4-r2.ebuild:
30 + Remove useless elog since hal allows root to mount devices without being
31 + on
32 + plugdev group
33
34 17 Jul 2009; Markos Chandras <hwoarang@g.o> halevt-0.1.4-r2.ebuild:
35 Add elog message as discussed on bug 276997
36
37
38
39 1.3 sys-apps/halevt/halevt-0.1.4-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild?r1=1.2&r2=1.3
44
45 Index: halevt-0.1.4-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- halevt-0.1.4-r2.ebuild 17 Jul 2009 13:07:18 -0000 1.2
52 +++ halevt-0.1.4-r2.ebuild 13 Aug 2009 12:09:28 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild,v 1.2 2009/07/17 13:07:18 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild,v 1.3 2009/08/13 12:09:28 hwoarang Exp $
58
59 EAPI="2"
60
61 @@ -35,10 +35,6 @@
62 }
63
64 pkg_postinst() {
65 - elog "You need to add user 'root' to 'plugdev' group"
66 - elog "in order to be able to mount devices. To do that, use"
67 - elog "the following command:"
68 - elog "usermod -a -G plugdev root"
69 einfo
70 einfo "Default config file resides at /etc/halevt/halevt.xml."
71 einfo