Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Sat, 03 Oct 2009 11:02:52
Message-Id: E1Mu2O1-0001a9-Iq@stork.gentoo.org
1 flameeyes 09/10/03 11:02:49
2
3 Modified: ChangeLog package.mask
4 Log:
5 Mask stuff that forces Python-3 down the throat of users. Don't remove the mask without discussion if you don't want to have QA on your track. Feel free to add more stuff as needed though.
6
7 Revision Changes Path
8 1.3340 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.3340&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.3340&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.3339&r2=1.3340
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.3339
18 retrieving revision 1.3340
19 diff -u -r1.3339 -r1.3340
20 --- ChangeLog 3 Oct 2009 07:19:41 -0000 1.3339
21 +++ ChangeLog 3 Oct 2009 11:02:48 -0000 1.3340
22 @@ -1,11 +1,16 @@
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.3339 2009/10/03 07:19:41 remi Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3340 2009/10/03 11:02:48 flameeyes 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 + 03 Oct 2009; Diego E. Pettenò <flameeyes@g.o> package.mask:
33 + Mask stuff that forces Python-3 down the throat of users. Don't remove the
34 + mask without discussion if you don't want to have QA on your track. Feel
35 + free to add more stuff as needed though.
36 +
37 03 Oct 2009; Rémi Cardona <remi@g.o> package.mask:
38 fix xorg-server 1.7 package.mask entry, stab scarabeus
39
40
41
42
43 1.10532 profiles/package.mask
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.10532&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.10532&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.10531&r2=1.10532
48
49 Index: package.mask
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
52 retrieving revision 1.10531
53 retrieving revision 1.10532
54 diff -u -r1.10531 -r1.10532
55 --- package.mask 3 Oct 2009 07:19:41 -0000 1.10531
56 +++ package.mask 3 Oct 2009 11:02:48 -0000 1.10532
57 @@ -1,5 +1,5 @@
58 ####################################################################
59 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.10531 2009/10/03 07:19:41 remi Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.10532 2009/10/03 11:02:48 flameeyes Exp $
61 #
62 # When you add an entry to the top of this file, add your name, the date, and
63 # an explanation of why something is getting masked. Please be extremely
64 @@ -31,6 +31,15 @@
65
66 #--- END OF EXAMPLES ---
67
68 +# Diego E. Pettenò <flameeyes@g.o> (03 Oct 2009)
69 +# on behalf of QA team <qa@g.o>
70 +#
71 +# Don't force Python-3 on _all_ users, given it's nowhere
72 +# production ready for upstream either.
73 +=dev-lang/python-2.6.3
74 +=dev-python/setuptools-0.6.3-r3
75 +=dev-python/sip-4.8.2-r1
76 +
77 # Markus Meier <maekke@g.o> (03 Oct 2009)
78 # masked for testing
79 >=media-gfx/autopano-sift-C-2.5.1_rc1