diff options
author | 2009-06-20 18:43:16 +0000 | |
---|---|---|
committer | 2009-06-20 18:43:16 +0000 | |
commit | 16bc3ded6328d232b09cf3059b02000dd11ee899 (patch) | |
tree | e68870c42f48acded87276c2b8379649ba0f75af /profiles | |
parent | Remove my devspace from SRC_URI as an alternative source since it's in mirror... (diff) | |
download | gentoo-2-16bc3ded6328d232b09cf3059b02000dd11ee899.tar.gz gentoo-2-16bc3ded6328d232b09cf3059b02000dd11ee899.tar.bz2 gentoo-2-16bc3ded6328d232b09cf3059b02000dd11ee899.zip |
add missing descriptions for kernels and elibcs that are defined in the profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/desc/elibc.desc | 10 | ||||
-rw-r--r-- | profiles/desc/kernel.desc | 15 |
3 files changed, 26 insertions, 6 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index b01fab377f10..58e732d6f9e1 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2813 2009/06/20 16:20:48 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2814 2009/06/20 18:43:15 grobian Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 20 Jun 2009; Fabian Groffen <grobian@gentoo.org> desc/elibc.desc, + desc/kernel.desc: + add missing descriptions for kernels and elibcs that are defined in the + profiles + 20 Jun 2009; Fabian Groffen <grobian@gentoo.org> arch.list, profiles.desc: Add Gentoo Prefix keywords, such that the Prefix profiles can be enabled. diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc index 46e01d54297e..66ef34aaa172 100644 --- a/profiles/desc/elibc.desc +++ b/profiles/desc/elibc.desc @@ -1,15 +1,21 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.2 2006/07/12 19:06:34 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.3 2009/06/20 18:43:16 grobian Exp $ # This file contains descriptions of ELIBC USE_EXPAND flags. # Keep it sorted. +AIX - ELIBX setting for systems that use the AIX C library Darwin - ELIBC setting for systems that use the Darwin C library DragonFly - ELIBC setting for systems that use the DragonFly C library FreeBSD - ELIBC setting for systems that use the FreeBSD C library glibc - ELIBC setting for systems that use the GNU C library -OpenBSD - ELIBC setting for systems that use the OpenBSD C library +HPUX - ELIBC setting for systems that use the HP-UX C library +Interix - ELIBC setting for systems that use the Interix C library +IRIX - ELIBC setting for systems that use the SGI IRIX C library +mintlib - ELIBC setting for systems that use the FreeMiNT C library NetBSD - ELIBC setting for systems that use the NetBSD C library +OpenBSD - ELIBC setting for systems that use the OpenBSD C library +SunOS - ELIBC setting for systems that use the Sun Solaris C library uclibc - ELIBC setting for systems that use the uClibc C library diff --git a/profiles/desc/kernel.desc b/profiles/desc/kernel.desc index 0830b009d496..3514d9c6a20a 100644 --- a/profiles/desc/kernel.desc +++ b/profiles/desc/kernel.desc @@ -1,10 +1,19 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/kernel.desc,v 1.3 2006/12/04 17:19:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/kernel.desc,v 1.4 2009/06/20 18:43:16 grobian Exp $ # This file contains descriptions of KERNEL USE_EXPAND flags. # Keep it sorted. +AIX - KERNEL setting for system using the AIX kernel Darwin - KERNEL setting for system using the Darwin kernel (i.e.: Mac OS X). -FreeBSD - KERNEL setting for system using the FreeBSD kernel. -linux - KERNEL setting for systems using the Linux kernel +FreeBSD - KERNEL setting for system using the FreeBSD kernel +freemint - KERNEL setting for system using the FreeMiNT kernel +linux - KERNEL setting for system using the Linux kernel +HPUX - KERNEL setting for system using the HP-UX kernel +Interix - KERNEL setting for system using the Interix subsystem (SFU on +Windows) +IRIX - KERNEL setting for system using the SGI IRIX kernel +NetBSD - KERNEL setting for system using the NetBSD kernel +OpenBSD - KERNEL setting for system using the OpenBSD kernel +SunOS - KERNEL setting for system using an SunOS (i.e.: Solaris) kernel |