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-libs/libffi: libffi-3.0.8.ebuild ChangeLog
Date: Fri, 05 Jun 2009 07:30:50
Message-Id: E1MCTt2-0007zD-9s@stork.gentoo.org
1 ssuominen 09/06/05 07:30:48
2
3 Modified: libffi-3.0.8.ebuild ChangeLog
4 Log:
5 Block <dev-libs/g-wrap-1.9.11 because they ship a copy of this library.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-libs/libffi/libffi-3.0.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild?r1=1.7&r2=1.8
14
15 Index: libffi-3.0.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- libffi-3.0.8.ebuild 4 Jun 2009 12:46:38 -0000 1.7
22 +++ libffi-3.0.8.ebuild 5 Jun 2009 07:30:48 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.7 2009/06/04 12:46:38 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.8 2009/06/05 07:30:48 ssuominen Exp $
28
29 EAPI=2
30 inherit eutils
31 @@ -15,7 +15,8 @@
32 IUSE="debug static-libs test"
33
34 RDEPEND=""
35 -DEPEND="test? ( dev-util/dejagnu )"
36 +DEPEND="!<dev-libs/g-wrap-1.9.11
37 + test? ( dev-util/dejagnu )"
38
39 src_configure() {
40 econf \
41
42
43
44 1.66 dev-libs/libffi/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.66&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.66&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.65&r2=1.66
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
53 retrieving revision 1.65
54 retrieving revision 1.66
55 diff -u -r1.65 -r1.66
56 --- ChangeLog 4 Jun 2009 12:46:38 -0000 1.65
57 +++ ChangeLog 5 Jun 2009 07:30:48 -0000 1.66
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-libs/libffi
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.65 2009/06/04 12:46:38 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.66 2009/06/05 07:30:48 ssuominen Exp $
63 +
64 + 05 Jun 2009; Samuli Suominen <ssuominen@g.o> libffi-3.0.8.ebuild:
65 + Block <dev-libs/g-wrap-1.9.11 because they ship a copy of this library.
66
67 04 Jun 2009; Samuli Suominen <ssuominen@g.o> libffi-3.0.8.ebuild:
68 Keyword ~ppc/~ppc64 wrt #272046, thanks to Luca Barbato for testing.