Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Thu, 28 Jul 2011 11:48:46
Message-Id: 20110728114835.D682D2004B@flycatcher.gentoo.org
1 jmbsvicetto 11/07/28 11:48:35
2
3 Modified: ChangeLog package.mask
4 Log:
5 [package.mask] Update the mysql/mariadb mask.
6 Dropped 5.4 from the mask as it's no longer in the tree.
7 Added virtual/mysql-5.3 now that mariadb did it's first beta release of 5.3.0.
8
9 Revision Changes Path
10 1.5583 profiles/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.5583&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.5583&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.5582&r2=1.5583
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
19 retrieving revision 1.5582
20 retrieving revision 1.5583
21 diff -u -r1.5582 -r1.5583
22 --- ChangeLog 28 Jul 2011 07:13:44 -0000 1.5582
23 +++ ChangeLog 28 Jul 2011 11:48:35 -0000 1.5583
24 @@ -1,11 +1,18 @@
25 # ChangeLog for profile directory
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5582 2011/07/28 07:13:44 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5583 2011/07/28 11:48:35 jmbsvicetto Exp $
29 #
30 # This ChangeLog should include records for all changes in profiles directory.
31 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
32 # here. If in doubt put a record here!
33
34 + 28 Jul 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
35 + package.mask:
36 + [package.mask] Update the mysql/mariadb mask.
37 + Dropped 5.4 from the mask as it's no longer in the tree.
38 + Added virtual/mysql-5.3 now that mariadb did it's first beta release of
39 + 5.3.0.
40 +
41 28 Jul 2011; Peter Volkov <pva@g.o> package.mask:
42 Unmask =net-analyzer/httping-1.5.1* - it is released and 1.5.1_beta1 dropped
43 from the tree.
44
45
46
47 1.12947 profiles/package.mask
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.12947&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.12947&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.12946&r2=1.12947
52
53 Index: package.mask
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
56 retrieving revision 1.12946
57 retrieving revision 1.12947
58 diff -u -r1.12946 -r1.12947
59 --- package.mask 28 Jul 2011 07:13:44 -0000 1.12946
60 +++ package.mask 28 Jul 2011 11:48:35 -0000 1.12947
61 @@ -1,5 +1,5 @@
62 ####################################################################
63 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.12946 2011/07/28 07:13:44 pva Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.12947 2011/07/28 11:48:35 jmbsvicetto Exp $
65 #
66 # When you add an entry to the top of this file, add your name, the date, and
67 # an explanation of why something is getting masked. Please be extremely
68 @@ -31,6 +31,18 @@
69
70 #--- END OF EXAMPLES ---
71
72 +# Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (28 Jul 2011)
73 +# A new update of the mysql / mariadb mask
74 +# Robin H. Johnson <robbat2@g.o> (01 Feb 2010)
75 +# Mask 5.5/6.0 series that are alpha and and crazy experimental.
76 +# Mask 5.2/5.3 virtual that exists in the overlay as well (it is MariaDB only)
77 +>=dev-db/mysql-5.5
78 +>=virtual/mysql-5.5
79 +=dev-db/mariadb-5.2*
80 +=virtual/mysql-5.2*
81 +=dev-db/mariadb-5.3*
82 +=virtual/mysql-5.3*
83 +
84 # Alexis Ballier <aballier@g.o> (28 Jul 2011)
85 # Mask TeX Live 2011 for testing
86 >=app-text/texlive-core-2011
87 @@ -342,19 +354,6 @@
88 # Mask cups-1.5, too new and still needs a lot of testing
89 >=net-print/cups-1.4.9999
90
91 -# Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (18 Jun 2011)
92 -# Add mariadb mask to Robin's earlier mask
93 -# Robin H. Johnson <robbat2@g.o> (01 Feb 2010)
94 -# Mask 5.4 series that is nearly a release candidate upstream (expected within the next 6 months)
95 -# Mask 5.5/6.0 series that are alpha and and crazy experimental.
96 -# Mask 5.2 virtual that exists in the overlay as well (it is MariaDB only)
97 -=dev-db/mysql-5.4*
98 -=virtual/mysql-5.4*
99 ->=dev-db/mysql-5.5
100 ->=virtual/mysql-5.5
101 -=dev-db/mariadb-5.2*
102 -=virtual/mysql-5.2*
103 -
104 # Torsten Veller <tove@g.o> (18 Jun 2011)
105 # Mask perl-5.14. See tracker bug #356171
106 =dev-lang/perl-5.14*