Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gksu: gksu-2.0.0.ebuild ChangeLog
Date: Mon, 14 Apr 2008 12:28:29
Message-Id: E1JlNnO-0001kE-8b@stork.gentoo.org
1 dang 08/04/14 12:28:26
2
3 Modified: gksu-2.0.0.ebuild ChangeLog
4 Log:
5 Fix typo. Bug #217574
6 (Portage version: 2.1.5_rc2)
7
8 Revision Changes Path
9 1.23 x11-libs/gksu/gksu-2.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild?r1=1.22&r2=1.23
14
15 Index: gksu-2.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- gksu-2.0.0.ebuild 31 Mar 2008 19:34:42 -0000 1.22
22 +++ gksu-2.0.0.ebuild 14 Apr 2008 12:28:25 -0000 1.23
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.22 2008/03/31 19:34:42 dang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.23 2008/04/14 12:28:25 dang Exp $
28
29 inherit gnome2 fixheadtails eutils autotools
30
31 @@ -47,7 +47,7 @@
32 "${ROOT}"/usr/share/gksu/gksu-migrate-conf.sh
33 einfo ""
34 einfo "A note on gksudo: It actually runs sudo to get it's work done"
35 - einfo "However, by default, Gentoo's sudo wipes your envinronment."
36 + einfo "However, by default, Gentoo's sudo wipes your environment."
37 einfo "This means that gksudo will fail to run any X-based programs."
38 einfo "You need to either add yourself to wheel and uncomment this line"
39 einfo "in your /etc/sudoers:"
40
41
42
43 1.45 x11-libs/gksu/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?rev=1.45&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?rev=1.45&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?r1=1.44&r2=1.45
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v
52 retrieving revision 1.44
53 retrieving revision 1.45
54 diff -u -r1.44 -r1.45
55 --- ChangeLog 31 Mar 2008 19:34:42 -0000 1.44
56 +++ ChangeLog 14 Apr 2008 12:28:25 -0000 1.45
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-libs/gksu
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.44 2008/03/31 19:34:42 dang Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.45 2008/04/14 12:28:25 dang Exp $
62 +
63 + 14 Apr 2008; Daniel Gryniewicz <dang@g.o> gksu-2.0.0.ebuild:
64 + Fix typo. Bug #217574
65
66 31 Mar 2008; Daniel Gryniewicz <dang@g.o>
67 +files/gksu-2.0.0-gnome-2.22.patch, gksu-2.0.0.ebuild:
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list