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: Fri, 29 Aug 2008 20:38:44
Message-Id: E1KZAjx-0005eC-1N@stork.gentoo.org
1 zmedico 08/08/29 20:38:41
2
3 Modified: keepassx-0.3.3.ebuild ChangeLog
4 Log:
5 Disable distcc as a workaround for bug #214327.
6 (Portage version: 2.2_rc8_p11459/cvs/Linux 2.6.26-0820-x86-64 i686)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/keepassx-0.3.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/keepassx-0.3.3.ebuild?r1=1.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- keepassx-0.3.3.ebuild 14 Aug 2008 21:36:28 -0000 1.1
22 +++ keepassx-0.3.3.ebuild 29 Aug 2008 20:38:40 -0000 1.2
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.1 2008/08/14 21:36:28 tgurr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.3.3.ebuild,v 1.2 2008/08/29 20:38:40 zmedico Exp $
28
29 EAPI="1"
30
31 @@ -29,6 +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 emake || die "emake failed"
37 }
38
39
40
41
42 1.29 app-admin/keepassx/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/ChangeLog?rev=1.29&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/ChangeLog?rev=1.29&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/keepassx/ChangeLog?r1=1.28&r2=1.29
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v
51 retrieving revision 1.28
52 retrieving revision 1.29
53 diff -u -r1.28 -r1.29
54 --- ChangeLog 14 Aug 2008 21:36:28 -0000 1.28
55 +++ ChangeLog 29 Aug 2008 20:38:40 -0000 1.29
56 @@ -1,6 +1,9 @@
57 # ChangeLog for app-admin/keepassx
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.28 2008/08/14 21:36:28 tgurr Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.29 2008/08/29 20:38:40 zmedico Exp $
61 +
62 + 29 Aug 2008; Zac Medico <zmedico@g.o> keepassx-0.3.3.ebuild:
63 + Disable distcc as a workaround for bug #214327.
64
65 *keepassx-0.3.3 (14 Aug 2008)