Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: package.mask ChangeLog
Date: Tue, 28 Oct 2008 21:47:30
Message-Id: E1KuwPN-0006Ad-MU@stork.gentoo.org
1 zzam 08/10/28 21:47:25
2
3 Modified: package.mask ChangeLog
4 Log:
5 Mask sys-fs/udev-130-r2 for its new init-script to be used with not-yet commited openrc-versions.
6
7 Revision Changes Path
8 1.9121 profiles/package.mask
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.9121&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.9121&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.9120&r2=1.9121
13
14 Index: package.mask
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
17 retrieving revision 1.9120
18 retrieving revision 1.9121
19 diff -u -r1.9120 -r1.9121
20 --- package.mask 28 Oct 2008 21:37:21 -0000 1.9120
21 +++ package.mask 28 Oct 2008 21:47:25 -0000 1.9121
22 @@ -1,5 +1,5 @@
23 ####################################################################
24 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9120 2008/10/28 21:37:21 markusle Exp $
25 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9121 2008/10/28 21:47:25 zzam Exp $
26 #
27 # When you add an entry to the top of this file, add your name, the date, and
28 # an explanation of why something is getting masked
29 @@ -29,6 +29,11 @@
30
31 #--- END OF EXAMPLES ---
32
33 +# Matthias Schwarzott <zzam@g.o> (28 Oct 2008)
34 +# Masked until design of new udev init-script for >openrc-0.3.0
35 +# is finished, Bug #240984.
36 +=sys-fs/udev-130-r2
37 +
38 # Markus Dittrich <markusle@g.o> (28 Oct 2008)
39 # New upstream version is currently masked due to an interface
40 # glitch with Qt-4.4.2 that needs to be looked at (bug #243362)
41
42
43
44 1.2002 profiles/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2002&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2002&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.2001&r2=1.2002
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
53 retrieving revision 1.2001
54 retrieving revision 1.2002
55 diff -u -r1.2001 -r1.2002
56 --- ChangeLog 28 Oct 2008 21:37:21 -0000 1.2001
57 +++ ChangeLog 28 Oct 2008 21:47:25 -0000 1.2002
58 @@ -1,11 +1,15 @@
59 # ChangeLog for profile directory
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2001 2008/10/28 21:37:21 markusle Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2002 2008/10/28 21:47:25 zzam Exp $
63 #
64 # This ChangeLog should include records for all changes in profiles directory.
65 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
66 # here. If in doubt put a record here!
67
68 + 28 Oct 2008; Matthias Schwarzott <zzam@g.o> package.mask:
69 + Mask sys-fs/udev-130-r2 for its new init-script to be used with not-yet
70 + commited openrc-versions.
71 +
72 28 Oct 2008; Markus Dittrich <markusle@g.o> package.mask:
73 Masked new upstream revision of paraview since there's still an interface
74 glitch with Qt-4.4.2 that needs to be taken care of.