Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.12.0.ebuild ChangeLog
Date: Tue, 25 Sep 2007 14:04:47
Message-Id: E1IaAth-00009z-F1@stork.gentoo.org
1 caleb 07/09/25 13:56:21
2
3 Modified: cppunit-1.12.0.ebuild ChangeLog
4 Log:
5 Change qmake to eqmake3 from qt3 ebuild so we get the correct qmake (see bug #193119)
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.11 dev-util/cppunit/cppunit-1.12.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild?r1=1.10&r2=1.11
14
15 Index: cppunit-1.12.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- cppunit-1.12.0.ebuild 14 Jul 2007 14:21:56 -0000 1.10
22 +++ cppunit-1.12.0.ebuild 25 Sep 2007 13:56:20 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild,v 1.10 2007/07/14 14:21:56 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild,v 1.11 2007/09/25 13:56:20 caleb Exp $
28
29 WANT_AUTOCONF=latest
30 WANT_AUTOMAKE=1.9
31 @@ -48,11 +48,11 @@
32
33 if use qt3 ; then
34 cd src/qttestrunner
35 - qmake qttestrunnerlib.pro || die "qmake failed"
36 + eqmake3 qttestrunnerlib.pro || die "qmake failed"
37 emake || die "emake failed"
38 if use examples ; then
39 cd "${S}/examples/qt"
40 - qmake qt_example.pro || die "qmake failed"
41 + eqmake3 qt_example.pro || die "qmake failed"
42 emake || die "emake failed"
43 fi
44 fi
45
46
47
48 1.38 dev-util/cppunit/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.38&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.38&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.37&r2=1.38
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
57 retrieving revision 1.37
58 retrieving revision 1.38
59 diff -u -r1.37 -r1.38
60 --- ChangeLog 14 Jul 2007 14:21:56 -0000 1.37
61 +++ ChangeLog 25 Sep 2007 13:56:20 -0000 1.38
62 @@ -1,6 +1,10 @@
63 # ChangeLog for dev-util/cppunit
64 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.37 2007/07/14 14:21:56 armin76 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.38 2007/09/25 13:56:20 caleb Exp $
67 +
68 + 25 Sep 2007; Caleb Tennis <caleb@g.o> cppunit-1.12.0.ebuild:
69 + Change qmake to eqmake3 from qt3 ebuild so we get the correct qmake (see bug
70 + #193119)
71
72 14 Jul 2007; Raúl Porcel <armin76@g.o> cppunit-1.12.0.ebuild:
73 ia64 stable
74
75
76
77 --
78 gentoo-commits@g.o mailing list