Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Wed, 21 May 2014 16:13:18
Message-Id: 20140521161315.52EB02004C@flycatcher.gentoo.org
1 chithanh 14/05/21 16:13:15
2
3 Modified: ChangeLog package.mask
4 Log:
5 Rearrange Xwayland and fontsproto mask, add patched libXfont to mask.
6
7 Revision Changes Path
8 1.8988 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8988&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8988&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8987&r2=1.8988
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.8987
18 retrieving revision 1.8988
19 diff -u -r1.8987 -r1.8988
20 --- ChangeLog 21 May 2014 14:43:18 -0000 1.8987
21 +++ ChangeLog 21 May 2014 16:13:14 -0000 1.8988
22 @@ -1,6 +1,6 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8987 2014/05/21 14:43:18 chithanh Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8988 2014/05/21 16:13:14 chithanh 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 @@ -8,6 +8,10 @@
31
32 21 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
33 package.mask:
34 + Rearrange Xwayland and fontsproto mask, add patched libXfont to mask.
35 +
36 + 21 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
37 + package.mask:
38 Mask recent fontsproto, xorg-server, wayland and weston
39
40 21 May 2014; Michał Górny <mgorny@g.o> package.mask:
41
42
43
44 1.15712 profiles/package.mask
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15712&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15712&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15711&r2=1.15712
49
50 Index: package.mask
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
53 retrieving revision 1.15711
54 retrieving revision 1.15712
55 diff -u -r1.15711 -r1.15712
56 --- package.mask 21 May 2014 14:10:53 -0000 1.15711
57 +++ package.mask 21 May 2014 16:13:14 -0000 1.15712
58 @@ -1,5 +1,5 @@
59 ####################################################################
60 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15711 2014/05/21 14:10:53 chithanh Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15712 2014/05/21 16:13:14 chithanh Exp $
62 #
63 # When you add an entry to the top of this file, add your name, the date, and
64 # an explanation of why something is getting masked. Please be extremely
65 @@ -31,14 +31,15 @@
66 #--- END OF EXAMPLES ---
67
68 # Chí-Thanh Christopher Nguyễn <chithanh@g.o> (21 May 2014)
69 -# Incompatible with <x11-libs/libXfont-1.5
70 ->=x11-proto/fontsproto-2.1.3
71 -
72 -# Chí-Thanh Christopher Nguyễn <chithanh@g.o> (21 May 2014)
73 # Mask until the necessary keywording for Xwayland is done, bug #510940
74 +# fontsproto has new function prototypes that make it incompatible
75 +# with older libXfont. All these packages should probably be unmasked
76 +# together.
77 >=dev-libs/wayland-1.5.0
78 >=dev-libs/weston-1.5.0
79 >=x11-base/xorg-server-1.15.99
80 +>=x11-proto/fontsproto-2.1.3
81 +>=x11-libs/libXfont-1.4.8-r1
82
83 # Alexandre Rostovtsev <tetromino@g.o> (19 May 2014)
84 # Masked until dev-libs/glib supports the new timezone format, bug #510422