diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /profiles/prefix/bsd | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'profiles/prefix/bsd')
125 files changed, 531 insertions, 0 deletions
diff --git a/profiles/prefix/bsd/eapi b/profiles/prefix/bsd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/7.1/eapi b/profiles/prefix/bsd/freebsd/7.1/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/7.1/package.mask b/profiles/prefix/bsd/freebsd/7.1/package.mask new file mode 100644 index 000000000000..9973a0f32ab4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/package.mask @@ -0,0 +1,3 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ diff --git a/profiles/prefix/bsd/freebsd/7.1/package.provided b/profiles/prefix/bsd/freebsd/7.1/package.provided new file mode 100644 index 000000000000..6781f44faf16 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-freebsd/libc-7.1 diff --git a/profiles/prefix/bsd/freebsd/7.1/parent b/profiles/prefix/bsd/freebsd/7.1/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/freebsd/7.1/x64/eapi b/profiles/prefix/bsd/freebsd/7.1/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults b/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults new file mode 100644 index 000000000000..e007d601991c --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="amd64-fbsd" +CHOST="x86_64-pc-freebsd7.1" +ACCEPT_KEYWORDS="~x64-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/7.1/x64/parent b/profiles/prefix/bsd/freebsd/7.1/x64/parent new file mode 100644 index 000000000000..fc24616eeda4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/x64/parent @@ -0,0 +1,2 @@ +../../arch/x64 +.. diff --git a/profiles/prefix/bsd/freebsd/7.1/x86/eapi b/profiles/prefix/bsd/freebsd/7.1/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults b/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults new file mode 100644 index 000000000000..0dc5cdb44ac0 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="x86-fbsd" +CHOST="i686-pc-freebsd7.1" +ACCEPT_KEYWORDS="~x86-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/7.1/x86/parent b/profiles/prefix/bsd/freebsd/7.1/x86/parent new file mode 100644 index 000000000000..4a6aa36b18d9 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.1/x86/parent @@ -0,0 +1,2 @@ +../../arch/x86 +.. diff --git a/profiles/prefix/bsd/freebsd/7.2/eapi b/profiles/prefix/bsd/freebsd/7.2/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/7.2/package.mask b/profiles/prefix/bsd/freebsd/7.2/package.mask new file mode 100644 index 000000000000..9973a0f32ab4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/package.mask @@ -0,0 +1,3 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ diff --git a/profiles/prefix/bsd/freebsd/7.2/package.provided b/profiles/prefix/bsd/freebsd/7.2/package.provided new file mode 100644 index 000000000000..6781f44faf16 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-freebsd/libc-7.1 diff --git a/profiles/prefix/bsd/freebsd/7.2/parent b/profiles/prefix/bsd/freebsd/7.2/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/freebsd/7.2/x64/eapi b/profiles/prefix/bsd/freebsd/7.2/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults b/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults new file mode 100644 index 000000000000..e5d8e89254ee --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="amd64-fbsd" +CHOST="x86_64-pc-freebsd7.2" +ACCEPT_KEYWORDS="~x64-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/7.2/x64/parent b/profiles/prefix/bsd/freebsd/7.2/x64/parent new file mode 100644 index 000000000000..fc24616eeda4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/x64/parent @@ -0,0 +1,2 @@ +../../arch/x64 +.. diff --git a/profiles/prefix/bsd/freebsd/7.2/x86/eapi b/profiles/prefix/bsd/freebsd/7.2/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults b/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults new file mode 100644 index 000000000000..36ca33a8e4ee --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="x86-fbsd" +CHOST="i686-pc-freebsd7.2" +ACCEPT_KEYWORDS="~x86-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/7.2/x86/parent b/profiles/prefix/bsd/freebsd/7.2/x86/parent new file mode 100644 index 000000000000..4a6aa36b18d9 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/7.2/x86/parent @@ -0,0 +1,2 @@ +../../arch/x86 +.. diff --git a/profiles/prefix/bsd/freebsd/8.0/eapi b/profiles/prefix/bsd/freebsd/8.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.0/package.mask b/profiles/prefix/bsd/freebsd/8.0/package.mask new file mode 100644 index 000000000000..767a0143f9d6 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/package.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Christian Faulhammer <fauli@gentoo.org> (08 Dec 2009) +# Is currently broken +>=sys-devel/gcc-4.4 diff --git a/profiles/prefix/bsd/freebsd/8.0/package.provided b/profiles/prefix/bsd/freebsd/8.0/package.provided new file mode 100644 index 000000000000..f48afa835b62 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-freebsd/libc-8.0 diff --git a/profiles/prefix/bsd/freebsd/8.0/parent b/profiles/prefix/bsd/freebsd/8.0/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/freebsd/8.0/x64/eapi b/profiles/prefix/bsd/freebsd/8.0/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults b/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults new file mode 100644 index 000000000000..336201124ae3 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="amd64-fbsd" +CHOST="x86_64-pc-freebsd8.0" +ACCEPT_KEYWORDS="~x64-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/8.0/x64/parent b/profiles/prefix/bsd/freebsd/8.0/x64/parent new file mode 100644 index 000000000000..fc24616eeda4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/x64/parent @@ -0,0 +1,2 @@ +../../arch/x64 +.. diff --git a/profiles/prefix/bsd/freebsd/8.0/x86/eapi b/profiles/prefix/bsd/freebsd/8.0/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults b/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults new file mode 100644 index 000000000000..16928ae009bc --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="x86-fbsd" +CHOST="i686-pc-freebsd8.0" +ACCEPT_KEYWORDS="~x86-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/8.0/x86/parent b/profiles/prefix/bsd/freebsd/8.0/x86/parent new file mode 100644 index 000000000000..4a6aa36b18d9 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.0/x86/parent @@ -0,0 +1,2 @@ +../../arch/x86 +.. diff --git a/profiles/prefix/bsd/freebsd/8.1/eapi b/profiles/prefix/bsd/freebsd/8.1/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.1/package.mask b/profiles/prefix/bsd/freebsd/8.1/package.mask new file mode 100644 index 000000000000..9973a0f32ab4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/package.mask @@ -0,0 +1,3 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ diff --git a/profiles/prefix/bsd/freebsd/8.1/package.provided b/profiles/prefix/bsd/freebsd/8.1/package.provided new file mode 100644 index 000000000000..4133cf0b56f9 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-freebsd/libc-8.1 diff --git a/profiles/prefix/bsd/freebsd/8.1/parent b/profiles/prefix/bsd/freebsd/8.1/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/freebsd/8.1/sparc64/eapi b/profiles/prefix/bsd/freebsd/8.1/sparc64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/sparc64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults b/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults new file mode 100644 index 000000000000..cac905fc132e --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="sparc64-fbsd" +CHOST="sparc64-unknown-freebsd8.1" +ACCEPT_KEYWORDS="~sparc64-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/8.1/sparc64/parent b/profiles/prefix/bsd/freebsd/8.1/sparc64/parent new file mode 100644 index 000000000000..9dbef0db89b4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/sparc64/parent @@ -0,0 +1,2 @@ +../../arch/sparc64 +.. diff --git a/profiles/prefix/bsd/freebsd/8.1/x64/eapi b/profiles/prefix/bsd/freebsd/8.1/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults b/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults new file mode 100644 index 000000000000..644f7e2f231c --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="amd64-fbsd" +CHOST="x86_64-pc-freebsd8.1" +ACCEPT_KEYWORDS="~x64-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/8.1/x64/parent b/profiles/prefix/bsd/freebsd/8.1/x64/parent new file mode 100644 index 000000000000..fc24616eeda4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/x64/parent @@ -0,0 +1,2 @@ +../../arch/x64 +.. diff --git a/profiles/prefix/bsd/freebsd/8.1/x86/eapi b/profiles/prefix/bsd/freebsd/8.1/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults b/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults new file mode 100644 index 000000000000..87b98faffb51 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="x86-fbsd" +CHOST="i686-pc-freebsd8.1" +ACCEPT_KEYWORDS="~x86-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/8.1/x86/parent b/profiles/prefix/bsd/freebsd/8.1/x86/parent new file mode 100644 index 000000000000..4a6aa36b18d9 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.1/x86/parent @@ -0,0 +1,2 @@ +../../arch/x86 +.. diff --git a/profiles/prefix/bsd/freebsd/8.2/eapi b/profiles/prefix/bsd/freebsd/8.2/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.2/package.provided b/profiles/prefix/bsd/freebsd/8.2/package.provided new file mode 100644 index 000000000000..70063546e7c3 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-freebsd/libc-8.2 diff --git a/profiles/prefix/bsd/freebsd/8.2/parent b/profiles/prefix/bsd/freebsd/8.2/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/freebsd/8.2/x64/eapi b/profiles/prefix/bsd/freebsd/8.2/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults b/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults new file mode 100644 index 000000000000..ffe40a372749 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="amd64-fbsd" +CHOST="x86_64-pc-freebsd8.2" +ACCEPT_KEYWORDS="~x64-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/8.2/x64/parent b/profiles/prefix/bsd/freebsd/8.2/x64/parent new file mode 100644 index 000000000000..fc24616eeda4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/x64/parent @@ -0,0 +1,2 @@ +../../arch/x64 +.. diff --git a/profiles/prefix/bsd/freebsd/8.2/x86/eapi b/profiles/prefix/bsd/freebsd/8.2/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults b/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults new file mode 100644 index 000000000000..893f4e9d4b73 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="x86-fbsd" +CHOST="i686-pc-freebsd8.2" +ACCEPT_KEYWORDS="~x86-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/8.2/x86/parent b/profiles/prefix/bsd/freebsd/8.2/x86/parent new file mode 100644 index 000000000000..4a6aa36b18d9 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/8.2/x86/parent @@ -0,0 +1,2 @@ +../../arch/x86 +.. diff --git a/profiles/prefix/bsd/freebsd/9.0/eapi b/profiles/prefix/bsd/freebsd/9.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/9.0/package.provided b/profiles/prefix/bsd/freebsd/9.0/package.provided new file mode 100644 index 000000000000..e372683bec20 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-freebsd/libc-9.0 diff --git a/profiles/prefix/bsd/freebsd/9.0/parent b/profiles/prefix/bsd/freebsd/9.0/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/freebsd/9.0/x64/eapi b/profiles/prefix/bsd/freebsd/9.0/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults b/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults new file mode 100644 index 000000000000..443ebf236210 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="amd64-fbsd" +CHOST="x86_64-pc-freebsd9.0" +ACCEPT_KEYWORDS="~x64-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/9.0/x64/parent b/profiles/prefix/bsd/freebsd/9.0/x64/parent new file mode 100644 index 000000000000..fc24616eeda4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/x64/parent @@ -0,0 +1,2 @@ +../../arch/x64 +.. diff --git a/profiles/prefix/bsd/freebsd/9.0/x86/eapi b/profiles/prefix/bsd/freebsd/9.0/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults b/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults new file mode 100644 index 000000000000..45574c137740 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="x86-fbsd" +CHOST="i686-pc-freebsd9.0" +ACCEPT_KEYWORDS="~x86-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/9.0/x86/parent b/profiles/prefix/bsd/freebsd/9.0/x86/parent new file mode 100644 index 000000000000..4a6aa36b18d9 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.0/x86/parent @@ -0,0 +1,2 @@ +../../arch/x86 +.. diff --git a/profiles/prefix/bsd/freebsd/9.1/eapi b/profiles/prefix/bsd/freebsd/9.1/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/9.1/package.provided b/profiles/prefix/bsd/freebsd/9.1/package.provided new file mode 100644 index 000000000000..75aa19b92018 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-freebsd/libc-9.1 diff --git a/profiles/prefix/bsd/freebsd/9.1/parent b/profiles/prefix/bsd/freebsd/9.1/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/freebsd/9.1/x64/eapi b/profiles/prefix/bsd/freebsd/9.1/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults b/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults new file mode 100644 index 000000000000..0c1362555e22 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="amd64-fbsd" +CHOST="x86_64-pc-freebsd9.1" +ACCEPT_KEYWORDS="~x64-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/9.1/x64/parent b/profiles/prefix/bsd/freebsd/9.1/x64/parent new file mode 100644 index 000000000000..fc24616eeda4 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/x64/parent @@ -0,0 +1,2 @@ +../../arch/x64 +.. diff --git a/profiles/prefix/bsd/freebsd/9.1/x86/eapi b/profiles/prefix/bsd/freebsd/9.1/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults b/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults new file mode 100644 index 000000000000..80f5d9fd32f7 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# retain backwards compatability for freebsd keywords/conditionals +ARCH="x86-fbsd" +CHOST="i686-pc-freebsd9.1" +ACCEPT_KEYWORDS="~x86-freebsd" + diff --git a/profiles/prefix/bsd/freebsd/9.1/x86/parent b/profiles/prefix/bsd/freebsd/9.1/x86/parent new file mode 100644 index 000000000000..4a6aa36b18d9 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/9.1/x86/parent @@ -0,0 +1,2 @@ +../../arch/x86 +.. diff --git a/profiles/prefix/bsd/freebsd/arch/eapi b/profiles/prefix/bsd/freebsd/arch/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/arch/sparc64/eapi b/profiles/prefix/bsd/freebsd/arch/sparc64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/sparc64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/arch/sparc64/package.mask b/profiles/prefix/bsd/freebsd/arch/sparc64/package.mask new file mode 100644 index 000000000000..a84e40548a52 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/sparc64/package.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# All the FreeBSD profiles inherit from their matching arch profile here. + + diff --git a/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask b/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask new file mode 100644 index 000000000000..a84e40548a52 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# All the FreeBSD profiles inherit from their matching arch profile here. + + diff --git a/profiles/prefix/bsd/freebsd/arch/x64/eapi b/profiles/prefix/bsd/freebsd/arch/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/arch/x64/make.defaults b/profiles/prefix/bsd/freebsd/arch/x64/make.defaults new file mode 100644 index 000000000000..aff95e51d922 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x64/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="amd64" +DEFAULT_ABI="amd64" +ABI="amd64" +IUSE_IMPLICIT="abi_x86_64" +LIBDIR_amd64="lib" diff --git a/profiles/prefix/bsd/freebsd/arch/x64/package.mask b/profiles/prefix/bsd/freebsd/arch/x64/package.mask new file mode 100644 index 000000000000..b72d8350a95c --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x64/package.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# The 32-bits profile is inherited by the 64-bits one! +# All the FreeBSD profiles inherit from their matching arch profile here. + + diff --git a/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask b/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask new file mode 100644 index 000000000000..b72d8350a95c --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# The 32-bits profile is inherited by the 64-bits one! +# All the FreeBSD profiles inherit from their matching arch profile here. + + diff --git a/profiles/prefix/bsd/freebsd/arch/x64/parent b/profiles/prefix/bsd/freebsd/arch/x64/parent new file mode 100644 index 000000000000..e6e4a52dfb37 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x64/parent @@ -0,0 +1 @@ +../x86 diff --git a/profiles/prefix/bsd/freebsd/arch/x64/use.force b/profiles/prefix/bsd/freebsd/arch/x64/use.force new file mode 100644 index 000000000000..953c26144a82 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x64/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Force the flag corresponding to the default ABI +abi_x86_64 diff --git a/profiles/prefix/bsd/freebsd/arch/x86/eapi b/profiles/prefix/bsd/freebsd/arch/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/arch/x86/make.defaults b/profiles/prefix/bsd/freebsd/arch/x86/make.defaults new file mode 100644 index 000000000000..4e6b922ab1b8 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x86/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="x86" +DEFAULT_ABI="x86" +ABI="x86" +IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib" diff --git a/profiles/prefix/bsd/freebsd/arch/x86/package.mask b/profiles/prefix/bsd/freebsd/arch/x86/package.mask new file mode 100644 index 000000000000..b72d8350a95c --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x86/package.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# The 32-bits profile is inherited by the 64-bits one! +# All the FreeBSD profiles inherit from their matching arch profile here. + + diff --git a/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask b/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask new file mode 100644 index 000000000000..526fb3d36158 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# The 32-bits profile is inherited by the 64-bits one! +# All the FreeBSD profiles inherit from their matching arch profile here. + + +# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012) +# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so +# it's masked in base profile and unmasked here (bug #396313). +net-libs/webkit-gtk -jit diff --git a/profiles/prefix/bsd/freebsd/arch/x86/use.force b/profiles/prefix/bsd/freebsd/arch/x86/use.force new file mode 100644 index 000000000000..63240617d472 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x86/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Force the flag corresponding to the default ABI +abi_x86_32 diff --git a/profiles/prefix/bsd/freebsd/eapi b/profiles/prefix/bsd/freebsd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/freebsd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/freebsd/make.defaults b/profiles/prefix/bsd/freebsd/make.defaults new file mode 100644 index 000000000000..ee4e954b2245 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# System-wide defaults for all FreeBSD profiles +# This file should rarely need to be changed + +# 'Sane' defaults +ELIBC="FreeBSD" +KERNEL="FreeBSD" diff --git a/profiles/prefix/bsd/freebsd/parent b/profiles/prefix/bsd/freebsd/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/freebsd/use.force b/profiles/prefix/bsd/freebsd/use.force new file mode 100644 index 000000000000..38b12020c4a1 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Re-add FreeBSD OS +kernel_FreeBSD +elibc_FreeBSD diff --git a/profiles/prefix/bsd/freebsd/use.mask b/profiles/prefix/bsd/freebsd/use.mask new file mode 100644 index 000000000000..11d4d0bd2fe0 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Re-add FreeBSD libc +-elibc_FreeBSD +-kernel_FreeBSD + diff --git a/profiles/prefix/bsd/netbsd/4.0/eapi b/profiles/prefix/bsd/netbsd/4.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/netbsd/4.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/netbsd/4.0/package.provided b/profiles/prefix/bsd/netbsd/4.0/package.provided new file mode 100644 index 000000000000..55d5dfbd98ae --- /dev/null +++ b/profiles/prefix/bsd/netbsd/4.0/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-netbsd/libc-4.0 diff --git a/profiles/prefix/bsd/netbsd/4.0/parent b/profiles/prefix/bsd/netbsd/4.0/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/netbsd/4.0/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/netbsd/4.0/x86/eapi b/profiles/prefix/bsd/netbsd/4.0/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/netbsd/4.0/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults b/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults new file mode 100644 index 000000000000..defaf2de924d --- /dev/null +++ b/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="x86-netbsd" +# we use *-netbsdelf* to avoid the need to patch binutils, gcc and co +CHOST="i686-pc-netbsdelf4.0" +ACCEPT_KEYWORDS="~x86-netbsd" diff --git a/profiles/prefix/bsd/netbsd/4.0/x86/parent b/profiles/prefix/bsd/netbsd/4.0/x86/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/netbsd/4.0/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/netbsd/eapi b/profiles/prefix/bsd/netbsd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/netbsd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/netbsd/make.defaults b/profiles/prefix/bsd/netbsd/make.defaults new file mode 100644 index 000000000000..626938eaf52d --- /dev/null +++ b/profiles/prefix/bsd/netbsd/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# System-wide defaults for all NetBSD profiles +# This file should rarely need to be changed + +# 'Sane' defaults +ELIBC="NetBSD" +KERNEL="NetBSD" diff --git a/profiles/prefix/bsd/netbsd/parent b/profiles/prefix/bsd/netbsd/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/netbsd/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/netbsd/use.force b/profiles/prefix/bsd/netbsd/use.force new file mode 100644 index 000000000000..587cf1222ff4 --- /dev/null +++ b/profiles/prefix/bsd/netbsd/use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Re-add NetBSD OS +kernel_NetBSD +elibc_NetBSD diff --git a/profiles/prefix/bsd/netbsd/use.mask b/profiles/prefix/bsd/netbsd/use.mask new file mode 100644 index 000000000000..956bc5d1e8a4 --- /dev/null +++ b/profiles/prefix/bsd/netbsd/use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Re-add NetBSD libc +-elibc_NetBSD +-kernel_NetBSD + diff --git a/profiles/prefix/bsd/openbsd/4.2/eapi b/profiles/prefix/bsd/openbsd/4.2/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/openbsd/4.2/package.mask b/profiles/prefix/bsd/openbsd/4.2/package.mask new file mode 100644 index 000000000000..4413ca2d3df3 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/package.mask @@ -0,0 +1,4 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + diff --git a/profiles/prefix/bsd/openbsd/4.2/package.provided b/profiles/prefix/bsd/openbsd/4.2/package.provided new file mode 100644 index 000000000000..8e03478929e5 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-openbsd/libc-4.2 diff --git a/profiles/prefix/bsd/openbsd/4.2/parent b/profiles/prefix/bsd/openbsd/4.2/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/openbsd/4.2/ppc/eapi b/profiles/prefix/bsd/openbsd/4.2/ppc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/ppc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults b/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults new file mode 100644 index 000000000000..df49bc0d9617 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="ppc-openbsd" +CHOST="powerpc-unknown-openbsd4.2" +ACCEPT_KEYWORDS="~ppc-openbsd" + diff --git a/profiles/prefix/bsd/openbsd/4.2/ppc/parent b/profiles/prefix/bsd/openbsd/4.2/ppc/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/ppc/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/openbsd/4.2/x64/eapi b/profiles/prefix/bsd/openbsd/4.2/x64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/x64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults b/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults new file mode 100644 index 000000000000..bcd2e2ea9e77 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="x64-openbsd" +CHOST="x86_64-pc-openbsd4.2" +ACCEPT_KEYWORDS="~x64-openbsd" + diff --git a/profiles/prefix/bsd/openbsd/4.2/x64/parent b/profiles/prefix/bsd/openbsd/4.2/x64/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/x64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/openbsd/4.2/x86/eapi b/profiles/prefix/bsd/openbsd/4.2/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults b/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults new file mode 100644 index 000000000000..e710eb175147 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="x86-openbsd" +CHOST="i686-pc-openbsd4.2" +ACCEPT_KEYWORDS="~x86-openbsd" + diff --git a/profiles/prefix/bsd/openbsd/4.2/x86/parent b/profiles/prefix/bsd/openbsd/4.2/x86/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.2/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/openbsd/eapi b/profiles/prefix/bsd/openbsd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/bsd/openbsd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/bsd/openbsd/make.defaults b/profiles/prefix/bsd/openbsd/make.defaults new file mode 100644 index 000000000000..76f47856f75b --- /dev/null +++ b/profiles/prefix/bsd/openbsd/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# System-wide defaults for all OpenBSD profiles +# This file should rarely need to be changed + +# 'Sane' defaults +ELIBC="OpenBSD" +KERNEL="OpenBSD" diff --git a/profiles/prefix/bsd/openbsd/parent b/profiles/prefix/bsd/openbsd/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/openbsd/use.force b/profiles/prefix/bsd/openbsd/use.force new file mode 100644 index 000000000000..6e5d042fc581 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Re-add OpenBSD OS +kernel_OpenBSD +elibc_OpenBSD diff --git a/profiles/prefix/bsd/openbsd/use.mask b/profiles/prefix/bsd/openbsd/use.mask new file mode 100644 index 000000000000..dd9e42ad1953 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Re-add OpenBSD libc +-elibc_OpenBSD +-kernel_OpenBSD + diff --git a/profiles/prefix/bsd/package.mask b/profiles/prefix/bsd/package.mask new file mode 100644 index 000000000000..e2d57612705d --- /dev/null +++ b/profiles/prefix/bsd/package.mask @@ -0,0 +1,4 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + diff --git a/profiles/prefix/bsd/package.use.mask b/profiles/prefix/bsd/package.use.mask new file mode 100644 index 000000000000..3fa7d51f03bb --- /dev/null +++ b/profiles/prefix/bsd/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michael Haubenwallner <haubi@gentoo.org> (30 Sep 2009) +# *bsd do have a uuid implementation in libc (#230981). +x11-libs/libSM -uuid diff --git a/profiles/prefix/bsd/packages b/profiles/prefix/bsd/packages new file mode 100644 index 000000000000..3b40ae877bf0 --- /dev/null +++ b/profiles/prefix/bsd/packages @@ -0,0 +1,6 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +*sys-devel/binutils +*sys-process/pidof-bsd diff --git a/profiles/prefix/bsd/parent b/profiles/prefix/bsd/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/bsd/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/use.mask b/profiles/prefix/bsd/use.mask new file mode 100644 index 000000000000..feb5817b3a9f --- /dev/null +++ b/profiles/prefix/bsd/use.mask @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# these will more than likely never work on bsd +3dfx +3dnow +3dnowext +acpi +alsa +apm +cap +caps +cman +clvm +directfb +divx4linux +djbfft +fbcon +fdftk +fmod +ggi +gpm +hardened +icc +icc-pgo +mmx +mmx2 +# the following USE flag requires device-mapper +on-the-fly-crypt +solid +sse +sse2 +svga +sybase +sybase-ct +rtc +uclibc +voodoo3 +pvm +v4l |