Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Sun, 04 May 2008 12:45:27
Message-Id: E1Jsdam-00024y-CK@stork.gentoo.org
1 kolmodin 08/05/04 12:45:24
2
3 Modified: ChangeLog package.mask
4 Log:
5 Replace older package masks on dev-haskell/regex-* by less restrictive ones.
6
7 Revision Changes Path
8 1.1384 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1384&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1384&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.1383&r2=1.1384
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.1383
18 retrieving revision 1.1384
19 diff -u -r1.1383 -r1.1384
20 --- ChangeLog 4 May 2008 05:16:10 -0000 1.1383
21 +++ ChangeLog 4 May 2008 12:45:23 -0000 1.1384
22 @@ -1,6 +1,12 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1383 2008/05/04 05:16:10 graaff Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1384 2008/05/04 12:45:23 kolmodin Exp $
27 +
28 + 04 May 2008; Lennart Kolmodin <kolmodin@g.o> package.mask:
29 + Rewrite the package masks on the dev-haskell/regex-* packages.
30 + The new masks are less restrictive as there are now non-experimental
31 + versions in the 0.9x series. This replaces the package masks by Duncan
32 + Coutts.
33
34 04 May 2008; Hans de Graaff <graaff@g.o> package.mask:
35 Mask broken xemacs version with security problems added by jmglov without even
36
37
38
39 1.8554 profiles/package.mask
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.8554&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.8554&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.8553&r2=1.8554
44
45 Index: package.mask
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
48 retrieving revision 1.8553
49 retrieving revision 1.8554
50 diff -u -r1.8553 -r1.8554
51 --- package.mask 4 May 2008 05:16:10 -0000 1.8553
52 +++ package.mask 4 May 2008 12:45:23 -0000 1.8554
53 @@ -1,5 +1,5 @@
54 ####################################################################
55 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.8553 2008/05/04 05:16:10 graaff Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.8554 2008/05/04 12:45:23 kolmodin Exp $
57 #
58 # When you add an entry to the top of this file, add your name, the date, and
59 # an explanation of why something is getting masked
60 @@ -29,6 +29,14 @@
61
62 #--- END OF EXAMPLES ---
63
64 +# Lennart Kolmodin <kolmodin@g.o> (04 May 2008)
65 +# Some of the older 0.9x regex packages are experimental versions and does
66 +# not work with ghc-6.8. There are now newer versions that should be used
67 +# instead. This replaces the older package mask by Duncan Coutts.
68 +=dev-haskell/regex-compat-0.90
69 +=dev-haskell/regex-base-0.91
70 +=dev-haskell/regex-posix-0.92
71 +
72 # Hans de Graaff <graaff@g.o> (4 May 2008)
73 # Mask broken and insecure xemacs version added by jmglov
74 >=app-editors/xemacs-21.5.28
75 @@ -975,15 +983,6 @@
76 # Please switch to sys-kernel/gentoo-sources
77 sys-kernel/hppa-sources
78
79 -# Duncan Coutts <dcoutts@g.o> (14 Dec 2007)
80 -# the 0.9x regex packages are not actually the latest stable versions
81 -# they're experimental versions and they do not yet work with ghc-6.8
82 -# You're welcome to unmask if you want to use them but let's not confuse
83 -# everone else with thinking these are the 'best' versions of the packages.
84 ->=dev-haskell/regex-base-0.90
85 ->=dev-haskell/regex-posix-0.90
86 ->=dev-haskell/regex-compat-0.90
87 -
88 # Doug Klima <cardoe@g.o> (13 Dec 2007)
89 # older then current releases and should be removed
90 =sys-auth/pam_krb5-20030601-r1
91
92
93
94 --
95 gentoo-commits@l.g.o mailing list