Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Mon, 30 Mar 2009 21:18:58
Message-Id: E1LoOsg-0006Ke-94@stork.gentoo.org
1 loki_val 09/03/30 21:18:54
2
3 Modified: ChangeLog package.mask
4 Log:
5 Add package.mask entry for mono-2.4 and friends w.r.t. bug 257313.
6
7 Revision Changes Path
8 1.2482 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2482&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2482&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.2481&r2=1.2482
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.2481
18 retrieving revision 1.2482
19 diff -u -r1.2481 -r1.2482
20 --- ChangeLog 30 Mar 2009 13:10:20 -0000 1.2481
21 +++ ChangeLog 30 Mar 2009 21:18:53 -0000 1.2482
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.2481 2009/03/30 13:10:20 chainsaw Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2482 2009/03/30 21:18:53 loki_val 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 + 30 Mar 2009; Peter Alfredsen <loki_val@g.o> package.mask:
33 + Add package.mask entry for mono-2.4 and friends w.r.t. bug 257313.
34 +
35 30 Mar 2009; <chainsaw@g.o> package.mask:
36 Widen net-misc/dhcp mask for v4, clarify reason. 4.0.1 is going in and
37 4.0.0 is being deleted.
38
39
40
41 1.9621 profiles/package.mask
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.9621&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.9621&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.9620&r2=1.9621
46
47 Index: package.mask
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
50 retrieving revision 1.9620
51 retrieving revision 1.9621
52 diff -u -r1.9620 -r1.9621
53 --- package.mask 30 Mar 2009 13:10:20 -0000 1.9620
54 +++ package.mask 30 Mar 2009 21:18:53 -0000 1.9621
55 @@ -1,5 +1,5 @@
56 ####################################################################
57 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9620 2009/03/30 13:10:20 chainsaw Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9621 2009/03/30 21:18:53 loki_val 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 @@ -31,6 +31,21 @@
63
64 #--- END OF EXAMPLES ---
65
66 +# Peter Alfredsen <loki_val@g.o> (30 Mar 2009)
67 +# HERE BE DRAGONS!
68 +# WARNING: Mono-2.4 will deplete your available RAM if you
69 +# try to compile app-office/openoffice[mono] with it.
70 +# See http://bugs.gentoo.org/257313 for reference.
71 +=www-apache/mod_mono-2.4
72 +=dev-dotnet/xsp-2.4
73 +=dev-dotnet/libgdiplus-2.4
74 +=dev-dotnet/gluezilla-2.4
75 +=dev-lang/mono-2.4
76 +=dev-lang/mono-basic-2.4
77 +=dev-util/mono-debugger-2.4
78 +=dev-util/mono-tools-2.4
79 +=virtual/monodoc-2.4
80 +
81 # Tony Vroon <chainsaw@g.o> (30 Mar 2009)
82 # The v4 branch of DHCP has a new build system and a "minimal" dhclient-only
83 # build is not yet supported. The IPv6 support seems a bit rough at the edges