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-0.1.17.ebuild ChangeLog
Date: Mon, 18 Jun 2012 19:28:39
Message-Id: 20120618192830.0DFFE2004B@flycatcher.gentoo.org
1 hwoarang 12/06/18 19:28:30
2
3 Modified: libfm-0.1.17.ebuild ChangeLog
4 Log:
5 Backport automake-1.12 fix from bug #421101
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 x11-libs/libfm/libfm-0.1.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild?r1=1.9&r2=1.10
15
16 Index: libfm-0.1.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- libfm-0.1.17.ebuild 5 May 2012 03:52:24 -0000 1.9
23 +++ libfm-0.1.17.ebuild 18 Jun 2012 19:28:29 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild,v 1.9 2012/05/05 03:52:24 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.17.ebuild,v 1.10 2012/06/18 19:28:29 hwoarang Exp $
29
30 EAPI=4
31
32 @@ -32,6 +32,8 @@
33 sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed"
34 sed -i -e '/^[[:space:]]*docs/d' -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" \
35 configure.ac || die "sed failed"
36 + #Remove -Werror for automake-1.12. Bug #421101
37 + sed -i "s:-Werror::" configure.ac || die
38 eautoreconf
39 }
40
41
42
43
44 1.67 x11-libs/libfm/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.67&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.67&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.66&r2=1.67
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
53 retrieving revision 1.66
54 retrieving revision 1.67
55 diff -u -r1.66 -r1.67
56 --- ChangeLog 14 Jun 2012 18:33:22 -0000 1.66
57 +++ ChangeLog 18 Jun 2012 19:28:29 -0000 1.67
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-libs/libfm
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.66 2012/06/14 18:33:22 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.67 2012/06/18 19:28:29 hwoarang Exp $
63 +
64 + 18 Jun 2012; Markos Chandras <hwoarang@g.o> libfm-0.1.17.ebuild:
65 + Backport automake-1.12 fix from bug #421101
66
67 14 Jun 2012; Markos Chandras <hwoarang@g.o> libfm-9999.ebuild:
68 Drop -Werror due to new automake-1.12. Bug #421101