Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libetpan: ChangeLog libetpan-1.0.ebuild
Date: Fri, 01 Jul 2011 15:04:37
Message-Id: 20110701150426.8B5AD2004B@flycatcher.gentoo.org
1 eras 11/07/01 15:04:26
2
3 Modified: ChangeLog libetpan-1.0.ebuild
4 Log:
5 respect CFLAGS with debug USE flag - bug #373723
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.85 net-libs/libetpan/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?rev=1.85&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?rev=1.85&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?r1=1.84&r2=1.85
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v
19 retrieving revision 1.84
20 retrieving revision 1.85
21 diff -u -r1.84 -r1.85
22 --- ChangeLog 14 Jun 2011 14:04:45 -0000 1.84
23 +++ ChangeLog 1 Jul 2011 15:04:26 -0000 1.85
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/libetpan
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.84 2011/06/14 14:04:45 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.85 2011/07/01 15:04:26 eras Exp $
29 +
30 + 01 Jul 2011; Eray Aslan <eras@g.o> libetpan-1.0.ebuild:
31 + respect CFLAGS with debug USE flag - bug #373723
32
33 14 Jun 2011; Eray Aslan <eras@g.o> libetpan-1.0.ebuild:
34 Remove redundant append-flags
35
36
37
38 1.4 net-libs/libetpan/libetpan-1.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.0.ebuild?r1=1.3&r2=1.4
43
44 Index: libetpan-1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- libetpan-1.0.ebuild 14 Jun 2011 14:04:45 -0000 1.3
51 +++ libetpan-1.0.ebuild 1 Jul 2011 15:04:26 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.0.ebuild,v 1.3 2011/06/14 14:04:45 eras Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.0.ebuild,v 1.4 2011/07/01 15:04:26 eras Exp $
57
58 EAPI="2"
59
60 @@ -25,6 +25,8 @@
61 src_prepare() {
62 epatch "${FILESDIR}"/${P}-ldflags.patch
63 epatch "${FILESDIR}"/${P}-nonnull.patch
64 + # respect CFLAGS - bug #373723
65 + sed -i -e "s/-O2 -g//" configure.ac
66 eautoreconf
67 }