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: Wed, 7 Dec 2011 18:52:22 +0000 (UTC) [thread overview]
Message-ID: <20111207185222.C4C7B2004B@flycatcher.gentoo.org> (raw)
hwoarang 11/12/07 18:52:22
Modified: libfm-9999.ebuild ChangeLog
Log:
depend on vala and workaround broken configure script
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Revision Changes Path
1.20 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.19&r2=1.20
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libfm-9999.ebuild 4 Dec 2011 09:56:00 -0000 1.19
+++ libfm-9999.ebuild 7 Dec 2011 18:52:22 -0000 1.20
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.19 2011/12/04 09:56:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.20 2011/12/07 18:52:22 hwoarang Exp $
EAPI=3
@@ -24,6 +24,7 @@
x11-misc/shared-mime-info
udev? ( sys-fs/udisks )"
DEPEND="${COMMON_DEPEND}
+ >=dev-lang/vala-0.14.0
dev-util/gtk-doc-am
doc? (
dev-util/gtk-doc
@@ -46,6 +47,10 @@
echo "data/ui/"${trans}.ui >> po/POTFILES.in
done
sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" "${S}"/configure.ac || die
+ myvalaver="$(best_version dev-lang/vala | sed -e's@dev-lang/vala-\([0-9]*\.[0-9]*\)\..*@\1@g')"
+ myvalac="$(type -p valac-${myvalaver})"
+ [[ -x "${myvalac}" ]] || die "Vala compiler ${myvalac} not found"
+ export VALAC=${myvalac}
eautoreconf
}
1.58 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 7 Dec 2011 07:40:35 -0000 1.57
+++ ChangeLog 7 Dec 2011 18:52:22 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.57 2011/12/07 07:40:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.58 2011/12/07 18:52:22 hwoarang Exp $
+
+ 07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ depend on vala and workaround broken configure script
07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libfm-0.1.17.ebuild:
x86 stable wrt bug #382255
next reply other threads:[~2011-12-07 18:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-07 18:52 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-09-27 21:04 Markos Chandras (hwoarang)
2012-07-15 17:29 Markos Chandras (hwoarang)
2012-06-14 18:33 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=20111207185222.C4C7B2004B@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