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 ChangeLog
Date: Tue, 03 Dec 2013 14:02:47
Message-Id: 20131203140242.88C582004B@flycatcher.gentoo.org
1 mgorny 13/12/03 14:02:42
2
3 Modified: llvm-9999.ebuild ChangeLog
4 Log:
5 Update Gentoo patch for clang.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.62 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.62&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.61&r2=1.62
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.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- llvm-9999.ebuild 30 Nov 2013 10:33:59 -0000 1.61
23 +++ llvm-9999.ebuild 3 Dec 2013 14:02:42 -0000 1.62
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.61 2013/11/30 10:33:59 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.62 2013/12/03 14:02:42 mgorny Exp $
29
30 EAPI=5
31
32 @@ -151,7 +151,7 @@
33 src_prepare() {
34 epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
35 epatch "${FILESDIR}"/${PN}-3.4-gentoo-install.patch
36 - use clang && epatch "${FILESDIR}"/clang-3.4-gentoo-install.patch
37 + use clang && epatch "${FILESDIR}"/clang-3.5-gentoo-install.patch
38
39 local sub_files=(
40 Makefile.config.in
41
42
43
44 1.148 sys-devel/llvm/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.148&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.148&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.147&r2=1.148
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
53 retrieving revision 1.147
54 retrieving revision 1.148
55 diff -u -r1.147 -r1.148
56 --- ChangeLog 30 Nov 2013 10:33:59 -0000 1.147
57 +++ ChangeLog 3 Dec 2013 14:02:42 -0000 1.148
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-devel/llvm
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.147 2013/11/30 10:33:59 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.148 2013/12/03 14:02:42 mgorny Exp $
63 +
64 + 03 Dec 2013; Michał Górny <mgorny@g.o>
65 + +files/clang-3.5-gentoo-install.patch, llvm-9999.ebuild:
66 + Update Gentoo patch for clang.
67
68 30 Nov 2013; Michał Górny <mgorny@g.o>
69 +files/clang-3.4-gentoo-install.patch, files/llvm-3.4-gentoo-install.patch,