Gentoo Archives: gentoo-commits

From: "Luis F. Araujo (araujo)" <araujo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-6.4.2.ebuild ChangeLog
Date: Sun, 23 Dec 2007 14:36:58
Message-Id: E1J6Rwk-0005lt-6P@stork.gentoo.org
1 araujo 07/12/23 14:36:54
2
3 Modified: ghc-6.4.2.ebuild ChangeLog
4 Log:
5 Droping the last reference to virtual/x11
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.26 dev-lang/ghc/ghc-6.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild?r1=1.25&r2=1.26
14
15 Index: ghc-6.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ghc-6.4.2.ebuild 13 Dec 2007 15:58:31 -0000 1.25
22 +++ ghc-6.4.2.ebuild 23 Dec 2007 14:36:53 -0000 1.26
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.25 2007/12/13 15:58:31 dcoutts Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.26 2007/12/23 14:36:53 araujo Exp $
28
29 # Brief explanation of the bootstrap logic:
30 #
31 @@ -67,7 +67,7 @@
32 >=dev-lang/perl-5.6.1
33 >=dev-libs/gmp-4.1
34 =sys-libs/readline-5*
35 - X? ( || ( x11-libs/libX11 virtual/x11 ) )
36 + X? ( x11-libs/libX11 )
37 opengl? ( virtual/opengl
38 virtual/glu virtual/glut
39 openal? ( media-libs/openal media-libs/freealut ) )"
40
41
42
43 1.148 dev-lang/ghc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.148&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.148&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.147&r2=1.148
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
52 retrieving revision 1.147
53 retrieving revision 1.148
54 diff -u -r1.147 -r1.148
55 --- ChangeLog 23 Dec 2007 13:17:10 -0000 1.147
56 +++ ChangeLog 23 Dec 2007 14:36:53 -0000 1.148
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-lang/ghc
59 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.147 2007/12/23 13:17:10 kolmodin Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.148 2007/12/23 14:36:53 araujo Exp $
62 +
63 + 23 Dec 2007; Luis F. Araujo <araujo@g.o> ghc-6.4.2.ebuild:
64 + Droping the last reference to virtual/x11
65
66 24 Dec 2007; Lennart Kolmodin <kolmodin@g.o> files/ghc-updater:
67 Fix ghc-updater to be baselayout independent wrt functions.sh.
68
69
70
71 --
72 gentoo-commits@g.o mailing list