Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/keepassx: keepassx-0.3.3.ebuild ChangeLog
Date: Tue, 07 Oct 2008 06:14:54
Message-Id: E1Kn5qN-0005wS-A2@stork.gentoo.org
1 zmedico 08/10/07 06:14:51
2
3 Modified: keepassx-0.3.3.ebuild ChangeLog
4 Log:
5 Bug #239671 - Fix the distcc workaround so it also works when ccache is enabled.
6 (Portage version: 2.2_rc11_p11645/cvs/Linux 2.6.26-0911-x86-64 i686)
7
8 Revision Changes Path
9 1.3 app-admin/keepassx/keepassx-0.3.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/keepassx-0.3.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/keepassx-0.3.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/keepassx-0.3.3.ebuild?r1=1.2&r2=1.3
14
15 Index: keepassx-0.3.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.3.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- keepassx-0.3.3.ebuild 29 Aug 2008 20:38:40 -0000 1.2
22 +++ keepassx-0.3.3.ebuild 7 Oct 2008 06:14:50 -0000 1.3
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/app-admin/keepassx/keepassx-0.3.3.ebuild,v 1.2 2008/08/29 20:38:40 zmedico Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.3.3.ebuild,v 1.3 2008/10/07 06:14:50 zmedico Exp $
28
29 EAPI="1"
30
31 @@ -29,7 +29,7 @@
32 cd "${S}"
33 use debug && myconf="DEBUG=1"
34 eqmake4 ${PN}.pro PREFIX="${D}/usr" ${myconf} || die "eqmake4 failed"
35 - PATH=${PATH#/usr/lib/distcc/bin:} # workaround for bug #214327
36 + PATH=${PATH/\/usr\/lib\/distcc\/bin:} # workaround for bug #214327
37 emake || die "emake failed"
38 }
39
40
41
42
43 1.30 app-admin/keepassx/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/ChangeLog?rev=1.30&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/ChangeLog?rev=1.30&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/ChangeLog?r1=1.29&r2=1.30
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v
52 retrieving revision 1.29
53 retrieving revision 1.30
54 diff -u -r1.29 -r1.30
55 --- ChangeLog 29 Aug 2008 20:38:40 -0000 1.29
56 +++ ChangeLog 7 Oct 2008 06:14:50 -0000 1.30
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-admin/keepassx
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.29 2008/08/29 20:38:40 zmedico Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.30 2008/10/07 06:14:50 zmedico Exp $
62 +
63 + 07 Oct 2008; Zac Medico <zmedico@g.o> keepassx-0.3.3.ebuild:
64 + Bug #239671 - Fix the distcc workaround so it also works when ccache is
65 + enabled.
66
67 29 Aug 2008; Zac Medico <zmedico@g.o> keepassx-0.3.3.ebuild:
68 Disable distcc as a workaround for bug #214327.