Gentoo Archives: gentoo-commits

From: "Patrick Kursawe (phosphan)" <phosphan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cdecl: cdecl-2.5-r1.ebuild ChangeLog
Date: Thu, 26 Aug 2010 20:17:54
Message-Id: 20100826201747.D631020051@flycatcher.gentoo.org
1 phosphan 10/08/26 20:17:47
2
3 Modified: cdecl-2.5-r1.ebuild ChangeLog
4 Log:
5 Respects LDFLAGS now.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.15 dev-util/cdecl/cdecl-2.5-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild?r1=1.14&r2=1.15
14
15 Index: cdecl-2.5-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- cdecl-2.5-r1.ebuild 11 Jan 2009 20:56:36 -0000 1.14
22 +++ cdecl-2.5-r1.ebuild 26 Aug 2010 20:17:47 -0000 1.15
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 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/cdecl/cdecl-2.5-r1.ebuild,v 1.14 2009/01/11 20:56:36 phosphan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild,v 1.15 2010/08/26 20:17:47 phosphan Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -37,7 +37,7 @@
33 CFLAGS="${CFLAGS} -DUSE_READLINE"
34 LIBS="${LIBS} -lreadline -lncurses"
35 fi
36 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LIBS="${LIBS}" || die
37 + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" || die
38 }
39
40 src_install() {
41
42
43
44 1.16 dev-util/cdecl/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdecl/ChangeLog?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdecl/ChangeLog?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdecl/ChangeLog?r1=1.15&r2=1.16
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/cdecl/ChangeLog,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- ChangeLog 7 Jul 2009 18:40:43 -0000 1.15
57 +++ ChangeLog 26 Aug 2010 20:17:47 -0000 1.16
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-util/cdecl
60 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/ChangeLog,v 1.15 2009/07/07 18:40:43 phosphan Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/ChangeLog,v 1.16 2010/08/26 20:17:47 phosphan Exp $
64 +
65 + 26 Aug 2010; Patrick Kursawe <phosphan@g.o> cdecl-2.5-r1.ebuild,
66 + files/cdecl-2.5.patch:
67 + Respects LDFLAGS now.
68
69 07 Jul 2009; Patrick Kursawe <phosphan@g.o> files/cdecl-2.5.patch:
70 Fixing build with glibc-2.10, see bug #276068.