Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Sun, 10 May 2009 21:53:40
Message-Id: E1M3Gxm-0005kK-P9@stork.gentoo.org
1 kolmodin 09/05/10 21:53:38
2
3 Modified: ChangeLog package.mask
4 Log:
5 Add mask for the haskell platform (testing).
6
7 Revision Changes Path
8 1.2636 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2636&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2636&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.2635&r2=1.2636
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.2635
18 retrieving revision 1.2636
19 diff -u -r1.2635 -r1.2636
20 --- ChangeLog 10 May 2009 21:05:06 -0000 1.2635
21 +++ ChangeLog 10 May 2009 21:53:38 -0000 1.2636
22 @@ -1,11 +1,14 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2635 2009/05/10 21:05:06 tommy Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2636 2009/05/10 21:53:38 kolmodin Exp $
27 #
28 # This ChangeLog should include records for all changes in profiles directory.
29 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
30 # here. If in doubt put a record here!
31
32 + 10 May 2009; Lennart Kolmodin <kolmodin@g.o> package.mask:
33 + Mask the haskell platform for testing.
34 +
35 10 May 2009; Thomas Sachau (Tommy[D]) <tommy@g.o> package.mask:
36 Remove mask on net-libs/fec (dropped)
37
38
39
40
41 1.9780 profiles/package.mask
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.9780&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.9780&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.9779&r2=1.9780
46
47 Index: package.mask
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
50 retrieving revision 1.9779
51 retrieving revision 1.9780
52 diff -u -r1.9779 -r1.9780
53 --- package.mask 10 May 2009 21:05:06 -0000 1.9779
54 +++ package.mask 10 May 2009 21:53:38 -0000 1.9780
55 @@ -1,5 +1,5 @@
56 ####################################################################
57 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9779 2009/05/10 21:05:06 tommy Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9780 2009/05/10 21:53:38 kolmodin Exp $
59 #
60 # When you add an entry to the top of this file, add your name, the date, and
61 # an explanation of why something is getting masked. Please be extremely
62 @@ -32,6 +32,10 @@
63 #--- END OF EXAMPLES ---
64
65 # Lennart Kolmodin <kolmodin@g.o> (10 May 2009)
66 +# Mark the haskell-platform, depends on other things masked for testing.
67 +dev-haskell/haskell-platform
68 +
69 +# Lennart Kolmodin <kolmodin@g.o> (10 May 2009)
70 # Mark ghc-6.10.3 for testing.
71 ~dev-lang/ghc-6.10.3