From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
Date: Thu, 27 Sep 2012 21:04:35 +0000 (UTC) [thread overview]
Message-ID: <20120927210435.1398E21600@flycatcher.gentoo.org> (raw)
hwoarang 12/09/27 21:04:34
Modified: libfm-9999.ebuild ChangeLog
Log:
Remove the autom4te.cache file after running eautoreconf. Bug #436058
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Revision Changes Path
1.27 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.26&r2=1.27
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libfm-9999.ebuild 22 Sep 2012 16:32:37 -0000 1.26
+++ libfm-9999.ebuild 27 Sep 2012 21:04:34 -0000 1.27
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.26 2012/09/22 16:32:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.27 2012/09/27 21:04:34 hwoarang Exp $
EAPI=4
@@ -51,6 +51,7 @@
#Remove -Werror for automake-1.12. Bug #421101
sed -i "s:-Werror::" configure.ac || die
eautoreconf
+ rm -r autom4te.cache || die
use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
}
1.76 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 22 Sep 2012 16:32:37 -0000 1.75
+++ ChangeLog 27 Sep 2012 21:04:34 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.75 2012/09/22 16:32:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.76 2012/09/27 21:04:34 hwoarang Exp $
+
+ 27 Sep 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Remove the autom4te.cache file after running eautoreconf. Bug #436058
*libfm-1.0.1 (22 Sep 2012)
next reply other threads:[~2012-09-27 21:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-27 21:04 Markos Chandras (hwoarang) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-05-17 10:20 [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog Markos Chandras (hwoarang)
2013-11-17 11:51 Markos Chandras (hwoarang)
2012-12-23 14:40 Markos Chandras (hwoarang)
2012-12-02 15:26 Markos Chandras (hwoarang)
2012-11-15 19:39 Markos Chandras (hwoarang)
2012-11-01 21:23 Markos Chandras (hwoarang)
2012-07-15 17:29 Markos Chandras (hwoarang)
2012-06-14 18:33 Markos Chandras (hwoarang)
2011-12-07 18:52 Markos Chandras (hwoarang)
2011-04-11 10:51 Markos Chandras (hwoarang)
2011-01-22 14:26 Markos Chandras (hwoarang)
2011-01-20 18:05 Markos Chandras (hwoarang)
2010-07-08 9:50 Markos Chandras (hwoarang)
2010-06-22 14:27 Markos Chandras (hwoarang)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120927210435.1398E21600@flycatcher.gentoo.org \
--to=hwoarang@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox