Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Tue, 02 Feb 2010 06:04:58
Message-Id: E1NcBse-00073Q-0g@stork.gentoo.org
1 robbat2 10/02/02 06:04:56
2
3 Modified: ChangeLog package.mask
4 Log:
5 Add a seperate mask for MySQL5.4/5.5/6.0 since 5.1 will be unmasked at the end of the week.
6
7 Revision Changes Path
8 1.3851 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.3851&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.3851&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.3850&r2=1.3851
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.3850
18 retrieving revision 1.3851
19 diff -p -w -b -B -u -u -r1.3850 -r1.3851
20 --- ChangeLog 1 Feb 2010 18:39:41 -0000 1.3850
21 +++ ChangeLog 2 Feb 2010 06:04:54 -0000 1.3851
22 @@ -1,11 +1,15 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3850 2010/02/01 18:39:41 jer Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3851 2010/02/02 06:04:54 robbat2 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 + 02 Feb 2010; Robin H. Johnson <robbat2@g.o> package.mask:
33 + Add a seperate mask for MySQL5.4/5.5/6.0 since 5.1 will be unmasked at the
34 + end of the week.
35 +
36 01 Feb 2010; Jeroen Roovers <jer@g.o> package.mask:
37 Tweak www-client/opera mask again.
38
39
40
41
42 1.11172 profiles/package.mask
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.11172&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.11172&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.11171&r2=1.11172
47
48 Index: package.mask
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
51 retrieving revision 1.11171
52 retrieving revision 1.11172
53 diff -p -w -b -B -u -u -r1.11171 -r1.11172
54 --- package.mask 1 Feb 2010 18:39:41 -0000 1.11171
55 +++ package.mask 2 Feb 2010 06:04:54 -0000 1.11172
56 @@ -1,5 +1,5 @@
57 ####################################################################
58 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.11171 2010/02/01 18:39:41 jer Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.11172 2010/02/02 06:04:54 robbat2 Exp $
60 #
61 # When you add an entry to the top of this file, add your name, the date, and
62 # an explanation of why something is getting masked. Please be extremely
63 @@ -31,6 +31,14 @@
64
65 #--- END OF EXAMPLES ---
66
67 +# Robin H. Johnson <robbat2@g.o> (01 Feb 2010)
68 +# Mask 5.4 series that is nearly a release candidate upstream (expected within the next 6 months)
69 +# Mask 5.5/6.0 series that are alpha and and crazy experimental.
70 +=dev-db/mysql-5.4*
71 +=virtual/mysql-5.4*
72 +>=dev-db/mysql-5.5
73 +>=virtual/mysql-5.5
74 +
75 # RĂ©mi Cardona <remi@g.o> (27 Jan 2010)
76 # dev package with fatal asserts(), see bug #301892
77 =x11-libs/pixman-0.17.4