Gentoo Archives: gentoo-commits

From: "Marijn Schouten (hkbst)" <hkbst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: libffi-3.0.5.ebuild ChangeLog
Date: Sun, 29 Jun 2008 12:49:14
Message-Id: E1KCwL6-0007uT-LB@stork.gentoo.org
1 hkbst 08/06/29 12:49:08
2
3 Modified: libffi-3.0.5.ebuild ChangeLog
4 Log:
5 don't patch anymore, move warning to pkg_setup
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.23-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.5 dev-libs/libffi/libffi-3.0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.5.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.5.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.5.ebuild?r1=1.4&r2=1.5
14
15 Index: libffi-3.0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.5.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- libffi-3.0.5.ebuild 13 Jun 2008 21:52:49 -0000 1.4
22 +++ libffi-3.0.5.ebuild 29 Jun 2008 12:49:08 -0000 1.5
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 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.5.ebuild,v 1.4 2008/06/13 21:52:49 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.5.ebuild,v 1.5 2008/06/29 12:49:08 hkbst Exp $
28
29 -inherit autotools eutils
30 +inherit eutils
31
32 DESCRIPTION="a portable, high level programming interface to various calling conventions."
33 HOMEPAGE="http://sourceware.org/libffi"
34 @@ -16,11 +16,10 @@
35 DEPEND="test? ( dev-util/dejagnu )"
36 RDEPEND=""
37
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 - epatch "${FILESDIR}"/${P}-includedir.patch
42 - eautoreconf
43 +pkg_setup() {
44 + ewarn "This package provides a separate libffi which may conflict with the"
45 + ewarn "one provided by sys-devel/gcc when it is built with libffi use flag on."
46 + ebeep
47 }
48
49 src_compile() {
50 @@ -33,7 +32,3 @@
51 emake DESTDIR="${D}" install || die "emake install failed."
52 dodoc ChangeLog* README TODO
53 }
54 -
55 -pkg_postinst() {
56 - elog "This package replaces USE libffi from sys-devel/gcc, please unset it."
57 -}
58
59
60
61 1.55 dev-libs/libffi/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.55&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.55&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.54&r2=1.55
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
70 retrieving revision 1.54
71 retrieving revision 1.55
72 diff -u -r1.54 -r1.55
73 --- ChangeLog 13 Jun 2008 21:52:49 -0000 1.54
74 +++ ChangeLog 29 Jun 2008 12:49:08 -0000 1.55
75 @@ -1,6 +1,9 @@
76 # ChangeLog for dev-libs/libffi
77 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.54 2008/06/13 21:52:49 drac Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.55 2008/06/29 12:49:08 hkbst Exp $
80 +
81 + 29 Jun 2008; Marijn Schouten <hkBst@g.o> libffi-3.0.5.ebuild:
82 + don't patch anymore, move warning to pkg_setup
83
84 13 Jun 2008; Samuli Suominen <drac@g.o>
85 +files/libffi-3.0.5-includedir.patch, libffi-3.0.5.ebuild:
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list