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/llvm: llvm-2.7.ebuild llvm-9999.ebuild
Date: Thu, 26 Aug 2010 07:10:09
Message-Id: 20100826071005.D98942004E@flycatcher.gentoo.org
1 grobian 10/08/26 07:10:05
2
3 Modified: llvm-2.7.ebuild llvm-9999.ebuild
4 Log:
5 use an existing compiler
6
7 (Portage version: 2.2.01.15553-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.4 sys-devel/llvm/llvm-2.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild?r1=1.3&r2=1.4
15
16 Index: llvm-2.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- llvm-2.7.ebuild 26 Aug 2010 07:00:53 -0000 1.3
23 +++ llvm-2.7.ebuild 26 Aug 2010 07:10:05 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild,v 1.3 2010/08/26 07:00:53 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.7.ebuild,v 1.4 2010/08/26 07:10:05 grobian Exp $
29
30 EAPI="3"
31 inherit eutils multilib toolchain-funcs
32 @@ -20,7 +20,7 @@
33 >=sys-devel/bison-1.28
34 !~sys-devel/bison-1.85
35 !~sys-devel/bison-1.875
36 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.1.2 )
37 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
38 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
39 libffi? ( virtual/libffi )
40 ocaml? ( dev-lang/ocaml )
41
42
43
44 1.3 sys-devel/llvm/llvm-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.2&r2=1.3
49
50 Index: llvm-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- llvm-9999.ebuild 26 Aug 2010 07:00:53 -0000 1.2
57 +++ llvm-9999.ebuild 26 Aug 2010 07:10:05 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.2 2010/08/26 07:00:53 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.3 2010/08/26 07:10:05 grobian Exp $
63
64 EAPI="3"
65 inherit subversion eutils multilib toolchain-funcs
66 @@ -21,7 +21,7 @@
67 >=sys-devel/bison-1.28
68 !~sys-devel/bison-1.85
69 !~sys-devel/bison-1.875
70 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.1.2 )
71 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
72 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
73 libffi? ( virtual/libffi )
74 ocaml? ( dev-lang/ocaml )