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 ChangeLog
Date: Thu, 27 Sep 2012 21:04:44
Message-Id: 20120927210435.1398E21600@flycatcher.gentoo.org
1 hwoarang 12/09/27 21:04:34
2
3 Modified: libfm-9999.ebuild ChangeLog
4 Log:
5 Remove the autom4te.cache file after running eautoreconf. Bug #436058
6
7 (Portage version: 2.1.11.22/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.27 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.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.26&r2=1.27
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.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- libfm-9999.ebuild 22 Sep 2012 16:32:37 -0000 1.26
23 +++ libfm-9999.ebuild 27 Sep 2012 21:04:34 -0000 1.27
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-9999.ebuild,v 1.26 2012/09/22 16:32:37 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.27 2012/09/27 21:04:34 hwoarang Exp $
29
30 EAPI=4
31
32 @@ -51,6 +51,7 @@
33 #Remove -Werror for automake-1.12. Bug #421101
34 sed -i "s:-Werror::" configure.ac || die
35 eautoreconf
36 + rm -r autom4te.cache || die
37 use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
38 }
39
40
41
42
43 1.76 x11-libs/libfm/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.76&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.76&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.75&r2=1.76
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
52 retrieving revision 1.75
53 retrieving revision 1.76
54 diff -u -r1.75 -r1.76
55 --- ChangeLog 22 Sep 2012 16:32:37 -0000 1.75
56 +++ ChangeLog 27 Sep 2012 21:04:34 -0000 1.76
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-libs/libfm
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.75 2012/09/22 16:32:37 hwoarang Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.76 2012/09/27 21:04:34 hwoarang Exp $
62 +
63 + 27 Sep 2012; Markos Chandras <hwoarang@g.o> libfm-9999.ebuild:
64 + Remove the autom4te.cache file after running eautoreconf. Bug #436058
65
66 *libfm-1.0.1 (22 Sep 2012)