Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: elibc.desc kernel.desc
Date: Sat, 20 Jun 2009 18:43:18
Message-Id: E1MI5X2-0004Y6-MJ@stork.gentoo.org
1 grobian 09/06/20 18:43:16
2
3 Modified: elibc.desc kernel.desc
4 Log:
5 add missing descriptions for kernels and elibcs that are defined in the profiles
6
7 Revision Changes Path
8 1.3 profiles/desc/elibc.desc
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/elibc.desc?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/elibc.desc?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/elibc.desc?r1=1.2&r2=1.3
13
14 Index: elibc.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- elibc.desc 12 Jul 2006 19:06:34 -0000 1.2
21 +++ elibc.desc 20 Jun 2009 18:43:16 -0000 1.3
22 @@ -1,15 +1,21 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.2 2006/07/12 19:06:34 the_paya Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.3 2009/06/20 18:43:16 grobian Exp $
27
28 # This file contains descriptions of ELIBC USE_EXPAND flags.
29
30 # Keep it sorted.
31
32 +AIX - ELIBX setting for systems that use the AIX C library
33 Darwin - ELIBC setting for systems that use the Darwin C library
34 DragonFly - ELIBC setting for systems that use the DragonFly C library
35 FreeBSD - ELIBC setting for systems that use the FreeBSD C library
36 glibc - ELIBC setting for systems that use the GNU C library
37 -OpenBSD - ELIBC setting for systems that use the OpenBSD C library
38 +HPUX - ELIBC setting for systems that use the HP-UX C library
39 +Interix - ELIBC setting for systems that use the Interix C library
40 +IRIX - ELIBC setting for systems that use the SGI IRIX C library
41 +mintlib - ELIBC setting for systems that use the FreeMiNT C library
42 NetBSD - ELIBC setting for systems that use the NetBSD C library
43 +OpenBSD - ELIBC setting for systems that use the OpenBSD C library
44 +SunOS - ELIBC setting for systems that use the Sun Solaris C library
45 uclibc - ELIBC setting for systems that use the uClibc C library
46
47
48
49 1.4 profiles/desc/kernel.desc
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/kernel.desc?rev=1.4&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/kernel.desc?rev=1.4&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/kernel.desc?r1=1.3&r2=1.4
54
55 Index: kernel.desc
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/kernel.desc,v
58 retrieving revision 1.3
59 retrieving revision 1.4
60 diff -u -r1.3 -r1.4
61 --- kernel.desc 4 Dec 2006 17:19:53 -0000 1.3
62 +++ kernel.desc 20 Jun 2009 18:43:16 -0000 1.4
63 @@ -1,10 +1,19 @@
64 # Copyright 1999-2006 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/kernel.desc,v 1.3 2006/12/04 17:19:53 flameeyes Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/kernel.desc,v 1.4 2009/06/20 18:43:16 grobian Exp $
68
69 # This file contains descriptions of KERNEL USE_EXPAND flags.
70
71 # Keep it sorted.
72 +AIX - KERNEL setting for system using the AIX kernel
73 Darwin - KERNEL setting for system using the Darwin kernel (i.e.: Mac OS X).
74 -FreeBSD - KERNEL setting for system using the FreeBSD kernel.
75 -linux - KERNEL setting for systems using the Linux kernel
76 +FreeBSD - KERNEL setting for system using the FreeBSD kernel
77 +freemint - KERNEL setting for system using the FreeMiNT kernel
78 +linux - KERNEL setting for system using the Linux kernel
79 +HPUX - KERNEL setting for system using the HP-UX kernel
80 +Interix - KERNEL setting for system using the Interix subsystem (SFU on
81 +Windows)
82 +IRIX - KERNEL setting for system using the SGI IRIX kernel
83 +NetBSD - KERNEL setting for system using the NetBSD kernel
84 +OpenBSD - KERNEL setting for system using the OpenBSD kernel
85 +SunOS - KERNEL setting for system using an SunOS (i.e.: Solaris) kernel