Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-9999.ebuild
Date: Fri, 29 May 2015 09:24:51
Message-Id: 20150529092443.42A40A09@oystercatcher.gentoo.org
1 voyageur 15/05/29 09:24:43
2
3 Modified: ChangeLog llvm-9999.ebuild
4 Log:
5 Revert accidental commit on live ebuild, should fix #550608 and #550682
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F)
8
9 Revision Changes Path
10 1.241 sys-devel/llvm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.241&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.241&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.240&r2=1.241
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
19 retrieving revision 1.240
20 retrieving revision 1.241
21 diff -u -r1.240 -r1.241
22 --- ChangeLog 27 May 2015 11:58:56 -0000 1.240
23 +++ ChangeLog 29 May 2015 09:24:43 -0000 1.241
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-devel/llvm
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.240 2015/05/27 11:58:56 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.241 2015/05/29 09:24:43 voyageur Exp $
29 +
30 + 29 May 2015; Bernard Cafarelli <voyageur@g.o> llvm-9999.ebuild:
31 + Revert accidental commit on live ebuild, should fix #550608 and #550682
32
33 *llvm-3.6.1 (27 May 2015)
34
35
36
37
38 1.107 sys-devel/llvm/llvm-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.107&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.107&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.106&r2=1.107
43
44 Index: llvm-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
47 retrieving revision 1.106
48 retrieving revision 1.107
49 diff -u -r1.106 -r1.107
50 --- llvm-9999.ebuild 27 May 2015 11:58:56 -0000 1.106
51 +++ llvm-9999.ebuild 29 May 2015 09:24:43 -0000 1.107
52 @@ -1,12 +1,12 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.106 2015/05/27 11:58:56 voyageur Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.107 2015/05/29 09:24:43 voyageur Exp $
57
58 EAPI=5
59
60 PYTHON_COMPAT=( python2_7 pypy )
61
62 -inherit eutils cmake-utils flag-o-matic git-r3 multibuild multilib \
63 +inherit eutils flag-o-matic git-r3 multibuild multilib \
64 multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs
65
66 DESCRIPTION="Low Level Virtual Machine"
67 @@ -19,7 +19,8 @@
68 SLOT="0/${PV}"
69 KEYWORDS=""
70 IUSE="clang debug doc gold libedit +libffi multitarget ncurses ocaml python
71 - +static-analyzer test xml video_cards_radeon kernel_Darwin"
72 + +static-analyzer test xml video_cards_radeon
73 + kernel_Darwin"
74
75 COMMON_DEPEND="
76 sys-libs/zlib:0=
77 @@ -43,6 +44,10 @@
78 >=sys-devel/make-3.81
79 >=sys-devel/flex-2.5.4
80 >=sys-devel/bison-1.875d
81 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
82 + ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
83 + )
84 + || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
85 clang? ( xml? ( virtual/pkgconfig ) )
86 libffi? ( virtual/pkgconfig )
87 !!<dev-python/configparser-3.3.0.2
88 @@ -233,8 +238,7 @@
89 tc-export CC CXX
90
91 ECONF_SOURCE=${S} \
92 - cmake-utils_src_configure
93 - #econf "${conf_flags[@]}"
94 + econf "${conf_flags[@]}"
95 }
96
97 set_makeargs() {
98 @@ -466,6 +470,7 @@
99 insinto /usr/share/vim/vimfiles/${dir}
100 doins ${dir}/*.vim
101 done
102 + popd >/dev/null || die
103
104 if use clang; then
105 pushd tools/clang >/dev/null || die
106 @@ -506,5 +511,6 @@
107 python_doscript "${S}"/projects/compiler-rt/lib/asan/scripts/asan_symbolize.py
108 }
109 python_foreach_impl python_inst
110 + popd >/dev/null || die
111 fi
112 }