Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@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: Wed, 31 Dec 2014 02:04:49
Message-Id: 20141231020445.C34F4E88F@oystercatcher.gentoo.org
1 vapier 14/12/31 02:04:45
2
3 Modified: llvm-9999.ebuild llvm-3.5.0.ebuild ChangeLog
4 Log:
5 Fix typo with location of --disable-shared.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.95 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.95&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.95&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.94&r2=1.95
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.94
20 retrieving revision 1.95
21 diff -u -r1.94 -r1.95
22 --- llvm-9999.ebuild 26 Nov 2014 16:13:33 -0000 1.94
23 +++ llvm-9999.ebuild 31 Dec 2014 02:04:45 -0000 1.95
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.94 2014/11/26 16:13:33 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.95 2014/12/31 02:04:45 vapier Exp $
29
30 EAPI=5
31
32 @@ -193,6 +193,7 @@
33 --enable-keep-symbols
34 --enable-shared
35 --with-optimize-option=
36 + $(tc-is-static-only && echo --disable-shared)
37 $(use_enable !debug optimized)
38 $(use_enable debug assertions)
39 $(use_enable debug expensive-checks)
40
41
42
43 1.9 sys-devel/llvm/llvm-3.5.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?r1=1.8&r2=1.9
48
49 Index: llvm-3.5.0.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- llvm-3.5.0.ebuild 28 Dec 2014 12:06:22 -0000 1.8
56 +++ llvm-3.5.0.ebuild 31 Dec 2014 02:04:45 -0000 1.9
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.8 2014/12/28 12:06:22 ago Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.9 2014/12/31 02:04:45 vapier Exp $
62
63 EAPI=5
64
65 @@ -75,7 +75,6 @@
66 CMAKE_MAKEFILE_GENERATOR=emake
67
68 pkg_pretend() {
69 - $(tc-is-static-only && echo --disable-shared) \
70 # in megs
71 # !clang !debug !multitarget -O2 400
72 # !clang !debug multitarget -O2 550
73 @@ -203,6 +202,7 @@
74 --enable-keep-symbols
75 --enable-shared
76 --with-optimize-option=
77 + $(tc-is-static-only && echo --disable-shared)
78 $(use_enable !debug optimized)
79 $(use_enable debug assertions)
80 $(use_enable debug expensive-checks)
81
82
83
84 1.214 sys-devel/llvm/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.214&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.214&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.213&r2=1.214
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
93 retrieving revision 1.213
94 retrieving revision 1.214
95 diff -u -r1.213 -r1.214
96 --- ChangeLog 28 Dec 2014 12:06:22 -0000 1.213
97 +++ ChangeLog 31 Dec 2014 02:04:45 -0000 1.214
98 @@ -1,6 +1,10 @@
99 # ChangeLog for sys-devel/llvm
100 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.213 2014/12/28 12:06:22 ago Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.214 2014/12/31 02:04:45 vapier Exp $
103 +
104 + 31 Dec 2014; Mike Frysinger <vapier@g.o> llvm-3.5.0.ebuild,
105 + llvm-9999.ebuild:
106 + Fix typo with location of --disable-shared.
107
108 28 Dec 2014; Agostino Sarubbo <ago@g.o> llvm-3.5.0.ebuild:
109 Stable for x86, wrt bug #530882