Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.1-r1.ebuild ChangeLog
Date: Fri, 06 Jul 2012 07:20:06
Message-Id: 20120706071949.925842004B@flycatcher.gentoo.org
1 mgorny 12/07/06 07:19:49
2
3 Modified: llvm-3.1-r1.ebuild ChangeLog
4 Log:
5 Enable cpp target while the ebuild's still hot. Bug #418441.
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-devel/llvm/llvm-3.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: llvm-3.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- llvm-3.1-r1.ebuild 5 Jul 2012 22:27:53 -0000 1.1
23 +++ llvm-3.1-r1.ebuild 6 Jul 2012 07:19:49 -0000 1.2
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/sys-devel/llvm/llvm-3.1-r1.ebuild,v 1.1 2012/07/05 22:27:53 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild,v 1.2 2012/07/06 07:19:49 mgorny Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="2"
32 @@ -114,7 +114,7 @@
33 if use multitarget; then
34 CONF_FLAGS="${CONF_FLAGS} --enable-targets=all"
35 else
36 - CONF_FLAGS="${CONF_FLAGS} --enable-targets=host-only"
37 + CONF_FLAGS="${CONF_FLAGS} --enable-targets=host,cpp"
38 fi
39
40 if use amd64; then
41
42
43
44 1.87 sys-devel/llvm/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.87&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.87&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.86&r2=1.87
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
53 retrieving revision 1.86
54 retrieving revision 1.87
55 diff -u -r1.86 -r1.87
56 --- ChangeLog 5 Jul 2012 22:27:53 -0000 1.86
57 +++ ChangeLog 6 Jul 2012 07:19:49 -0000 1.87
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-devel/llvm
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.86 2012/07/05 22:27:53 voyageur Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.87 2012/07/06 07:19:49 mgorny Exp $
63 +
64 + 06 Jul 2012; Michał Górny <mgorny@g.o> llvm-3.1-r1.ebuild:
65 + Enable cpp target while the ebuild's still hot. Bug #418441.
66
67 *llvm-3.1-r1 (05 Jul 2012)
68
69 @@ -377,4 +380,3 @@
70 05 Oct 2009; Bernard Cafarelli <voyageur@g.o>
71 +llvm-2.6_pre2.ebuild, +files/llvm-2.6-nohtmltargz.patch, +metadata.xml:
72 Initial commit, thanks everyone in bug #186279 and others
73 -