Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-9999.ebuild ChangeLog
Date: Tue, 11 Feb 2014 15:37:29
Message-Id: 20140211153726.40CB22004C@flycatcher.gentoo.org
1 ottxor 14/02/11 15:37:26
2
3 Modified: byfl-9999.ebuild ChangeLog
4 Log:
5 llvm bug#18358 got fixed
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.5 sys-devel/byfl/byfl-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: byfl-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- byfl-9999.ebuild 15 Jan 2014 22:12:48 -0000 1.4
23 +++ byfl-9999.ebuild 11 Feb 2014 15:37:26 -0000 1.5
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.4 2014/01/15 22:12:48 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.5 2014/02/11 15:37:26 ottxor Exp $
29
30 EAPI=5
31
32 -inherit autotools-utils flag-o-matic multilib
33 +inherit autotools-utils multilib
34
35 if [ "${PV}" = "9999" ]; then
36 EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git http://github.com/losalamos/${PN}.git"
37 @@ -22,16 +22,15 @@
38 LICENSE="BSD"
39 IUSE=""
40
41 -RDEPEND=">=sys-devel/dragonegg-3.4
42 - >=sys-devel/llvm-3.4
43 - >=sys-devel/clang-3.4"
44 +RDEPEND=">=sys-devel/dragonegg-9999
45 + >=sys-devel/llvm-9999
46 + >=sys-devel/clang-9999"
47 DEPEND="${RDEPEND}"
48
49 src_prepare() {
50 ln -s autoconf/configure.ac || die
51 eaclocal -I autoconf/m4
52 eautoconf
53 - replace-flags -O? -O0 #http://llvm.org/bugs/show_bug.cgi?id=18358
54 }
55
56 src_configure() {
57
58
59
60 1.5 sys-devel/byfl/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?rev=1.5&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?rev=1.5&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?r1=1.4&r2=1.5
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
69 retrieving revision 1.4
70 retrieving revision 1.5
71 diff -u -r1.4 -r1.5
72 --- ChangeLog 15 Jan 2014 22:12:48 -0000 1.4
73 +++ ChangeLog 11 Feb 2014 15:37:26 -0000 1.5
74 @@ -1,6 +1,9 @@
75 # ChangeLog for sys-devel/byfl
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.4 2014/01/15 22:12:48 ottxor Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.5 2014/02/11 15:37:26 ottxor Exp $
79 +
80 + 11 Feb 2014; Christoph Junghans <ottxor@g.o> byfl-9999.ebuild:
81 + llvm bug#18358 got fixed
82
83 15 Jan 2014; Christoph Junghans <ottxor@g.o> byfl-9999.ebuild:
84 updates