Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@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: Thu, 03 Jan 2008 20:29:12
Message-Id: E1JAWJI-0007J2-Sd@stork.gentoo.org
1 armin76 08/01/03 20:05:00
2
3 Modified: cppunit-1.12.0.ebuild ChangeLog
4 Log:
5 Add alpha fix, and add ~alpha
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.12 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.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild?r1=1.11&r2=1.12
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.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- cppunit-1.12.0.ebuild 25 Sep 2007 13:56:20 -0000 1.11
22 +++ cppunit-1.12.0.ebuild 3 Jan 2008 20:05:00 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild,v 1.12 2008/01/03 20:05:00 armin76 Exp $
29
30 WANT_AUTOCONF=latest
31 WANT_AUTOMAKE=1.9
32 @@ -13,7 +13,7 @@
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -KEYWORDS="amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
37 +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
38 IUSE="doc examples qt3"
39
40 RDEPEND="qt3? ( $(qt_min_version 3.3) )"
41 @@ -39,6 +39,9 @@
42 }
43
44 src_compile() {
45 + # Anything else than -O0 breaks on alpha
46 + use alpha && replace-flags "-O?" -O0
47 +
48 econf \
49 $(use_enable doc doxygen) \
50 $(use_enable doc dot) \
51
52
53
54 1.39 dev-util/cppunit/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.39&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.39&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.38&r2=1.39
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
63 retrieving revision 1.38
64 retrieving revision 1.39
65 diff -u -r1.38 -r1.39
66 --- ChangeLog 25 Sep 2007 13:56:20 -0000 1.38
67 +++ ChangeLog 3 Jan 2008 20:05:00 -0000 1.39
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-util/cppunit
70 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.38 2007/09/25 13:56:20 caleb Exp $
72 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.39 2008/01/03 20:05:00 armin76 Exp $
74 +
75 + 03 Jan 2008; Raúl Porcel <armin76@g.o> cppunit-1.12.0.ebuild:
76 + Add alpha fix, and add ~alpha
77
78 25 Sep 2007; Caleb Tennis <caleb@g.o> cppunit-1.12.0.ebuild:
79 Change qmake to eqmake3 from qt3 ebuild so we get the correct qmake (see bug
80
81
82
83 --
84 gentoo-commits@g.o mailing list