Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tclperl: tclperl-3.2.ebuild ChangeLog
Date: Fri, 28 May 2010 23:00:59
Message-Id: 20100528230054.DBECE2CF37@corvid.gentoo.org
1 jlec 10/05/28 23:00:54
2
3 Modified: tclperl-3.2.ebuild ChangeLog
4 Log:
5 Added missing LDFLAGS #247189
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-tcltk/tclperl/tclperl-3.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2.ebuild?r1=1.1&r2=1.2
14
15 Index: tclperl-3.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tclperl-3.2.ebuild 1 May 2007 23:43:09 -0000 1.1
22 +++ tclperl-3.2.ebuild 28 May 2010 23:00:54 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 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-tcltk/tclperl/tclperl-3.2.ebuild,v 1.1 2007/05/01 23:43:09 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2.ebuild,v 1.2 2010/05/28 23:00:54 jlec Exp $
29
30 inherit flag-o-matic multilib toolchain-funcs
31
32 @@ -23,7 +23,7 @@
33 perl Makefile.PL || die
34 make OPTIMIZE="${CFLAGS}" Tcl.o || die
35
36 - $(tc-getCC) -shared ${CFLAGS} -o tclperl.so.${PV} -DUSE_TCL_STUBS \
37 + $(tc-getCC) -shared ${LDFLAGS} ${CFLAGS} -o tclperl.so.${PV} -DUSE_TCL_STUBS \
38 tclperl.c tclthread.c `perl -MExtUtils::Embed -e ccopts -e ldopts` \
39 /usr/$(get_libdir)/libtclstub`echo 'puts $tcl_version' | tclsh`.a Tcl.o || die
40 }
41
42
43
44 1.8 dev-tcltk/tclperl/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclperl/ChangeLog?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclperl/ChangeLog?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclperl/ChangeLog?r1=1.7&r2=1.8
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- ChangeLog 1 May 2007 23:43:09 -0000 1.7
57 +++ ChangeLog 28 May 2010 23:00:54 -0000 1.8
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-tcltk/tclperl
60 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.7 2007/05/01 23:43:09 matsuu Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.8 2010/05/28 23:00:54 jlec Exp $
64 +
65 + 28 May 2010; Justin Lecher <jlec@g.o> tclperl-3.2.ebuild:
66 + Added missing LDFLAGS #247189
67
68 *tclperl-3.2 (01 May 2007)