Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-2.6.ebuild
Date: Mon, 26 Oct 2009 16:16:43
Message-Id: E1N2SFN-0002so-Ay@stork.gentoo.org
1 voyageur 09/10/26 16:16:41
2
3 Modified: ChangeLog llvm-2.6.ebuild
4 Log:
5 Disable .ps doc generation, these are just the man pages. Bug #290581
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 sys-devel/llvm/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 26 Oct 2009 09:58:41 -0000 1.5
22 +++ ChangeLog 26 Oct 2009 16:16:40 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-devel/llvm
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.5 2009/10/26 09:58:41 voyageur Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.6 2009/10/26 16:16:40 voyageur Exp $
28 +
29 + 26 Oct 2009; Bernard Cafarelli <voyageur@g.o> llvm-2.6.ebuild,
30 + +files/llvm-2.6-commandguide-nops.patch:
31 + Disable .ps doc generation, these are just the man pages. Bug #290581
32
33 26 Oct 2009; Bernard Cafarelli <voyageur@g.o> llvm-2.6.ebuild,
34 metadata.xml:
35
36
37
38 1.3 sys-devel/llvm/llvm-2.6.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/llvm-2.6.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/llvm-2.6.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/llvm-2.6.ebuild?r1=1.2&r2=1.3
43
44 Index: llvm-2.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.6.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- llvm-2.6.ebuild 26 Oct 2009 09:58:41 -0000 1.2
51 +++ llvm-2.6.ebuild 26 Oct 2009 16:16:40 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.6.ebuild,v 1.2 2009/10/26 09:58:41 voyageur Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.6.ebuild,v 1.3 2009/10/26 16:16:40 voyageur Exp $
57
58 EAPI="2"
59 inherit eutils multilib toolchain-funcs
60 @@ -85,6 +85,7 @@
61 sed -e '/^NO_INSTALL_MANS/s/$/$(DST_MAN_DIR)tblgen.1 $(DST_MAN_DIR)llvmgcc.1 $(DST_MAN_DIR)llvmgxx.1/' \
62 -i docs/CommandGuide/Makefile || die "manpages sed failed"
63 epatch "${FILESDIR}"/${PN}-2.6-nodoctargz.patch
64 + epatch "${FILESDIR}"/${PN}-2.6-commandguide-nops.patch
65
66 # Buggy test, http://llvm.org/bugs/show_bug.cgi?id=5047
67 rm test/DebugInfo/2009-01-15-dbg_declare.ll