diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /profiles/uclibc | |
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/uclibc')
92 files changed, 372 insertions, 0 deletions
diff --git a/profiles/uclibc/amd64/eapi b/profiles/uclibc/amd64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/amd64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/amd64/make.defaults b/profiles/uclibc/amd64/make.defaults new file mode 100644 index 000000000000..44f66951f3d0 --- /dev/null +++ b/profiles/uclibc/amd64/make.defaults @@ -0,0 +1,4 @@ +ARCH="amd64" +ACCEPT_KEYWORDS="amd64" + +CHOST="x86_64-gentoo-linux-uclibc" diff --git a/profiles/uclibc/amd64/parent b/profiles/uclibc/amd64/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/amd64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/arm/2.4/eapi b/profiles/uclibc/arm/2.4/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/arm/2.4/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/arm/2.4/package.mask b/profiles/uclibc/arm/2.4/package.mask new file mode 100644 index 000000000000..2212cb12d718 --- /dev/null +++ b/profiles/uclibc/arm/2.4/package.mask @@ -0,0 +1,4 @@ +>=sys-kernel/linux-headers-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/arm/2.4/parent b/profiles/uclibc/arm/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/arm/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/arm/armeb/2.4/deprecated b/profiles/uclibc/arm/armeb/2.4/deprecated new file mode 100644 index 000000000000..d6b062e5bcec --- /dev/null +++ b/profiles/uclibc/arm/armeb/2.4/deprecated @@ -0,0 +1 @@ +uclibc/arm/2.4 diff --git a/profiles/uclibc/arm/armeb/2.4/eapi b/profiles/uclibc/arm/armeb/2.4/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/arm/armeb/2.4/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/arm/armeb/2.4/package.mask b/profiles/uclibc/arm/armeb/2.4/package.mask new file mode 100644 index 000000000000..2212cb12d718 --- /dev/null +++ b/profiles/uclibc/arm/armeb/2.4/package.mask @@ -0,0 +1,4 @@ +>=sys-kernel/linux-headers-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/arm/armeb/2.4/parent b/profiles/uclibc/arm/armeb/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/arm/armeb/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/arm/armeb/deprecated b/profiles/uclibc/arm/armeb/deprecated new file mode 100644 index 000000000000..6f0cf29c566a --- /dev/null +++ b/profiles/uclibc/arm/armeb/deprecated @@ -0,0 +1 @@ +uclibc/arm diff --git a/profiles/uclibc/arm/armeb/eapi b/profiles/uclibc/arm/armeb/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/arm/armeb/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/arm/armeb/make.defaults b/profiles/uclibc/arm/armeb/make.defaults new file mode 100644 index 000000000000..46ce2331360d --- /dev/null +++ b/profiles/uclibc/arm/armeb/make.defaults @@ -0,0 +1 @@ +CHOST="armeb-gentoo-linux-uclibc" diff --git a/profiles/uclibc/arm/armeb/parent b/profiles/uclibc/arm/armeb/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/arm/armeb/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/arm/eapi b/profiles/uclibc/arm/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/arm/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults new file mode 100644 index 000000000000..417e228caf71 --- /dev/null +++ b/profiles/uclibc/arm/make.defaults @@ -0,0 +1,6 @@ +ARCH="arm" +ACCEPT_KEYWORDS="arm" + +CHOST="set-CHOST-in-your-/etc/make.conf" + +UCLIBC_CPU_DEFAULT="GENERIC_ARM" diff --git a/profiles/uclibc/arm/package.mask b/profiles/uclibc/arm/package.mask new file mode 100644 index 000000000000..408ba27009d0 --- /dev/null +++ b/profiles/uclibc/arm/package.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Segfaults, bug #193597 +>=net-proxy/squid-3 diff --git a/profiles/uclibc/arm/parent b/profiles/uclibc/arm/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/arm/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/eapi b/profiles/uclibc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults new file mode 100644 index 000000000000..d891f0b122c8 --- /dev/null +++ b/profiles/uclibc/make.defaults @@ -0,0 +1,13 @@ +GRP_STAGE23_USE="ncurses readline zlib uclibc" +USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd" +CFLAGS="-Os" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" +PORTAGE_LIBC="uClibc" +ELIBC=uclibc +FEATURES="sandbox sfperms strict nodoc noinfo noman" + +# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} uclibc" diff --git a/profiles/uclibc/mips/eapi b/profiles/uclibc/mips/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/mips/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/mips/hardened/eapi b/profiles/uclibc/mips/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/mips/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/mips/hardened/make.defaults b/profiles/uclibc/mips/hardened/make.defaults new file mode 100644 index 000000000000..41e2d419addb --- /dev/null +++ b/profiles/uclibc/mips/hardened/make.defaults @@ -0,0 +1,6 @@ +GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic" +USE="ncurses readline zlib uclibc hardened pic" + +# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic" diff --git a/profiles/uclibc/mips/hardened/package.mask b/profiles/uclibc/mips/hardened/package.mask new file mode 100644 index 000000000000..8bd37b0e39f4 --- /dev/null +++ b/profiles/uclibc/mips/hardened/package.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +>=sys-devel/gcc-4.4 diff --git a/profiles/uclibc/mips/hardened/package.use.mask b/profiles/uclibc/mips/hardened/package.use.mask new file mode 100644 index 000000000000..a67f334b9693 --- /dev/null +++ b/profiles/uclibc/mips/hardened/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-devel/gcc -hardened diff --git a/profiles/uclibc/mips/hardened/parent b/profiles/uclibc/mips/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/hardened/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults new file mode 100644 index 000000000000..2a17bbe61e19 --- /dev/null +++ b/profiles/uclibc/mips/make.defaults @@ -0,0 +1,8 @@ +ARCH="mips" +ACCEPT_KEYWORDS="mips" + +CHOST="set-CHOST-in-your-/etc/make.conf" + +FEATURES="-sandbox" + +UCLIBC_CPU_DEFAULT="MIPS_ISA_1" diff --git a/profiles/uclibc/mips/mipsel/deprecated b/profiles/uclibc/mips/mipsel/deprecated new file mode 100644 index 000000000000..d1d399b5015e --- /dev/null +++ b/profiles/uclibc/mips/mipsel/deprecated @@ -0,0 +1 @@ +uclibc/mips diff --git a/profiles/uclibc/mips/mipsel/eapi b/profiles/uclibc/mips/mipsel/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/mips/mipsel/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/mips/mipsel/hardened/deprecated b/profiles/uclibc/mips/mipsel/hardened/deprecated new file mode 100644 index 000000000000..1027bb28ae7c --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/deprecated @@ -0,0 +1 @@ +uclibc/mips/hardened diff --git a/profiles/uclibc/mips/mipsel/hardened/eapi b/profiles/uclibc/mips/mipsel/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/mips/mipsel/hardened/make.defaults b/profiles/uclibc/mips/mipsel/hardened/make.defaults new file mode 100644 index 000000000000..41e2d419addb --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/make.defaults @@ -0,0 +1,6 @@ +GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic" +USE="ncurses readline zlib uclibc hardened pic" + +# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic" diff --git a/profiles/uclibc/mips/mipsel/hardened/parent b/profiles/uclibc/mips/mipsel/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/mips/mipsel/make.defaults b/profiles/uclibc/mips/mipsel/make.defaults new file mode 100644 index 000000000000..80b70299abe4 --- /dev/null +++ b/profiles/uclibc/mips/mipsel/make.defaults @@ -0,0 +1 @@ +CHOST="mipsel-gentoo-linux-uclibc" diff --git a/profiles/uclibc/mips/mipsel/parent b/profiles/uclibc/mips/mipsel/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/mipsel/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/mips/parent b/profiles/uclibc/mips/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/mips/use.mask b/profiles/uclibc/mips/use.mask new file mode 100644 index 000000000000..ec1fea82bbc7 --- /dev/null +++ b/profiles/uclibc/mips/use.mask @@ -0,0 +1,22 @@ +# $Id$ + +# Henrik Brix Andersen <brix@gentoo.org> +# According to the mips herd, we currently have no way of testing +# pcmcia on mips, bug #90359 +pcmcia + +# Luca Longinotti <chtekk@gentoo.org> +# Mask php USE on MIPS profiles +php + +# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006) +# Unmask specific MIPS ALSA drivers +-alsa_cards_au1x00 + +# Daniel Black <dragonheart@gentoo.org> (28 Feb 2007) +# Use mask l7-filter for iptables dependency - bug #150343 until mips tested +l7filter + +# Peter Volkov <pva@gentoo.org> MPI was never tested on mips, but +# some programs with this useflag are useful, e.g #227631 +mpi diff --git a/profiles/uclibc/package.mask b/profiles/uclibc/package.mask new file mode 100644 index 000000000000..8c5bd73e37a0 --- /dev/null +++ b/profiles/uclibc/package.mask @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# glib-2.x requires working locale/iconv which +# isn't available atm in uclibc +>=dev-libs/glib-2.5 + +sys-libs/glibc + +# breaks gcc and such +dev-libs/libiconv + +# requires funcs we dont yet provide +>=sys-fs/xfsprogs-2.8.10 diff --git a/profiles/uclibc/package.use b/profiles/uclibc/package.use new file mode 100644 index 000000000000..0ccdf2be0043 --- /dev/null +++ b/profiles/uclibc/package.use @@ -0,0 +1,5 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +virtual/ssh minimal diff --git a/profiles/uclibc/packages b/profiles/uclibc/packages new file mode 100644 index 000000000000..569e5b5271c1 --- /dev/null +++ b/profiles/uclibc/packages @@ -0,0 +1,12 @@ +app-misc/pax-utils + +# remove stuff not needed on uclibc +-*net-misc/iputils +# man pages disabled (noman) +-*sys-apps/man +-*virtual/man +-*sys-apps/man-pages +# this will be added by nls +-*sys-devel/gettext + +-*sys-apps/hdparm diff --git a/profiles/uclibc/packages.build b/profiles/uclibc/packages.build new file mode 100644 index 000000000000..579dfcb01855 --- /dev/null +++ b/profiles/uclibc/packages.build @@ -0,0 +1,4 @@ +# this should be added by nls only +-sys-devel/gettext + +virtual/shadow diff --git a/profiles/uclibc/parent b/profiles/uclibc/parent new file mode 100644 index 000000000000..6f0b2fa994bc --- /dev/null +++ b/profiles/uclibc/parent @@ -0,0 +1,2 @@ +../base +../default/linux diff --git a/profiles/uclibc/ppc/2.4/eapi b/profiles/uclibc/ppc/2.4/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/ppc/2.4/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/ppc/2.4/package.mask b/profiles/uclibc/ppc/2.4/package.mask new file mode 100644 index 000000000000..2212cb12d718 --- /dev/null +++ b/profiles/uclibc/ppc/2.4/package.mask @@ -0,0 +1,4 @@ +>=sys-kernel/linux-headers-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/ppc/2.4/parent b/profiles/uclibc/ppc/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/ppc/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/ppc/eapi b/profiles/uclibc/ppc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/ppc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/ppc/hardened/2.4/eapi b/profiles/uclibc/ppc/hardened/2.4/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/ppc/hardened/2.4/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/ppc/hardened/2.4/package.mask b/profiles/uclibc/ppc/hardened/2.4/package.mask new file mode 100644 index 000000000000..2212cb12d718 --- /dev/null +++ b/profiles/uclibc/ppc/hardened/2.4/package.mask @@ -0,0 +1,4 @@ +>=sys-kernel/linux-headers-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/ppc/hardened/2.4/parent b/profiles/uclibc/ppc/hardened/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/ppc/hardened/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/ppc/hardened/eapi b/profiles/uclibc/ppc/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/ppc/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/ppc/hardened/make.defaults b/profiles/uclibc/ppc/hardened/make.defaults new file mode 100644 index 000000000000..41e2d419addb --- /dev/null +++ b/profiles/uclibc/ppc/hardened/make.defaults @@ -0,0 +1,6 @@ +GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic" +USE="ncurses readline zlib uclibc hardened pic" + +# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic" diff --git a/profiles/uclibc/ppc/hardened/package.mask b/profiles/uclibc/ppc/hardened/package.mask new file mode 100644 index 000000000000..8bd37b0e39f4 --- /dev/null +++ b/profiles/uclibc/ppc/hardened/package.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +>=sys-devel/gcc-4.4 diff --git a/profiles/uclibc/ppc/hardened/package.use.mask b/profiles/uclibc/ppc/hardened/package.use.mask new file mode 100644 index 000000000000..a67f334b9693 --- /dev/null +++ b/profiles/uclibc/ppc/hardened/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-devel/gcc -hardened diff --git a/profiles/uclibc/ppc/hardened/parent b/profiles/uclibc/ppc/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/ppc/hardened/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults new file mode 100644 index 000000000000..0514ca71084a --- /dev/null +++ b/profiles/uclibc/ppc/make.defaults @@ -0,0 +1,6 @@ +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-gentoo-linux-uclibc" + +UCLIBC_CPU_DEFAULT="" diff --git a/profiles/uclibc/ppc/package.use.mask b/profiles/uclibc/ppc/package.use.mask new file mode 100644 index 000000000000..4395b85bd91b --- /dev/null +++ b/profiles/uclibc/ppc/package.use.mask @@ -0,0 +1,11 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Joseph Jezak <josejx@gentoo.org> (28 Jun 2007) +# Masked Parallel LCD devices for bug #180683 +app-misc/lcd4linux lcd_devices_hd44780 + +# Petteri Räty <betelgeuse@gentoo.org> (22 Oct 2006) +# Not all of them support the nsplugin use flag. Resolves bug #147908. +=dev-java/ibm-jdk-bin-1.5* -nsplugin
\ No newline at end of file diff --git a/profiles/uclibc/ppc/parent b/profiles/uclibc/ppc/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/ppc/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/ppc/use.mask b/profiles/uclibc/ppc/use.mask new file mode 100644 index 000000000000..7d21bb62d3fa --- /dev/null +++ b/profiles/uclibc/ppc/use.mask @@ -0,0 +1,62 @@ +-altivec + +# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006) +# Unmask the Apple drivers +-alsa_cards_aoa +-alsa_cards_aoa-fabric-layout +-alsa_cards_aoa-onyx +-alsa_cards_aoa-soundbus +-alsa_cards_aoa-soundbus-i2s +-alsa_cards_aoa-tas +-alsa_cards_aoa-toonie +-alsa_cards_powermac +# Mask ALSA drivers for ISA cards +alsa_cards_cs4232 +alsa_cards_msnd-pinnacle +alsa_cards_cs4231-lib +alsa_cards_adlib +alsa_cards_ad1816a +alsa_cards_ad1848 +alsa_cards_als100 +alsa_cards_azt2320 +alsa_cards_cmi8330 +alsa_cards_cs4231 +alsa_cards_cs4236 +alsa_cards_dt019x +alsa_cards_es968 +alsa_cards_es1688 +alsa_cards_es18xx +alsa_cards_gusclassic +alsa_cards_gusextreme +alsa_cards_gusmax +alsa_cards_interwave +alsa_cards_interwave-stb +alsa_cards_opl3sa2 +alsa_cards_opti92x-ad1848 +alsa_cards_opti92x-cs4231 +alsa_cards_opti93x +alsa_cards_miro +alsa_cards_sb8 +alsa_cards_sb16 +alsa_cards_sbawe +alsa_cards_sb16_csp +alsa_cards_sgalaxy +alsa_cards_sscape +alsa_cards_wavefront + +# Joseph Jezak <josejx@gentoo.org> (28 Jun 2007) +# Masked Parallel LCD devices for bug #180683 + +# app-misc/lcd4linux +lcd_devices_lph7508 +lcd_devices_m50530 +lcd_devices_noritake +lcd_devices_routerboard + +# app-misc/lcdproc +lcd_devices_sed1330 +lcd_devices_sed1520 +lcd_devices_stv5730 + +# Both +lcd_devices_t6963 diff --git a/profiles/uclibc/sh/2.4/eapi b/profiles/uclibc/sh/2.4/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/sh/2.4/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/sh/2.4/package.mask b/profiles/uclibc/sh/2.4/package.mask new file mode 100644 index 000000000000..2212cb12d718 --- /dev/null +++ b/profiles/uclibc/sh/2.4/package.mask @@ -0,0 +1,4 @@ +>=sys-kernel/linux-headers-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/sh/2.4/parent b/profiles/uclibc/sh/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/sh/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/sh/eapi b/profiles/uclibc/sh/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/sh/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/sh/make.defaults b/profiles/uclibc/sh/make.defaults new file mode 100644 index 000000000000..217d96769e7b --- /dev/null +++ b/profiles/uclibc/sh/make.defaults @@ -0,0 +1,6 @@ +ARCH="sh" +ACCEPT_KEYWORDS="sh" + +CHOST="sh4-gentoo-linux-uclibc" + +UCLIBC_CPU_DEFAULT="SH4" diff --git a/profiles/uclibc/sh/parent b/profiles/uclibc/sh/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/sh/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/use.force b/profiles/uclibc/use.force new file mode 100644 index 000000000000..3904f12fc0b2 --- /dev/null +++ b/profiles/uclibc/use.force @@ -0,0 +1 @@ +elibc_uclibc diff --git a/profiles/uclibc/use.mask b/profiles/uclibc/use.mask new file mode 100644 index 000000000000..a8a38bf0b10f --- /dev/null +++ b/profiles/uclibc/use.mask @@ -0,0 +1,10 @@ +iconv +nls +nis + +-uclibc + +-elibc_uclibc +elibc_glibc + +-hardened diff --git a/profiles/uclibc/x86/2.4/eapi b/profiles/uclibc/x86/2.4/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/x86/2.4/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/x86/2.4/package.mask b/profiles/uclibc/x86/2.4/package.mask new file mode 100644 index 000000000000..2212cb12d718 --- /dev/null +++ b/profiles/uclibc/x86/2.4/package.mask @@ -0,0 +1,4 @@ +>=sys-kernel/linux-headers-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/x86/2.4/parent b/profiles/uclibc/x86/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/2005.1/2.4/eapi b/profiles/uclibc/x86/2005.1/2.4/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/x86/2005.1/2.4/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/x86/2005.1/2.4/package.mask b/profiles/uclibc/x86/2005.1/2.4/package.mask new file mode 100644 index 000000000000..2212cb12d718 --- /dev/null +++ b/profiles/uclibc/x86/2005.1/2.4/package.mask @@ -0,0 +1,4 @@ +>=sys-kernel/linux-headers-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/x86/2005.1/2.4/parent b/profiles/uclibc/x86/2005.1/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/2005.1/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/2005.1/eapi b/profiles/uclibc/x86/2005.1/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/x86/2005.1/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/x86/2005.1/parent b/profiles/uclibc/x86/2005.1/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/2005.1/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/eapi b/profiles/uclibc/x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/x86/hardened/2.4/eapi b/profiles/uclibc/x86/hardened/2.4/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/x86/hardened/2.4/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/x86/hardened/2.4/package.mask b/profiles/uclibc/x86/hardened/2.4/package.mask new file mode 100644 index 000000000000..2212cb12d718 --- /dev/null +++ b/profiles/uclibc/x86/hardened/2.4/package.mask @@ -0,0 +1,4 @@ +>=sys-kernel/linux-headers-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/x86/hardened/2.4/parent b/profiles/uclibc/x86/hardened/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/hardened/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/hardened/eapi b/profiles/uclibc/x86/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/x86/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/x86/hardened/make.defaults b/profiles/uclibc/x86/hardened/make.defaults new file mode 100644 index 000000000000..41e2d419addb --- /dev/null +++ b/profiles/uclibc/x86/hardened/make.defaults @@ -0,0 +1,6 @@ +GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic" +USE="ncurses readline zlib uclibc hardened pic" + +# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic" diff --git a/profiles/uclibc/x86/hardened/package.mask b/profiles/uclibc/x86/hardened/package.mask new file mode 100644 index 000000000000..8bd37b0e39f4 --- /dev/null +++ b/profiles/uclibc/x86/hardened/package.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +>=sys-devel/gcc-4.4 diff --git a/profiles/uclibc/x86/hardened/package.use.mask b/profiles/uclibc/x86/hardened/package.use.mask new file mode 100644 index 000000000000..a67f334b9693 --- /dev/null +++ b/profiles/uclibc/x86/hardened/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +sys-devel/gcc -hardened diff --git a/profiles/uclibc/x86/hardened/parent b/profiles/uclibc/x86/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/hardened/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/linux24/deprecated b/profiles/uclibc/x86/linux24/deprecated new file mode 100644 index 000000000000..45453344c8e1 --- /dev/null +++ b/profiles/uclibc/x86/linux24/deprecated @@ -0,0 +1,4 @@ +uclibc/x86/2.4 +# cd /etc/ +# rm make.profile +# ln -s ../usr/portage/profiles/uclibc/x86/2.4 make.profile diff --git a/profiles/uclibc/x86/linux24/eapi b/profiles/uclibc/x86/linux24/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/x86/linux24/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/x86/linux24/parent b/profiles/uclibc/x86/linux24/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/linux24/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/linux26/deprecated b/profiles/uclibc/x86/linux26/deprecated new file mode 100644 index 000000000000..45729f9460ba --- /dev/null +++ b/profiles/uclibc/x86/linux26/deprecated @@ -0,0 +1,4 @@ +uclibc/x86 +# cd /etc/ +# rm make.profile +# ln -s ../usr/portage/profiles/uclibc/x86 make.profile diff --git a/profiles/uclibc/x86/linux26/eapi b/profiles/uclibc/x86/linux26/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/x86/linux26/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/x86/linux26/parent b/profiles/uclibc/x86/linux26/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/linux26/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults new file mode 100644 index 000000000000..0b41209d6fc9 --- /dev/null +++ b/profiles/uclibc/x86/make.defaults @@ -0,0 +1,6 @@ +ARCH="x86" +ACCEPT_KEYWORDS="x86" + +CHOST="i386-gentoo-linux-uclibc" + +UCLIBC_CPU_DEFAULT="GENERIC_386" diff --git a/profiles/uclibc/x86/parent b/profiles/uclibc/x86/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/use.mask b/profiles/uclibc/x86/use.mask new file mode 100644 index 000000000000..51eca637330c --- /dev/null +++ b/profiles/uclibc/x86/use.mask @@ -0,0 +1,26 @@ +-3dnow +-3dnowext +-mmx +-mmxext +-sse +-sse2 +-cpu_flags_x86_3dnow +-cpu_flags_x86_3dnowext +-cpu_flags_x86_aes +-cpu_flags_x86_avx +-cpu_flags_x86_avx2 +-cpu_flags_x86_fma3 +-cpu_flags_x86_fma4 +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_padlock +-cpu_flags_x86_popcnt +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_sse3 +-cpu_flags_x86_sse4_1 +-cpu_flags_x86_sse4_2 +-cpu_flags_x86_sse4a +-cpu_flags_x86_ssse3 +-cpu_flags_x86_xop +-kqemu |