Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-6.10.2.ebuild
Date: Sun, 19 Apr 2009 15:11:49
Message-Id: E1LvYgN-0005iS-0E@stork.gentoo.org
1 kolmodin 09/04/19 15:11:47
2
3 Modified: ChangeLog ghc-6.10.2.ebuild
4 Log:
5 Minor QA for dev-lang/ghc-6.10.2
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.161 dev-lang/ghc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.161&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.161&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.160&r2=1.161
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
18 retrieving revision 1.160
19 retrieving revision 1.161
20 diff -u -r1.160 -r1.161
21 --- ChangeLog 19 Apr 2009 14:54:34 -0000 1.160
22 +++ ChangeLog 19 Apr 2009 15:11:46 -0000 1.161
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/ghc
25 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.160 2009/04/19 14:54:34 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.161 2009/04/19 15:11:46 kolmodin Exp $
28 +
29 + 19 Apr 2009; Lennart Kolmodin <kolmodin@g.o> ghc-6.10.2.ebuild:
30 + Minor QA.
31
32 *ghc-6.10.2 (19 Apr 2009)
33
34
35
36
37 1.2 dev-lang/ghc/ghc-6.10.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild?r1=1.1&r2=1.2
42
43 Index: ghc-6.10.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ghc-6.10.2.ebuild 19 Apr 2009 14:54:34 -0000 1.1
50 +++ ghc-6.10.2.ebuild 19 Apr 2009 15:11:46 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild,v 1.1 2009/04/19 14:54:34 kolmodin Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild,v 1.2 2009/04/19 15:11:46 kolmodin Exp $
56
57 # Brief explanation of the bootstrap logic:
58 #
59 @@ -54,8 +54,8 @@
60 #arch_binaries="$arch_binaries x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
61
62 SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz2
63 - http://hackage.haskell.org/packages/archive/readline/${READLINE_PV}/${READLINE_P}.tar.gz
64 - )
65 + http://hackage.haskell.org/packages/archive/readline/${READLINE_PV}/${READLINE_P}.tar.gz
66 + )
67 !ghcbootstrap? ( $arch_binaries )"
68
69 LICENSE="BSD"