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/mysqltcl: mysqltcl-3.05.ebuild ChangeLog
Date: Tue, 03 May 2011 11:41:42
Message-Id: 20110503114132.16A1420054@flycatcher.gentoo.org
1 jlec 11/05/03 11:41:32
2
3 Modified: mysqltcl-3.05.ebuild ChangeLog
4 Log:
5 Respect CFLAGS, #365801 thanks Agostino Sarubbo
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?r1=1.3&r2=1.4
15
16 Index: mysqltcl-3.05.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mysqltcl-3.05.ebuild 2 May 2011 06:03:44 -0000 1.3
23 +++ mysqltcl-3.05.ebuild 3 May 2011 11:41:32 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v 1.3 2011/05/02 06:03:44 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v 1.4 2011/05/03 11:41:32 jlec Exp $
29
30 EAPI=4
31
32 @@ -22,6 +22,7 @@
33
34 src_prepare() {
35 epatch "${FILESDIR}"/${P}-ldflags.patch
36 + sed -i 's/-pipe//g;s/-O2//g;s/-fomit-frame-pointer//g' configure || die
37 }
38
39 src_configure() {
40
41
42
43 1.16 dev-tcltk/mysqltcl/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?rev=1.16&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?rev=1.16&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?r1=1.15&r2=1.16
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v
52 retrieving revision 1.15
53 retrieving revision 1.16
54 diff -u -r1.15 -r1.16
55 --- ChangeLog 2 May 2011 06:03:44 -0000 1.15
56 +++ ChangeLog 3 May 2011 11:41:32 -0000 1.16
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-tcltk/mysqltcl
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.15 2011/05/02 06:03:44 jlec Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.16 2011/05/03 11:41:32 jlec Exp $
62 +
63 + 03 May 2011; Justin Lecher <jlec@g.o> mysqltcl-3.05.ebuild:
64 + Respect CFLAGS, #365801 thanks Agostino Sarubbo
65
66 02 May 2011; Justin Lecher <jlec@g.o> mysqltcl-2.40.ebuild,
67 mysqltcl-2.50.ebuild, mysqltcl-3.05.ebuild,