Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog profiles.desc
Date: Tue, 08 Sep 2009 17:30:11
Message-Id: E1Ml4W9-0007Rw-DW@stork.gentoo.org
1 gengor 09/09/08 17:30:09
2
3 Modified: ChangeLog profiles.desc
4 Log:
5 Update multi-inheritance hardened profile paths
6
7 Revision Changes Path
8 1.3240 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.3240&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.3240&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.3239&r2=1.3240
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.3239
18 retrieving revision 1.3240
19 diff -u -r1.3239 -r1.3240
20 --- ChangeLog 8 Sep 2009 15:40:07 -0000 1.3239
21 +++ ChangeLog 8 Sep 2009 17:30:08 -0000 1.3240
22 @@ -1,11 +1,14 @@
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.3239 2009/09/08 15:40:07 darkside Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3240 2009/09/08 17:30:08 gengor 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 + 08 Sep 2009; Gordon Malm <gengor@g.o> profiles.desc:
33 + Update multi-inheritance hardened profile paths.
34 +
35 08 Sep 2009; Jeremy Olexa <darkside@g.o> package.mask:
36 Mask =app-portage/eix-0.17.1 because it needs xz-utils and that conflicts
37 with many other packages
38
39
40
41 1.136 profiles/profiles.desc
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/profiles.desc?rev=1.136&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/profiles.desc?rev=1.136&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/profiles.desc?r1=1.135&r2=1.136
46
47 Index: profiles.desc
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/profiles/profiles.desc,v
50 retrieving revision 1.135
51 retrieving revision 1.136
52 diff -u -r1.135 -r1.136
53 --- profiles.desc 9 Aug 2009 18:32:56 -0000 1.135
54 +++ profiles.desc 8 Sep 2009 17:30:08 -0000 1.136
55 @@ -240,10 +240,11 @@
56 #x86 uclibc/x86/hardened/2.4 dev
57
58 # hardened multiarch profiles
59 -amd64 hardened/linux/amd64 stable
60 -ppc hardened/linux/powerpc/ppc32 dev
61 -ppc64 hardened/linux/powerpc/ppc64 dev
62 -x86 hardened/linux/x86 stable
63 +amd64 hardened/linux/amd64/10.0 stable
64 +amd64 hardened/linux/amd64/10.0/no-multilib stable
65 +ppc hardened/linux/powerpc/ppc32/10.0 dev
66 +ppc64 hardened/linux/powerpc/ppc64/10.0 dev
67 +x86 hardened/linux/x86/10.0 stable
68
69 # These are Gentoo Prefix profiles, maintained by the Prefix team