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-9999.ebuild llvm-3.5.0.ebuild ChangeLog
Date: Mon, 29 Sep 2014 16:03:28
Message-Id: 20140929160323.C5813570@oystercatcher.gentoo.org
1 mgorny 14/09/29 16:03:23
2
3 Modified: llvm-9999.ebuild llvm-3.5.0.ebuild ChangeLog
4 Log:
5 Block configparser-3.2 since it is known to break the build.
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.91 sys-devel/llvm/llvm-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.91&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.91&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.90&r2=1.91
15
16 Index: llvm-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
19 retrieving revision 1.90
20 retrieving revision 1.91
21 diff -u -r1.90 -r1.91
22 --- llvm-9999.ebuild 7 Sep 2014 11:12:00 -0000 1.90
23 +++ llvm-9999.ebuild 29 Sep 2014 16:03:23 -0000 1.91
24 @@ -1,6 +1,6 @@
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/llvm/llvm-9999.ebuild,v 1.90 2014/09/07 11:12:00 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.91 2014/09/29 16:03:23 mgorny Exp $
29
30 EAPI=5
31
32 @@ -37,6 +37,7 @@
33 libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
34 ncurses? ( >=sys-libs/ncurses-5.9-r3:5=[${MULTILIB_USEDEP}] )
35 ocaml? ( dev-lang/ocaml:0= )"
36 +# configparser-3.2 breaks the build (3.3 or none at all are fine)
37 DEPEND="${COMMON_DEPEND}
38 dev-lang/perl
39 dev-python/sphinx
40 @@ -49,6 +50,7 @@
41 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
42 clang? ( xml? ( virtual/pkgconfig ) )
43 libffi? ( virtual/pkgconfig )
44 + !<dev-python/configparser-3.3.0.2
45 ${PYTHON_DEPS}"
46 RDEPEND="${COMMON_DEPEND}
47 clang? ( !<=sys-devel/clang-${PV}-r99 )
48
49
50
51 1.3 sys-devel/llvm/llvm-3.5.0.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.3&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.3&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?r1=1.2&r2=1.3
56
57 Index: llvm-3.5.0.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v
60 retrieving revision 1.2
61 retrieving revision 1.3
62 diff -u -r1.2 -r1.3
63 --- llvm-3.5.0.ebuild 16 Sep 2014 14:33:37 -0000 1.2
64 +++ llvm-3.5.0.ebuild 29 Sep 2014 16:03:23 -0000 1.3
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2014 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.2 2014/09/16 14:33:37 voyageur Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.3 2014/09/29 16:03:23 mgorny Exp $
70
71 EAPI=5
72
73 @@ -39,6 +39,7 @@
74 libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
75 ncurses? ( >=sys-libs/ncurses-5.9-r3:5=[${MULTILIB_USEDEP}] )
76 ocaml? ( dev-lang/ocaml:0= )"
77 +# configparser-3.2 breaks the build (3.3 or none at all are fine)
78 DEPEND="${COMMON_DEPEND}
79 app-arch/xz-utils
80 dev-lang/perl
81 @@ -52,6 +53,7 @@
82 clang? ( xml? ( virtual/pkgconfig ) )
83 doc? ( dev-python/sphinx )
84 libffi? ( virtual/pkgconfig )
85 + !<dev-python/configparser-3.3.0.2
86 ${PYTHON_DEPS}"
87 RDEPEND="${COMMON_DEPEND}
88 clang? ( !<=sys-devel/clang-${PV}-r99
89
90
91
92 1.208 sys-devel/llvm/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.208&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.208&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.207&r2=1.208
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
101 retrieving revision 1.207
102 retrieving revision 1.208
103 diff -u -r1.207 -r1.208
104 --- ChangeLog 18 Sep 2014 20:06:55 -0000 1.207
105 +++ ChangeLog 29 Sep 2014 16:03:23 -0000 1.208
106 @@ -1,6 +1,10 @@
107 # ChangeLog for sys-devel/llvm
108 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.207 2014/09/18 20:06:55 mgorny Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.208 2014/09/29 16:03:23 mgorny Exp $
111 +
112 + 29 Sep 2014; Michał Górny <mgorny@g.o> llvm-3.5.0.ebuild,
113 + llvm-9999.ebuild:
114 + Block configparser-3.2 since it is known to break the build.
115
116 18 Sep 2014; Michał Górny <mgorny@g.o>
117 files/clang-3.5-gentoo-runtime-gcc-detection-v3.patch: