Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild llvm-2.7.ebuild
Date: Sat, 28 Aug 2010 14:07:18
Message-Id: 20100828140715.76C7320051@flycatcher.gentoo.org
1 mr_bones_ 10/08/28 14:07:15
2
3 Modified: llvm-9999.ebuild llvm-2.7.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 sys-devel/llvm/llvm-9999.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.3&r2=1.4
14
15 Index: llvm-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- llvm-9999.ebuild 26 Aug 2010 07:10:05 -0000 1.3
22 +++ llvm-9999.ebuild 28 Aug 2010 14:07:15 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.3 2010/08/26 07:10:05 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.4 2010/08/28 14:07:15 mr_bones_ Exp $
28
29 EAPI="3"
30 inherit subversion eutils multilib toolchain-funcs
31 @@ -150,7 +150,7 @@
32
33 src_install() {
34 emake KEEP_SYMBOLS=1 DESTDIR="${D}" install || die "install failed"
35 -
36 +
37 # Fix install_names on Darwin. The build system is too complicated
38 # to just fix this, so we correct it post-install
39 if [[ ${CHOST} == *-darwin* ]] ; then
40
41
42
43 1.5 sys-devel/llvm/llvm-2.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild?r1=1.4&r2=1.5
48
49 Index: llvm-2.7.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- llvm-2.7.ebuild 26 Aug 2010 07:10:05 -0000 1.4
56 +++ llvm-2.7.ebuild 28 Aug 2010 14:07:15 -0000 1.5
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild,v 1.4 2010/08/26 07:10:05 grobian Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild,v 1.5 2010/08/28 14:07:15 mr_bones_ Exp $
62
63 EAPI="3"
64 inherit eutils multilib toolchain-funcs
65 @@ -149,7 +149,7 @@
66
67 src_install() {
68 emake KEEP_SYMBOLS=1 DESTDIR="${D}" install || die "install failed"
69 -
70 +
71 # Fix install_names on Darwin. The build system is too complicated
72 # to just fix this, so we correct it post-install
73 if [[ ${CHOST} == *-darwin* ]] ; then