Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxpanel: ChangeLog lxpanel-0.5.3.ebuild
Date: Sat, 29 Aug 2009 08:38:20
Message-Id: E1MhOGx-000552-Kc@stork.gentoo.org
1 vostorga 09/08/29 13:47:15
2
3 Modified: ChangeLog lxpanel-0.5.3.ebuild
4 Log:
5 Fixing segfault when battery applet is enabled but battery removed , bug #281093
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 lxde-base/lxpanel/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 11 Aug 2009 15:14:44 -0000 1.8
22 +++ ChangeLog 29 Aug 2009 13:47:15 -0000 1.9
23 @@ -1,6 +1,11 @@
24 # ChangeLog for lxde-base/lxpanel
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.8 2009/08/11 15:14:44 vostorga Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.9 2009/08/29 13:47:15 vostorga Exp $
28 +
29 + 29 Aug 2009; VĂ­ctor Ostorga <vostorga@g.o> lxpanel-0.5.3.ebuild,
30 + +files/lxpanel-0.5.3-battery.patch:
31 + Fixing segfault when battery applet is enabled but battery removed , bug
32 + #281093
33
34 *lxpanel-0.5.3 (11 Aug 2009)
35
36
37
38
39 1.2 lxde-base/lxpanel/lxpanel-0.5.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.3.ebuild?r1=1.1&r2=1.2
44
45 Index: lxpanel-0.5.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- lxpanel-0.5.3.ebuild 11 Aug 2009 15:14:44 -0000 1.1
52 +++ lxpanel-0.5.3.ebuild 29 Aug 2009 13:47:15 -0000 1.2
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/lxde-base/lxpanel/lxpanel-0.5.3.ebuild,v 1.1 2009/08/11 15:14:44 vostorga Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.3.ebuild,v 1.2 2009/08/29 13:47:15 vostorga Exp $
58
59 EAPI="2"
60 inherit eutils autotools
61 @@ -28,6 +28,7 @@
62
63 src_prepare() {
64 epatch "${FILESDIR}"/${PN}-0.5.1-sandbox.patch
65 + epatch "${FILESDIR}"/${P}-battery.patch
66 eautoreconf
67 }