Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/ltrace: ltrace-0.5.3.ebuild ltrace-0.4-r1.ebuild
Date: Mon, 03 May 2010 09:17:28
Message-Id: 20100503091723.ECA922C30D@corvid.gentoo.org
1 ssuominen 10/05/03 09:17:23
2
3 Modified: ltrace-0.5.3.ebuild ltrace-0.4-r1.ebuild
4 Log:
5 Restrict test suite which is broken with gcc-4.3 and above on all old ebuilds, except latest where it's fixed
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-util/ltrace/ltrace-0.5.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild?r1=1.5&r2=1.6
14
15 Index: ltrace-0.5.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ltrace-0.5.3.ebuild 10 Aug 2008 18:20:00 -0000 1.5
22 +++ ltrace-0.5.3.ebuild 3 May 2010 09:17:23 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.5 2008/08/10 18:20:00 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.6 2010/05/03 09:17:23 ssuominen Exp $
29
30 inherit eutils autotools
31
32 @@ -20,6 +20,9 @@
33
34 DEPEND="dev-libs/elfutils"
35
36 +# bug 233958
37 +RESTRICT="test"
38 +
39 S=${WORKDIR}/${PN}-${MY_PV}
40
41 src_unpack() {
42
43
44
45 1.12 dev-util/ltrace/ltrace-0.4-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild?rev=1.12&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild?rev=1.12&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild?r1=1.11&r2=1.12
50
51 Index: ltrace-0.4-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v
54 retrieving revision 1.11
55 retrieving revision 1.12
56 diff -u -r1.11 -r1.12
57 --- ltrace-0.4-r1.ebuild 10 Aug 2008 18:20:00 -0000 1.11
58 +++ ltrace-0.4-r1.ebuild 3 May 2010 09:17:23 -0000 1.12
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2008 Gentoo Foundation
61 +# Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v 1.11 2008/08/10 18:20:00 armin76 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v 1.12 2010/05/03 09:17:23 ssuominen Exp $
65
66 inherit eutils autotools
67
68 @@ -19,6 +19,9 @@
69
70 DEPEND="dev-libs/elfutils"
71
72 +# bug 233958
73 +RESTRICT="test"
74 +
75 src_unpack() {
76 unpack ${A}
77 epatch "${WORKDIR}"/${DEB_P}.diff