Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxpolkit: ChangeLog lxpolkit-0_p20110122.ebuild
Date: Wed, 26 Jan 2011 12:53:26
Message-Id: 20110126125316.E613A20054@flycatcher.gentoo.org
1 hwoarang 11/01/26 12:53:16
2
3 Modified: ChangeLog lxpolkit-0_p20110122.ebuild
4 Log:
5 Fix tests. Bug #352716
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 lxde-base/lxpolkit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 22 Jan 2011 21:33:22 -0000 1.2
23 +++ ChangeLog 26 Jan 2011 12:53:16 -0000 1.3
24 @@ -1,6 +1,10 @@
25 # ChangeLog for lxde-base/lxpolkit
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v 1.2 2011/01/22 21:33:22 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v 1.3 2011/01/26 12:53:16 hwoarang Exp $
29 +
30 + 26 Jan 2011; Markos Chandras <hwoarang@g.o>
31 + lxpolkit-0_p20110122.ebuild:
32 + Fix tests. Bug #352716
33
34 *lxpolkit-0_p20110122 (22 Jan 2011)
35
36
37
38
39 1.3 lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild?r1=1.2&r2=1.3
44
45 Index: lxpolkit-0_p20110122.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- lxpolkit-0_p20110122.ebuild 24 Jan 2011 17:56:58 -0000 1.2
52 +++ lxpolkit-0_p20110122.ebuild 26 Jan 2011 12:53:16 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild,v 1.2 2011/01/24 17:56:58 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild,v 1.3 2011/01/26 12:53:16 hwoarang Exp $
58
59 EAPI=3
60 inherit autotools
61 @@ -32,6 +32,10 @@
62 sed -i -e '/ShowIn/d' data/lxpolkit.desktop.in.in || die
63 echo 'NotShowIn=KDE;' >> data/lxpolkit.desktop.in.in
64
65 + # Fix tests. Bug #352716
66 + for i in lxpolkit.desktop.in lxpolkit.ui; do
67 + echo "data/${i}" >> po/POTFILES.in
68 + done
69 intltoolize --force --copy --automake
70 eautoreconf
71 }