diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2005-07-06 05:16:48 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2005-07-06 05:16:48 +0000 |
commit | 19cb60a141ccc8260e4e592c3d8598d3eb856fa6 (patch) | |
tree | 8cfe5c8b189c2d6765dc8463e1f0846974910641 /profiles/default-linux | |
parent | Adding firefox flag for epiphany-extensions (diff) | |
download | gentoo-2-19cb60a141ccc8260e4e592c3d8598d3eb856fa6.tar.gz gentoo-2-19cb60a141ccc8260e4e592c3d8598d3eb856fa6.tar.bz2 gentoo-2-19cb60a141ccc8260e4e592c3d8598d3eb856fa6.zip |
Profile cleanup and additions for ppc/ppc64 merged 2005.1 profile.
Diffstat (limited to 'profiles/default-linux')
36 files changed, 613 insertions, 27 deletions
diff --git a/profiles/default-linux/ppc/1.0/make.defaults b/profiles/default-linux/ppc/1.0/make.defaults index e6c387b65c36..86637c209ae3 100644 --- a/profiles/default-linux/ppc/1.0/make.defaults +++ b/profiles/default-linux/ppc/1.0/make.defaults @@ -1,5 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0/make.defaults,v 1.11 2005/05/06 21:48:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0/make.defaults,v 1.12 2005/07/06 05:16:48 dostrow Exp $ -USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg fortran nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl mozilla png truetype" +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + +GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups emboss fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib oss dvd slang gdbm mitshm esd imlib sdl mozilla" diff --git a/profiles/default-linux/ppc/1.0/packages b/profiles/default-linux/ppc/1.0/packages index 93088671e978..1d3eb963db56 100644 --- a/profiles/default-linux/ppc/1.0/packages +++ b/profiles/default-linux/ppc/1.0/packages @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0/packages,v 1.6 2004/09/27 19:47:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0/packages,v 1.7 2005/07/06 05:16:48 dostrow Exp $ # This is a gcc 2.95 profile, gcc, glibc and binutils cannot be updated @@ -17,3 +17,7 @@ *sys-apps/raidtools *sys-fs/reiserfsprogs + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/1.0/use.mask b/profiles/default-linux/ppc/1.0/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/1.0/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/1.0/virtuals b/profiles/default-linux/ppc/1.0/virtuals index dd0ffd1e3d33..603991f875ac 100644 --- a/profiles/default-linux/ppc/1.0/virtuals +++ b/profiles/default-linux/ppc/1.0/virtuals @@ -1,4 +1,13 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0/virtuals,v 1.16 2005/07/06 05:16:48 dostrow Exp $ virtual/glu x11-base/xorg-x11 virtual/opengl x11-base/xorg-x11 virtual/x11 x11-base/xorg-x11 virtual/xft x11-base/xorg-x11 +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice diff --git a/profiles/default-linux/ppc/1.0_rc/make.defaults b/profiles/default-linux/ppc/1.0_rc/make.defaults index 5a3fa37ab2d5..60c21e116756 100644 --- a/profiles/default-linux/ppc/1.0_rc/make.defaults +++ b/profiles/default-linux/ppc/1.0_rc/make.defaults @@ -1,5 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0_rc/make.defaults,v 1.10 2005/03/09 00:35:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0_rc/make.defaults,v 1.11 2005/07/06 05:16:48 dostrow Exp $ -USE="oss xv slang readline gpm berkdb gdbm tcpd pam libwww ssl fortran nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl mozilla" +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + +GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups emboss fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib oss slang gdbm mitshm esd sdl mozilla" diff --git a/profiles/default-linux/ppc/1.0_rc/packages b/profiles/default-linux/ppc/1.0_rc/packages index d3348564ce3e..fe55fa6cdff6 100644 --- a/profiles/default-linux/ppc/1.0_rc/packages +++ b/profiles/default-linux/ppc/1.0_rc/packages @@ -1,8 +1,12 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0_rc/packages,v 1.5 2004/09/15 05:08:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0_rc/packages,v 1.6 2005/07/06 05:16:48 dostrow Exp $ # This profile is deprecated, higly unlikely to still work. *=sys-devel/gcc-2.95.3* *=sys-libs/glibc-2.2.5* + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/1.0_rc/use.mask b/profiles/default-linux/ppc/1.0_rc/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/1.0_rc/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/1.0_rc/virtuals b/profiles/default-linux/ppc/1.0_rc/virtuals index dd0ffd1e3d33..2739f40baf50 100644 --- a/profiles/default-linux/ppc/1.0_rc/virtuals +++ b/profiles/default-linux/ppc/1.0_rc/virtuals @@ -1,4 +1,13 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.0_rc/virtuals,v 1.16 2005/07/06 05:16:48 dostrow Exp $ virtual/glu x11-base/xorg-x11 virtual/opengl x11-base/xorg-x11 virtual/x11 x11-base/xorg-x11 virtual/xft x11-base/xorg-x11 +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice diff --git a/profiles/default-linux/ppc/1.2/make.defaults b/profiles/default-linux/ppc/1.2/make.defaults index 84b8ad0f7d3d..8ab24b0dbb86 100644 --- a/profiles/default-linux/ppc/1.2/make.defaults +++ b/profiles/default-linux/ppc/1.2/make.defaults @@ -1,5 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.2/make.defaults,v 1.11 2005/05/06 21:48:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.2/make.defaults,v 1.12 2005/07/06 05:16:48 dostrow Exp $ -USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg fortran nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl mozilla png truetype" +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + +GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups emboss fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib oss dvd slang gdbm mitshm esd imlib sdl mozilla" diff --git a/profiles/default-linux/ppc/1.2/packages b/profiles/default-linux/ppc/1.2/packages index f5184bb480a1..927dcd5491ca 100644 --- a/profiles/default-linux/ppc/1.2/packages +++ b/profiles/default-linux/ppc/1.2/packages @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.2/packages,v 1.6 2004/09/15 05:08:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.2/packages,v 1.7 2005/07/06 05:16:48 dostrow Exp $ # This profile is deprecated, might still work, but is around for historic reasons @@ -13,3 +13,7 @@ *=sys-devel/binutils-2.12.90.0.7 *=sys-devel/gcc-2.95.3* *=sys-libs/glibc-2.2.5* + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/1.2/use.mask b/profiles/default-linux/ppc/1.2/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/1.2/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/1.2/virtuals b/profiles/default-linux/ppc/1.2/virtuals index ff79dcb3d918..bdb8ef94a151 100644 --- a/profiles/default-linux/ppc/1.2/virtuals +++ b/profiles/default-linux/ppc/1.2/virtuals @@ -1,6 +1,13 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.2/virtuals,v 1.16 2005/07/06 05:16:48 dostrow Exp $ virtual/glu x11-base/xorg-x11 -virtual/jdk dev-java/blackdown-jdk -virtual/jre dev-java/blackdown-jre -virtual/opengl x11-base/xorg-x11 +virtual/opengl x11-base/xorg-x11 virtual/x11 x11-base/xorg-x11 virtual/xft x11-base/xorg-x11 +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice diff --git a/profiles/default-linux/ppc/1.4/make.defaults b/profiles/default-linux/ppc/1.4/make.defaults index 6264d202c11c..91b32e8da8b0 100644 --- a/profiles/default-linux/ppc/1.4/make.defaults +++ b/profiles/default-linux/ppc/1.4/make.defaults @@ -1,7 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.4/make.defaults,v 1.11 2005/05/06 21:48:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.4/make.defaults,v 1.12 2005/07/06 05:16:48 dostrow Exp $ -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" -USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg fortran nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk gtk2 X qt kde motif opengl mozilla png truetype cups foomaticdb" +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + +GRP_STAGE23_USE="acl berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups emboss fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib oss dvd slang gdbm mitshm esd imlib sdl mozilla foomaticdb" diff --git a/profiles/default-linux/ppc/1.4/packages b/profiles/default-linux/ppc/1.4/packages index 4c0177e2696f..ed59e50a287c 100644 --- a/profiles/default-linux/ppc/1.4/packages +++ b/profiles/default-linux/ppc/1.4/packages @@ -1,9 +1,13 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.4/packages,v 1.5 2004/09/15 05:08:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.4/packages,v 1.6 2005/07/06 05:16:48 dostrow Exp $ # core stuff *>=sys-devel/binutils-2.13.90.0.18 *>=sys-devel/gcc-3.2.1 *>=sys-libs/glibc-2.3.1-r2 + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/1.4/use.mask b/profiles/default-linux/ppc/1.4/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/1.4/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/1.4/virtuals b/profiles/default-linux/ppc/1.4/virtuals index ff79dcb3d918..266aa727fe3d 100644 --- a/profiles/default-linux/ppc/1.4/virtuals +++ b/profiles/default-linux/ppc/1.4/virtuals @@ -1,6 +1,13 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/1.4/virtuals,v 1.16 2005/07/06 05:16:48 dostrow Exp $ virtual/glu x11-base/xorg-x11 -virtual/jdk dev-java/blackdown-jdk -virtual/jre dev-java/blackdown-jre -virtual/opengl x11-base/xorg-x11 +virtual/opengl x11-base/xorg-x11 virtual/x11 x11-base/xorg-x11 virtual/xft x11-base/xorg-x11 +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice diff --git a/profiles/default-linux/ppc/2004.0/make.defaults b/profiles/default-linux/ppc/2004.0/make.defaults index a103b3317d8f..5c2d7bbdd50d 100644 --- a/profiles/default-linux/ppc/2004.0/make.defaults +++ b/profiles/default-linux/ppc/2004.0/make.defaults @@ -1,5 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.0/make.defaults,v 1.16 2005/05/06 21:48:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.0/make.defaults,v 1.17 2005/07/06 05:16:48 dostrow Exp $ -USE="bitmap-fonts dvd font-server gif jpeg nls png truetype truetype-fonts type1-fonts fortran" +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + +GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups dvd emboss font-server fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib" diff --git a/profiles/default-linux/ppc/2004.0/packages b/profiles/default-linux/ppc/2004.0/packages new file mode 100644 index 000000000000..4d4b2c181510 --- /dev/null +++ b/profiles/default-linux/ppc/2004.0/packages @@ -0,0 +1,7 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.0/packages,v 1.4 2005/07/06 05:16:48 dostrow Exp $ + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/2004.0/use.mask b/profiles/default-linux/ppc/2004.0/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/2004.0/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/2004.0/virtuals b/profiles/default-linux/ppc/2004.0/virtuals new file mode 100644 index 000000000000..eddcd17d98d5 --- /dev/null +++ b/profiles/default-linux/ppc/2004.0/virtuals @@ -0,0 +1,10 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.0/virtuals,v 1.19 2005/07/06 05:16:48 dostrow Exp $ + +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice diff --git a/profiles/default-linux/ppc/2004.1/make.defaults b/profiles/default-linux/ppc/2004.1/make.defaults index aea122cfc641..56f7ce9c3325 100644 --- a/profiles/default-linux/ppc/2004.1/make.defaults +++ b/profiles/default-linux/ppc/2004.1/make.defaults @@ -1,5 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.1/make.defaults,v 1.16 2005/05/06 21:48:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.1/make.defaults,v 1.17 2005/07/06 05:16:48 dostrow Exp $ -USE="bitmap-fonts dvd font-server gif jpeg nls png truetype truetype-fonts type1-fonts fortran" +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + +GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups dvd emboss font-server fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib" diff --git a/profiles/default-linux/ppc/2004.1/packages b/profiles/default-linux/ppc/2004.1/packages new file mode 100644 index 000000000000..291c9d728a0c --- /dev/null +++ b/profiles/default-linux/ppc/2004.1/packages @@ -0,0 +1,7 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.1/packages,v 1.4 2005/07/06 05:16:48 dostrow Exp $ + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/2004.1/use.mask b/profiles/default-linux/ppc/2004.1/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/2004.1/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/2004.1/virtuals b/profiles/default-linux/ppc/2004.1/virtuals new file mode 100644 index 000000000000..cee28b1830c2 --- /dev/null +++ b/profiles/default-linux/ppc/2004.1/virtuals @@ -0,0 +1,10 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.1/virtuals,v 1.19 2005/07/06 05:16:48 dostrow Exp $ + +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice diff --git a/profiles/default-linux/ppc/2004.2/make.defaults b/profiles/default-linux/ppc/2004.2/make.defaults index b6973f71538b..526b976eee40 100644 --- a/profiles/default-linux/ppc/2004.2/make.defaults +++ b/profiles/default-linux/ppc/2004.2/make.defaults @@ -1,5 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.2/make.defaults,v 1.16 2005/05/06 21:48:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.2/make.defaults,v 1.17 2005/07/06 05:16:48 dostrow Exp $ -USE="bitmap-fonts dvd font-server gif jpeg nls png truetype truetype-fonts type1-fonts fortran" +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + +GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups dvd emboss font-server fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib" diff --git a/profiles/default-linux/ppc/2004.2/packages b/profiles/default-linux/ppc/2004.2/packages new file mode 100644 index 000000000000..e6b765df7292 --- /dev/null +++ b/profiles/default-linux/ppc/2004.2/packages @@ -0,0 +1,7 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.2/packages,v 1.4 2005/07/06 05:16:48 dostrow Exp $ + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/2004.2/use.mask b/profiles/default-linux/ppc/2004.2/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/2004.2/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/2004.2/virtuals b/profiles/default-linux/ppc/2004.2/virtuals new file mode 100644 index 000000000000..3f28dd2e09c0 --- /dev/null +++ b/profiles/default-linux/ppc/2004.2/virtuals @@ -0,0 +1,10 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.2/virtuals,v 1.13 2005/07/06 05:16:48 dostrow Exp $ + +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice diff --git a/profiles/default-linux/ppc/2004.3/make.defaults b/profiles/default-linux/ppc/2004.3/make.defaults index 33b04bd38fe8..de962056336d 100644 --- a/profiles/default-linux/ppc/2004.3/make.defaults +++ b/profiles/default-linux/ppc/2004.3/make.defaults @@ -1,5 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.3/make.defaults,v 1.13 2005/05/06 21:48:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.3/make.defaults,v 1.14 2005/07/06 05:16:48 dostrow Exp $ -USE="pam bitmap-fonts dvd font-server gif jpeg nls png truetype xv truetype-fonts type1-fonts fortran emboss" +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + +GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups dvd emboss font-server fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib" diff --git a/profiles/default-linux/ppc/2004.3/packages b/profiles/default-linux/ppc/2004.3/packages new file mode 100644 index 000000000000..4a4508da7a6b --- /dev/null +++ b/profiles/default-linux/ppc/2004.3/packages @@ -0,0 +1,7 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.3/packages,v 1.1 2005/07/06 05:16:48 dostrow Exp $ + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/2004.3/use.mask b/profiles/default-linux/ppc/2004.3/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/2004.3/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/2004.3/virtuals b/profiles/default-linux/ppc/2004.3/virtuals new file mode 100644 index 000000000000..885a23f876dd --- /dev/null +++ b/profiles/default-linux/ppc/2004.3/virtuals @@ -0,0 +1,10 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.3/virtuals,v 1.3 2005/07/06 05:16:48 dostrow Exp $ + +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice diff --git a/profiles/default-linux/ppc/2005.0/make.defaults b/profiles/default-linux/ppc/2005.0/make.defaults index a066a99de258..0e10d4c27751 100644 --- a/profiles/default-linux/ppc/2005.0/make.defaults +++ b/profiles/default-linux/ppc/2005.0/make.defaults @@ -1 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.0/make.defaults,v 1.11 2005/07/06 05:16:48 dostrow Exp $ + +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -fno-strict-aliasing -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" + STAGE1_USE="unicode" +GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" + +USE="alsa berkdb bitmap-fonts crypt cups emboss fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xprint xml2 xv unicode zlib" diff --git a/profiles/default-linux/ppc/2005.0/packages b/profiles/default-linux/ppc/2005.0/packages new file mode 100644 index 000000000000..c038fe56e1fd --- /dev/null +++ b/profiles/default-linux/ppc/2005.0/packages @@ -0,0 +1,7 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.0/packages,v 1.1 2005/07/06 05:16:48 dostrow Exp $ + +*sys-fs/hfsutils +*sys-fs/hfsplusutils +*sys-fs/mac-fdisk diff --git a/profiles/default-linux/ppc/2005.0/use.mask b/profiles/default-linux/ppc/2005.0/use.mask new file mode 100644 index 000000000000..de608d3dcd29 --- /dev/null +++ b/profiles/default-linux/ppc/2005.0/use.mask @@ -0,0 +1,39 @@ +# This is a list of USE flags that should not be used on PPC + +3dfx +acpi +adabas +afs +avi +birdstep +cmucl +fdftk +hdf +icc +icc-pgo +ifc +lm_sensors +real +svga +tcc +x86 +fmod +#keep and eye on firebird and interbase as pair +firebird +interbase + +i8x0 +xvmc +nvidia + +# Unmask our instruction sets +-altivec + +# Fixes bug #86787 +fusion + +# rar is binary-only +rar + +# User Mode Linux isn't supported on ppc yet +uml diff --git a/profiles/default-linux/ppc/2005.0/virtuals b/profiles/default-linux/ppc/2005.0/virtuals new file mode 100644 index 000000000000..6785fafae06e --- /dev/null +++ b/profiles/default-linux/ppc/2005.0/virtuals @@ -0,0 +1,10 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.0/virtuals,v 1.3 2005/07/06 05:16:48 dostrow Exp $ + +virtual/bootloader sys-boot/yaboot +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-sources +virtual/ghc dev-lang/ghc +virtual/ooo app-office/openoffice |