Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/clang: clang-9999.ebuild clang-3.0-r3.ebuild ChangeLog
Date: Tue, 28 Feb 2012 09:09:48
Message-Id: 20120228090931.B48502004C@flycatcher.gentoo.org
1 grobian 12/02/28 09:09:31
2
3 Modified: clang-9999.ebuild clang-3.0-r3.ebuild ChangeLog
4 Log:
5 Gentoo binutils-apple patch has been applied upstream, so no longer necessary in 9999. Update patch header with upstream commit.
6
7 (Portage version: 2.2.01.20153-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.26 sys-devel/clang/clang-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?r1=1.25&r2=1.26
15
16 Index: clang-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- clang-9999.ebuild 21 Feb 2012 13:49:06 -0000 1.25
23 +++ clang-9999.ebuild 28 Feb 2012 09:09:31 -0000 1.26
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/clang/clang-9999.ebuild,v 1.25 2012/02/21 13:49:06 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.26 2012/02/28 09:09:31 grobian Exp $
29
30 EAPI=4
31
32 @@ -49,8 +49,6 @@
33 sed -e "/LLVMgold.so/s#lib/#$(get_libdir)/llvm/#" \
34 -i tools/clang/lib/Driver/Tools.cpp \
35 || die "gold plugin path sed failed"
36 - # Properly detect Gentoo's binutils-apple version
37 - epatch "${FILESDIR}"/${PN}-3.0-gentoo-binutils-apple.patch
38 # Specify python version
39 python_convert_shebangs 2 tools/clang/tools/scan-view/scan-view
40
41
42
43
44 1.3 sys-devel/clang/clang-3.0-r3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.0-r3.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.0-r3.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.0-r3.ebuild?r1=1.2&r2=1.3
49
50 Index: clang-3.0-r3.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.0-r3.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- clang-3.0-r3.ebuild 21 Feb 2012 13:49:06 -0000 1.2
57 +++ clang-3.0-r3.ebuild 28 Feb 2012 09:09:31 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.0-r3.ebuild,v 1.2 2012/02/21 13:49:06 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.0-r3.ebuild,v 1.3 2012/02/28 09:09:31 grobian Exp $
63
64 EAPI=3
65
66 @@ -48,7 +48,7 @@
67 sed -e "/LLVMgold.so/s#lib/#$(get_libdir)/llvm/#" \
68 -i tools/clang/lib/Driver/Tools.cpp \
69 || die "gold plugin path sed failed"
70 - # Properly detect Gentoo's binutils-apple version
71 + # Properly detect Gentoo's binutils-apple version (committed in trunk)
72 epatch "${FILESDIR}"/${PN}-3.0-gentoo-binutils-apple.patch
73 # Specify python version
74 python_convert_shebangs 2 tools/clang/tools/scan-view/scan-view
75
76
77
78 1.56 sys-devel/clang/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.56&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.56&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.55&r2=1.56
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
87 retrieving revision 1.55
88 retrieving revision 1.56
89 diff -u -r1.55 -r1.56
90 --- ChangeLog 21 Feb 2012 13:49:06 -0000 1.55
91 +++ ChangeLog 28 Feb 2012 09:09:31 -0000 1.56
92 @@ -1,6 +1,11 @@
93 # ChangeLog for sys-devel/clang
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.55 2012/02/21 13:49:06 grobian Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.56 2012/02/28 09:09:31 grobian Exp $
97 +
98 + 28 Feb 2012; Fabian Groffen <grobian@g.o> clang-3.0-r3.ebuild,
99 + clang-9999.ebuild, files/clang-3.0-gentoo-binutils-apple.patch:
100 + Gentoo binutils-apple patch has been applied upstream, so no longer necessary
101 + in 9999. Update patch header with upstream commit.
102
103 21 Feb 2012; Fabian Groffen <grobian@g.o> clang-3.0-r3.ebuild,
104 +files/clang-3.0-gentoo-binutils-apple.patch, clang-9999.ebuild: