Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild libfm-0.1.17.ebuild ChangeLog
Date: Sun, 04 Dec 2011 09:56:10
Message-Id: 20111204095601.017EF2004B@flycatcher.gentoo.org
1 hwoarang 11/12/04 09:56:00
2
3 Modified: libfm-9999.ebuild libfm-0.1.17.ebuild ChangeLog
4 Log:
5 drop -g from CFLAGS when debug is enabled. Bug #382265
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 x11-libs/libfm/libfm-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.18&r2=1.19
15
16 Index: libfm-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- libfm-9999.ebuild 10 Sep 2011 11:43:40 -0000 1.18
23 +++ libfm-9999.ebuild 4 Dec 2011 09:56:00 -0000 1.19
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/x11-libs/libfm/libfm-9999.ebuild,v 1.18 2011/09/10 11:43:40 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.19 2011/12/04 09:56:00 hwoarang Exp $
29
30 EAPI=3
31
32 @@ -45,7 +45,7 @@
33 progress;do
34 echo "data/ui/"${trans}.ui >> po/POTFILES.in
35 done
36 - sed -i -e "s:-O0::" "${S}"/configure.ac || die
37 + sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" "${S}"/configure.ac || die
38 eautoreconf
39 }
40
41
42
43
44 1.2 x11-libs/libfm/libfm-0.1.17.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild?r1=1.1&r2=1.2
49
50 Index: libfm-0.1.17.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- libfm-0.1.17.ebuild 25 Oct 2011 17:57:09 -0000 1.1
57 +++ libfm-0.1.17.ebuild 4 Dec 2011 09:56:00 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild,v 1.1 2011/10/25 17:57:09 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild,v 1.2 2011/12/04 09:56:00 hwoarang Exp $
63
64 EAPI=4
65
66 @@ -30,7 +30,7 @@
67
68 src_prepare() {
69 sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed"
70 - sed -i -e '/^[[:space:]]*docs/d' -e "s:-O0::" \
71 + sed -i -e '/^[[:space:]]*docs/d' -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" \
72 configure.ac || die "sed failed"
73 eautoreconf
74 }
75
76
77
78 1.55 x11-libs/libfm/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.55&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.55&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.54&r2=1.55
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
87 retrieving revision 1.54
88 retrieving revision 1.55
89 diff -u -r1.54 -r1.55
90 --- ChangeLog 25 Oct 2011 17:57:09 -0000 1.54
91 +++ ChangeLog 4 Dec 2011 09:56:00 -0000 1.55
92 @@ -1,6 +1,10 @@
93 # ChangeLog for x11-libs/libfm
94 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.54 2011/10/25 17:57:09 hwoarang Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.55 2011/12/04 09:56:00 hwoarang Exp $
97 +
98 + 04 Dec 2011; Markos Chandras <hwoarang@g.o> libfm-9999.ebuild,
99 + libfm-0.1.17.ebuild:
100 + drop -g from CFLAGS when debug is enabled. Bug #382265
101
102 *libfm-0.1.17 (25 Oct 2011)