summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-03-31 13:35:12 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-03-31 13:35:12 +0000
commit26546ec1eed73831d1fd56fc39ca034dcdac27bc (patch)
tree0c87c6adc581cd6d8054079e8ceda96e02646f62 /profiles
parentClosing #46305. (diff)
downloadhistorical-26546ec1eed73831d1fd56fc39ca034dcdac27bc.tar.gz
historical-26546ec1eed73831d1fd56fc39ca034dcdac27bc.tar.bz2
historical-26546ec1eed73831d1fd56fc39ca034dcdac27bc.zip
PPC profiles migration to stackable profiles (with inheritance).
Profiles 1.O_rc, 1.0, 1.2 and 1.4 will be deprecated but are kept. Inheritance might introduce unwanted effects - especially when somebody changes the base profile without thinking twice. This will happen, don't blame me.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/ppc/1.0/make.defaults31
-rw-r--r--profiles/default-linux/ppc/1.0/packages238
-rw-r--r--profiles/default-linux/ppc/1.0/packages.build30
-rw-r--r--profiles/default-linux/ppc/1.0/packages.cdimage56
-rw-r--r--profiles/default-linux/ppc/1.0/parent8
-rw-r--r--profiles/default-linux/ppc/1.0/use.defaults57
-rw-r--r--profiles/default-linux/ppc/1.0/virtuals50
-rw-r--r--profiles/default-linux/ppc/1.0_rc/make.defaults27
-rw-r--r--profiles/default-linux/ppc/1.0_rc/packages168
-rw-r--r--profiles/default-linux/ppc/1.0_rc/packages.build28
-rw-r--r--profiles/default-linux/ppc/1.0_rc/packages.cdimage57
-rw-r--r--profiles/default-linux/ppc/1.0_rc/parent8
-rw-r--r--profiles/default-linux/ppc/1.0_rc/use.defaults56
-rw-r--r--profiles/default-linux/ppc/1.0_rc/virtuals48
-rw-r--r--profiles/default-linux/ppc/1.2/make.defaults31
-rw-r--r--profiles/default-linux/ppc/1.2/packages238
-rw-r--r--profiles/default-linux/ppc/1.2/packages.build30
-rw-r--r--profiles/default-linux/ppc/1.2/packages.cdimage56
-rw-r--r--profiles/default-linux/ppc/1.2/parent8
-rw-r--r--profiles/default-linux/ppc/1.2/use.defaults57
-rw-r--r--profiles/default-linux/ppc/1.2/virtuals50
-rw-r--r--profiles/default-linux/ppc/1.4/make.defaults36
-rw-r--r--profiles/default-linux/ppc/1.4/packages123
-rw-r--r--profiles/default-linux/ppc/1.4/packages.build31
-rw-r--r--profiles/default-linux/ppc/1.4/packages.cdimage56
-rw-r--r--profiles/default-linux/ppc/1.4/parent8
-rw-r--r--profiles/default-linux/ppc/1.4/use.defaults57
-rw-r--r--profiles/default-linux/ppc/1.4/use.mask22
-rw-r--r--profiles/default-linux/ppc/1.4/virtuals55
-rw-r--r--profiles/default-linux/ppc/2004.0/make.defaults36
-rw-r--r--profiles/default-linux/ppc/2004.0/packages94
-rw-r--r--profiles/default-linux/ppc/2004.0/packages.build31
-rw-r--r--profiles/default-linux/ppc/2004.0/parent8
-rw-r--r--profiles/default-linux/ppc/2004.0/use.defaults45
-rw-r--r--profiles/default-linux/ppc/2004.0/use.mask23
-rw-r--r--profiles/default-linux/ppc/2004.0/virtuals55
-rw-r--r--profiles/default-linux/ppc/2004.1/make.defaults36
-rw-r--r--profiles/default-linux/ppc/2004.1/packages94
-rw-r--r--profiles/default-linux/ppc/2004.1/packages.build31
-rw-r--r--profiles/default-linux/ppc/2004.1/parent8
-rw-r--r--profiles/default-linux/ppc/2004.1/use.defaults45
-rw-r--r--profiles/default-linux/ppc/2004.1/use.mask23
-rw-r--r--profiles/default-linux/ppc/2004.1/virtuals55
-rw-r--r--profiles/default-linux/ppc/parent8
44 files changed, 2312 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc/1.0/make.defaults b/profiles/default-linux/ppc/1.0/make.defaults
new file mode 100644
index 000000000000..e93b497a1126
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0/make.defaults
@@ -0,0 +1,31 @@
+# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
+# System-wide defaults for the Portage system
+
+ARCH="ppc"
+
+# Host-type
+
+CHOST=powerpc-unknown-linux-gnu
+PLATFORM=$CHOST
+
+# Options passed to make during the build process
+MAKEOPTS="-j2"
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
+# Global configure options
+
+# C Compiler flags
+CFLAGS="-O2 -pipe"
+# C++ Compiler flags
+CXXFLAGS=${CFLAGS}
+
+USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg
+nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde
+motif opengl mozilla png truetype ppc"
+
+# The following USE should _not_ bet set on ppc as they can cause breakage
+# in some pacakges (are mostly x86 only options)
+# 3dfx 3dnow avi icc icc-pgo mmx svga sse nas
+
+ACCEPT_KEYWORDS="ppc"
diff --git a/profiles/default-linux/ppc/1.0/packages b/profiles/default-linux/ppc/1.0/packages
new file mode 100644
index 000000000000..a4acf5925720
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0/packages
@@ -0,0 +1,238 @@
+# IMPORTANT: In order to parse this new format, you need Portage 1.6 or later!
+
+# OK; you're staring at this file and you have no idea what these stars are
+# for. Here's the scoop. An initial "*" marks a package that is part of the
+# official "base" system profile. If there's a "*", then "emerge system" will
+# use the line in its calculations of what "should" be installed for this
+# profile. Lines without a "*" prefix will be ignored for profile
+# calculations.
+
+# Now, this is new: *all* lines (star or no star) will be used as a special
+# package *inclusion* mask. For example, the line *=sys-devel/gcc-2.95.3-r1
+# will cause Portage to totally ignore all gcc ebuilds other than
+# gcc-2.95.3-r1. >=, <=, <, > and ~ can be used to offer a bit more
+# flexibility. For example, >=sys-libs/glibc-2.2.4 will cause emerge to ignore
+# all glibc ebuilds with a version less than 2.2.4. This allows us to have
+# profile-specific package.mask settings. *All* lines are used for this
+# masking process, whether they are prefixed with a * or not. And if a generic
+# dep is used, like "sys-apps/foo", then all versions of foo are included. If
+# there is no entry, then all versions of an app are included. The key thing
+# to note is that this file does not need to end up being an exhaustive list
+# of portage packages; just the ones critical to this profile.
+
+# So, what happens to /usr/portage/profiles/package.mask? It's still around,
+# and still useful. But it should mainly be used for broken ebuilds only.
+# package.mask continues to function as normal, masking out ebuilds from *all*
+# system profiles.
+
+# Which to use? Use the profile-specific stuff to "lock down" specific
+# versions of ebuilds. Gentoo Linux 1.0_rc6 uses certain known-compatible
+# versions of binutils, gcc and glibc, so we lock them down here. This
+# prevents the user from shooting himself/herself in the foot by installing a
+# wacky version.
+
+# PPC 1.0 PROFILE - Pieter Van den Abeele <pvdabeel@gentoo.org>
+
+#
+# Temporary masking here only please (permanent ones at bottom)
+#
+
+# Looks like a whole bunch of x86 stuff in the ebuild that I'm not sure
+# will work so great on the PPC so it's masked for PPC testing.
+# Owen - July 0/02
+~net-fs/openafs
+
+# x86 asm in this one, might be fixable at a later date (?) Gerk - june 24 2002
+~media-video/drip
+
+# xine currently has (known) ppc problems
+<media-libs/xine-lib-0.9.11
+<media-video/xine-ui-0.9.11
+<media-video/xine-dvdnav-0.9.11
+
+# vnc code (even from vendor) not very ppc happy at all
+# tightvnc works, so masking this for now - Gerk June 26 2002
+~net-misc/vnc
+
+# temp (to fix) currently x86 only builds
+# that can be adjusted for ppc (gerk)
+~media-gfx/blender
+~media-video/ati-gatos
+
+#
+# Profile specific pkgs start here
+#
+
+# lock down the gcc 2.95.3 compiled versions of blackdown
+<=dev-java/blackdown-jdk-1.3.1-r8
+<=dev-java/blackdown-jre-1.3.1-r8
+
+*app-arch/ncompress
+*sys-apps/baselayout
+*sys-apps/portage
+*=sys-devel/binutils-2.12.90.0.7
+*=sys-devel/gcc-2.95.3-r7
+*~sys-libs/glibc-2.2.5
+*sys-apps/texinfo
+
+sys-kernel/ppc-sources
+>=sys-kernel/linux-headers-2.4.18
+
+sys-apps/sysklogd
+*>=dev-lang/python-2.2-r4
+>=x11-base/xfree-4.1.0-r2
+*virtual/editor
+#*app-editors/vim # Vim emerges xfree ... this sucks
+*sys-fs/hfsutils
+*virtual/bootloader
+*sys-apps/mac-fdisk
+*app-shells/sash
+*dev-lang/perl
+*dev-perl/ExtUtils-MakeMaker
+*net-ftp/ftp
+*net-misc/dhcpcd
+net-misc/netkit-telnetd
+net-misc/rsync
+*net-misc/wget
+*app-shells/bash
+*app-arch/bzip2
+*sys-apps/kbd
+*app-arch/cpio
+*sys-apps/debianutils
+*sys-apps/diffutils
+*sys-fs/e2fsprogs
+*sys-apps/ed
+*sys-apps/eject
+*sys-apps/fbset
+*sys-apps/file
+*sys-apps/fileutils
+*sys-apps/findutils
+*sys-apps/gawk
+*sys-apps/grep
+*sys-apps/groff
+*app-arch/gzip
+*sys-apps/hdparm
+*sys-apps/less
+*sys-apps/man
+*sys-apps/man-pages
+*sys-apps/modutils
+*sys-apps/net-tools
+*sys-apps/xinetd
+*sys-apps/procps
+*sys-apps/psmisc
+*sys-apps/raidtools
+*sys-fs/reiserfsprogs
+*sys-apps/sed
+*sys-apps/setserial
+*sys-apps/sh-utils
+*<sys-apps/shadow-5
+*sys-apps/pam-login
+# updated for GLSA
+*>=app-arch/sharutils-4.2.1-r6
+*app-arch/tar
+*sys-apps/textutils
+*sys-apps/util-linux
+*sys-apps/which
+*sys-devel/autoconf
+*>=sys-devel/automake-1.6.1-r5
+*sys-devel/bc
+*sys-devel/bison
+*sys-devel/flex
+*sys-devel/gettext
+*sys-devel/libtool
+*sys-devel/m4
+*sys-devel/make
+*sys-devel/patch
+*sys-libs/cracklib
+*<sys-libs/db-3.2.10
+*sys-libs/gdbm
+*sys-libs/ncurses
+*sys-libs/pam
+*sys-libs/pwdb
+*sys-libs/readline
+*sys-libs/zlib
+>=sys-libs/gpm-1.19.3-r5
+>=sys-apps/isapnptools-1.23-r6
+>=sys-apps/dcron-2.7-r6
+*virtual/ssh
+*>=sys-fs/devfsd-1.3.20
+>=sys-apps/xinetd-2.3.3-r6
+>=net-fs/samba-2.2.2-r6
+#>=net-fs/samba-2.0.10-r6
+>=sys-apps/at-3.1.8-r6
+>=app-admin/fcron-1.1.1-r6
+>=app-admin/metalog-0.6-r6
+>=app-admin/mon-0.38.20-r6
+>=app-admin/syslog-ng-1.4.12-r6
+>=net-www/apache-1.3.20-r6
+>=net-analyzer/ucd-snmp-4.1.2-r6
+>=net-ftp/oftpd-0.3.6-r6
+>=net-ftp/proftpd-1.2.4-r6
+>=net-misc/dhcp-3.0_rc12-r6
+>=net-misc/bind-9.1.3-r6
+>=net-misc/netkit-timed-0.17-r6
+>=net-misc/pdnsd-1.1.6-r6
+>=net-mail/exim-3.32-r6
+>=net-misc/fakeidentd-1.4-r6
+>=net-nds/openldap-1.2.12-r6
+>=net-nds/portmap-5b-r6
+>=media-sound/alsa-utils-0.5.10-r6
+>=net-print/LPRng-3.7.9-r6
+>=net-nds/ypbind-1.7-r6
+>=net-nds/ypserv-1.3.9-r6
+>=net-print/cups-1.1.10-r6
+>=sys-apps/apmd-3.0.1-r6
+#>=net-mail/postfix-20010228.5-r6
+>=net-misc/portsentry-1.1-r6
+>=sys-apps/noflushd-2.4-r6
+>=app-text/dictd-1.5.5-r6
+>=net-fs/samba-winbind-20010329-r6
+>=net-www/wwwoffle-2.6d-r6
+>=net-www/squid-2.4.2s-r6
+>=net-dialup/ppp-2.4.1-r6
+
+#
+# From here down are premanently 'locked down' builds
+# that are either precompiled bin for x86 or things
+# that don't work on ppc and wont in the future on ppc
+#
+
+# These are ebuilds installing precompiled stuff:
+
+~net-www/netscape-communicator
+~net-www/netscape-flash
+~net-www/netscape-navigator
+~net-www/netscape-plugger
+
+# more precompiled and/or x86 only ebuilds
+# not avail for ppc (gerk)
+~app-text/acroread
+~app-emulation/vmware-workstation
+~app-emulation/wine
+~app-emulation/winesetuptk
+~app-emulation/winex
+~dev-java/ibm-jdk
+~dev-java/sun-jdk
+~dev-java/sun-j2ee
+~dev-java/ibm-jre
+~app-emulation/basiliskII
+~sys-apps/yard
+~app-emulation/dosemu
+~net-www/opera
+~net-www/opera-static
+~dev-util/cvsup
+~media-video/realplayer
+
+# makes no sense on ppc
+~sys-boot/lilo
+~sys-boot/grub
+
+# x86 and sparc only kernels (gerk)
+~sys-kernel/gentoo-sources
+~sys-kernel/crypto-sources
+~sys-kernel/openmosix-sources
+~sys-kernel/redhat-sources
+~sys-kernel/sparc-sources
+~sys-kernel/usermode-sources
+~sys-kernel/xfs-sources
+
diff --git a/profiles/default-linux/ppc/1.0/packages.build b/profiles/default-linux/ppc/1.0/packages.build
new file mode 100644
index 000000000000..3a18b047634a
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0/packages.build
@@ -0,0 +1,30 @@
+sys-apps/baselayout
+sys-libs/glibc
+sys-apps/texinfo
+app-shells/bash
+app-arch/bzip2
+sys-apps/debianutils
+sys-apps/diffutils
+sys-apps/file
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+app-arch/gzip
+sys-apps/portage
+sys-apps/sed
+sys-apps/sh-utils
+app-arch/tar
+sys-apps/textutils
+sys-devel/binutils
+sys-devel/bison
+sys-devel/flex
+sys-devel/gcc
+sys-devel/make
+sys-devel/patch
+dev-lang/python
+dev-libs/popt
+net-misc/wget
+net-misc/rsync
+app-editors/nano
+sys-apps/net-tools
diff --git a/profiles/default-linux/ppc/1.0/packages.cdimage b/profiles/default-linux/ppc/1.0/packages.cdimage
new file mode 100644
index 000000000000..70d19b2b14c4
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0/packages.cdimage
@@ -0,0 +1,56 @@
+sys-apps/baselayout
+net-ftp/ftp
+net-misc/dhcpcd
+net-misc/openssh
+net-misc/rsync
+net-misc/wget
+app-shells/bash
+app-arch/bzip2
+sys-apps/console-data
+sys-apps/kbd
+app-arch/cpio
+sys-apps/debianutils
+sys-fs/devfsd
+sys-apps/diffutils
+sys-fs/e2fsprogs
+sys-apps/ed
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+sys-fs/hfsutils
+sys-boot/yaboot
+app-arch/gzip
+sys-apps/hdparm
+sys-apps/less
+sys-apps/modutils
+sys-apps/net-tools
+sys-apps/xinetd
+sys-apps/portage
+sys-apps/procps
+sys-apps/psmisc
+sys-apps/raidtools
+sys-fs/reiserfsprogs
+sys-apps/sed
+sys-apps/setserial
+sys-apps/sh-utils
+sys-apps/shadow
+app-arch/sharutils
+sys-apps/star
+app-arch/tar
+sys-apps/textutils
+sys-apps/util-linux
+sys-fs/xfsdump
+sys-fs/xfsprogs
+app-editors/vim
+sys-apps/which
+sys-devel/bc
+sys-devel/ld.so
+sys-libs/cracklib
+sys-libs/glibc
+sys-libs/ncurses
+sys-libs/pam
+sys-libs/pwdb
+sys-libs/readline
+sys-libs/slang
+sys-libs/zlib
diff --git a/profiles/default-linux/ppc/1.0/parent b/profiles/default-linux/ppc/1.0/parent
new file mode 100644
index 000000000000..832a4b2c88df
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0/parent
@@ -0,0 +1,8 @@
+# Copyright 2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2
+# 2004/03/18 00:16:43 seemant Exp $
+
+# This file describes the parent profile to this. In most cases this will
+# just be the name of the parent directory
+..
diff --git a/profiles/default-linux/ppc/1.0/use.defaults b/profiles/default-linux/ppc/1.0/use.defaults
new file mode 100644
index 000000000000..482a5d1b679d
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0/use.defaults
@@ -0,0 +1,57 @@
+#gif
+#mmx
+#3dnow
+#odbc
+#fbcon
+#oss
+#libg++
+#objprelink
+#nls
+#mitshm
+#sse
+xinerama
+gnome-libs gnome-base/gnome-libs
+directfb dev-libs/DirectFB
+ungif media-libs/ungif
+gtkhtml gnome-extra/gtkhtml
+alsa media-libs/alsa-lib
+gdbm sys-libs/gdbm
+berkdb sys-libs/db
+slang sys-libs/slang
+readline sys-libs/readline
+arts kde-base/kdelibs
+tetex app-text/tetex
+aalib media-libs/aalib
+nas media-libs/nas
+bonobo gnome-base/bonobo
+svga media-libs/svgalib
+ggi media-libs/libggi
+tcltk dev-lang/tcl dev-lang/tk
+java virtual/jre
+guile dev-util/guile
+ruby dev-lang/ruby
+mysql dev-db/mysql
+postgres dev-db/postgresql
+X x11-base/xfree
+sdl media-libs/libsdl
+gpm sys-libs/gpm
+tcpd sys-apps/tcp-wrappers
+pam sys-libs/pam
+libwww net-libs/libwww
+ssl dev-libs/openssl
+perl dev-lang/perl
+python dev-lang/python
+esd media-sound/esound
+imlib media-libs/imlib
+oggvorbis media-libs/libvorbis
+gnome gnome-base/gnome
+gtk x11-libs/gtk+
+qt x11-libs/qt
+kde kde-base/kde
+motif x11-libs/openmotif
+opengl virtual/opengl
+mozilla net-www/mozilla
+ldap net-nds/openldap
+snmp net-analyzer/ucd-snmp
+cdr app-cdr/cdrtools
+scanner media-gfx/sane-backends
diff --git a/profiles/default-linux/ppc/1.0/virtuals b/profiles/default-linux/ppc/1.0/virtuals
new file mode 100644
index 000000000000..4bb1f6d5ee59
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0/virtuals
@@ -0,0 +1,50 @@
+virtual/lpr net-print/cups
+virtual/python dev-lang/python
+virtual/mta net-mail/ssmtp
+virtual/alsa media-sound/alsa-driver
+virtual/kernel sys-kernel/linux-headers
+virtual/linux-sources sys-kernel/ppc-sources
+virtual/glibc sys-libs/glibc
+virtual/x11 x11-base/xfree
+virtual/opengl x11-base/xfree
+virtual/glu x11-base/xfree
+virtual/glut media-libs/glut
+virtual/imapUW net-mail/uw-imap
+x11-libs/xaw x11-libs/Xaw3d
+virtual/jdk dev-java/blackdown-jdk
+virtual/jre dev-java/blackdown-jre
+virtual/imapd net-mail/courier-imap
+sys-apps/console-tools sys-apps/kbd
+virtual/blackbox x11-wm/blackbox
+virtual/emacs app-editors/emacs
+virtual/cron sys-apps/dcron
+sys-apps/reiserfs-utils sys-fs/reiserfsprogs
+virtual/sylpheed net-mail/sylpheed
+virtual/php dev-php/mod_php
+virtual/textbrowser net-www/links
+virtual/mda net-mail/procmail
+virtual/xft x11-base/xfree
+virtual/krb5 app-crypt/heimdal
+virtual/bootloader sys-boot/yaboot
+virtual/editor app-editors/nano
+virtual/os-headers sys-kernel/linux-headers
+virtual/modutils sys-apps/modutils
+virtual/inetd sys-apps/xinetd
+virtual/aspell-dict app-dicts/aspell-en
+virtual/skkserv app-i18n/skkserv
+virtual/ghc dev-lang/ghc-bin
+virtual/snmp net-analyzer/net-snmp
+virtual/imap-c-client net-libs/c-client
+virtual/flim app-emacs/flim
+virtual/semi app-emacs/semi
+virtual/tetex app-text/tetex
+virtual/quicktime media-libs/libquicktime
+virtual/bittorrent net-p2p/bittorrent
+virtual/logger app-admin/sysklogd
+
+virtual/ssh net-misc/openssh
+virtual/gzip app-arch/gzip
+virtual/ghostscript app-text/ghostscript
+virtual/w3m net-www/w3m
+virtual/mpg123 media-sound/mpg123
+virtual/dhcpc net-misc/dhcpcd
diff --git a/profiles/default-linux/ppc/1.0_rc/make.defaults b/profiles/default-linux/ppc/1.0_rc/make.defaults
new file mode 100644
index 000000000000..6e050ece9da9
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0_rc/make.defaults
@@ -0,0 +1,27 @@
+# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
+# System-wide defaults for the Portage system
+
+ARCH="ppc"
+
+# Host-type
+
+CHOST=powerpc-unknown-linux-gnu
+PLATFORM=$CHOST
+
+# Options passed to make during the build process
+MAKEOPTS="-j2"
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
+# Global configure options
+
+# C Compiler flags
+CFLAGS="-O2 -pipe"
+# C++ Compiler flags
+CXXFLAGS=${CFLAGS}
+
+USE="oss xv slang readline gpm berkdb gdbm tcpd pam libwww ssl
+nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde
+motif opengl mozilla"
+
+ACCEPT_KEYWORDS="ppc"
diff --git a/profiles/default-linux/ppc/1.0_rc/packages b/profiles/default-linux/ppc/1.0_rc/packages
new file mode 100644
index 000000000000..065af5987661
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0_rc/packages
@@ -0,0 +1,168 @@
+# IMPORTANT: In order to parse this new format, you need Portage 1.6 or later!
+
+# OK; you're staring at this file and you have no idea what these stars are
+# for. Here's the scoop. An initial "*" marks a package that is part of the
+# official "base" system profile. If there's a "*", then "emerge system" will
+# use the line in its calculations of what "should" be installed for this
+# profile. Lines without a "*" prefix will be ignored for profile
+# calculations.
+
+# Now, this is new: *all* lines (star or no star) will be used as a special
+# package *inclusion* mask. For example, the line *=sys-devel/gcc-2.95.3-r1
+# will cause Portage to totally ignore all gcc ebuilds other than
+# gcc-2.95.3-r1. >=, <=, <, > and ~ can be used to offer a bit more
+# flexibility. For example, >=sys-libs/glibc-2.2.4 will cause emerge to ignore
+# all glibc ebuilds with a version less than 2.2.4. This allows us to have
+# profile-specific package.mask settings. *All* lines are used for this
+# masking process, whether they are prefixed with a * or not. And if a generic
+# dep is used, like "sys-apps/foo", then all versions of foo are included. If
+# there is no entry, then all versions of an app are included. The key thing
+# to note is that this file does not need to end up being an exhaustive list
+# of portage packages; just the ones critical to this profile.
+
+# So, what happens to /usr/portage/profiles/package.mask? It's still around,
+# and still useful. But it should mainly be used for broken ebuilds only.
+# package.mask continues to function as normal, masking out ebuilds from *all*
+# system profiles.
+
+# Which to use? Use the profile-specific stuff to "lock down" specific
+# versions of ebuilds. Gentoo Linux 1.0_rc6 uses certain known-compatible
+# versions of binutils, gcc and glibc, so we lock them down here. This
+# prevents the user from shooting himself/herself in the foot by installing a
+# wacky version.
+
+# PPC PROFILE - Pieter Van den Abeele <pvdabeel@gentoo.org>
+
+# makes no sense on ppc
+sys-boot/lilo
+sys-boot/grub
+
+*sys-apps/baselayout
+*sys-apps/portage
+*sys-devel/binutils
+*=sys-devel/gcc-2.95.3-r5
+*~sys-libs/glibc-2.2.5
+
+# Only 2.4.19 is patched for ppc
+# temporarily commented out (debugging)
+#>=sys-kernel/linux-headers-2.4.18
+#>=sys-kernel/linux-sources-2.4.18
+
+#qt-3.0.4 causes big slowdowns on ppc [daybird]
+<=x11-libs/qt-3.0.3.1
+
+sys-apps/sysklogd
+*>=dev-lang/python-2.2-r4
+>=x11-base/xfree-4.1.0-r2
+*virtual/editor
+#*app-editors/vim # Vim emerges xfree ... this sucks
+*sys-fs/hfsutils
+*virtual/bootloader
+*sys-apps/mac-fdisk
+
+
+# sash - static shell for system recovery
+*app-shells/sash
+
+*dev-lang/perl
+*dev-perl/ExtUtils-MakeMaker
+*net-ftp/ftp
+*net-misc/dhcpcd
+*net-misc/netkit-telnetd
+net-misc/rsync
+*net-misc/wget
+*app-shells/bash
+*app-arch/bzip2
+*sys-apps/kbd
+*app-arch/cpio
+*sys-apps/debianutils
+*sys-apps/diffutils
+*sys-fs/e2fsprogs
+*sys-apps/ed
+*sys-apps/fbset
+*sys-apps/file
+*sys-apps/fileutils
+*sys-apps/findutils
+*sys-apps/gawk
+*sys-apps/grep
+*sys-apps/groff
+*app-arch/gzip
+*sys-apps/hdparm
+*sys-apps/less
+
+*sys-apps/man
+*sys-apps/man-pages
+*sys-apps/modutils
+*sys-apps/net-tools
+*sys-apps/xinetd
+*sys-apps/procps
+*sys-apps/psmisc
+*sys-apps/raidtools
+*sys-fs/reiserfsprogs
+*sys-apps/sed
+*sys-apps/setserial
+*sys-apps/sh-utils
+*<sys-apps/shadow-5
+*sys-apps/pam-login
+*app-arch/sharutils
+*app-arch/tar
+*sys-apps/textutils
+*sys-apps/util-linux
+*sys-apps/which
+*sys-devel/autoconf
+*>=sys-devel/automake-1.6.1-r5
+*sys-devel/bc
+*sys-devel/bison
+*sys-devel/flex
+*sys-devel/gettext
+*sys-devel/libtool
+*sys-devel/m4
+*sys-devel/make
+*sys-devel/patch
+*sys-libs/cracklib
+*sys-libs/db
+*sys-libs/gdbm
+*sys-libs/ncurses
+*sys-libs/pam
+*sys-libs/pwdb
+*sys-libs/readline
+*sys-libs/zlib
+>=sys-libs/gpm-1.19.3-r5
+>=sys-apps/isapnptools-1.23-r6
+*>=sys-apps/dcron-2.7-r6
+*virtual/ssh
+*>=sys-fs/devfsd-1.3.20
+>=sys-apps/xinetd-2.3.3-r6
+>=net-fs/samba-2.2.2-r6
+#>=net-fs/samba-2.0.10-r6
+>=sys-apps/at-3.1.8-r6
+>=app-admin/fcron-1.1.1-r6
+>=app-admin/metalog-0.6-r6
+>=app-admin/mon-0.38.20-r6
+>=app-admin/syslog-ng-1.4.12-r6
+>=net-www/apache-1.3.20-r6
+>=net-analyzer/ucd-snmp-4.1.2-r6
+>=net-ftp/oftpd-0.3.6-r6
+>=net-ftp/proftpd-1.2.4-r6
+>=net-misc/dhcp-3.0_rc12-r6
+>=net-misc/bind-9.1.3-r6
+>=net-misc/netkit-timed-0.17-r6
+>=net-misc/pdnsd-1.1.6-r6
+>=net-mail/exim-3.32-r6
+>=net-misc/fakeidentd-1.4-r6
+>=net-nds/openldap-1.2.12-r6
+>=net-nds/portmap-5b-r6
+>=media-sound/alsa-utils-0.5.10-r6
+>=net-print/LPRng-3.7.9-r6
+>=net-nds/ypbind-1.7-r6
+>=net-nds/ypserv-1.3.9-r6
+>=net-print/cups-1.1.10-r6
+>=sys-apps/apmd-3.0.1-r6
+#>=net-mail/postfix-20010228.5-r6
+>=net-misc/portsentry-1.1-r6
+>=sys-apps/noflushd-2.4-r6
+>=app-text/dictd-1.5.5-r6
+>=net-fs/samba-winbind-20010329-r6
+>=net-www/wwwoffle-2.6d-r6
+>=net-www/squid-2.4.2s-r6
+>=net-dialup/ppp-2.4.1-r6
diff --git a/profiles/default-linux/ppc/1.0_rc/packages.build b/profiles/default-linux/ppc/1.0_rc/packages.build
new file mode 100644
index 000000000000..9fb89847eb98
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0_rc/packages.build
@@ -0,0 +1,28 @@
+sys-apps/baselayout
+sys-libs/glibc
+app-shells/bash
+app-arch/bzip2
+sys-apps/debianutils
+sys-apps/diffutils
+sys-apps/file
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+app-arch/gzip
+sys-apps/portage
+sys-apps/sed
+sys-apps/sh-utils
+app-arch/tar
+sys-apps/textutils
+sys-devel/binutils
+sys-devel/bison
+sys-devel/flex
+sys-devel/gcc
+sys-devel/make
+sys-devel/patch
+dev-lang/python
+net-misc/wget
+net-misc/rsync
+app-editors/nano
+sys-apps/net-tools
diff --git a/profiles/default-linux/ppc/1.0_rc/packages.cdimage b/profiles/default-linux/ppc/1.0_rc/packages.cdimage
new file mode 100644
index 000000000000..eda49e29c470
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0_rc/packages.cdimage
@@ -0,0 +1,57 @@
+sys-apps/baselayout
+net-ftp/ftp
+net-misc/dhcpcd
+net-misc/openssh
+net-misc/rsync
+net-misc/wget
+app-shells/bash
+app-arch/bzip2
+sys-apps/console-data
+sys-apps/kbd
+app-arch/cpio
+sys-apps/debianutils
+sys-fs/devfsd
+sys-apps/diffutils
+sys-fs/e2fsprogs
+sys-apps/ed
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+sys-fs/hfsutils
+sys-boot/yaboot
+app-arch/gzip
+sys-apps/hdparm
+sys-apps/less
+sys-apps/modutils
+sys-apps/net-tools
+sys-apps/xinetd
+sys-apps/portage
+sys-apps/procps
+sys-apps/psmisc
+sys-apps/raidtools
+sys-fs/reiserfsprogs
+sys-apps/sed
+sys-apps/setserial
+sys-apps/sh-utils
+sys-apps/shadow
+app-arch/sharutils
+sys-apps/star
+app-arch/tar
+sys-apps/textutils
+sys-apps/util-linux
+sys-fs/xfsdump
+sys-fs/xfsprogs
+app-editors/vim
+sys-apps/which
+sys-devel/bc
+sys-devel/ld.so
+sys-libs/cracklib
+sys-libs/glibc
+sys-libs/lib-compat
+sys-libs/ncurses
+sys-libs/pam
+sys-libs/pwdb
+sys-libs/readline
+sys-libs/slang
+sys-libs/zlib
diff --git a/profiles/default-linux/ppc/1.0_rc/parent b/profiles/default-linux/ppc/1.0_rc/parent
new file mode 100644
index 000000000000..832a4b2c88df
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0_rc/parent
@@ -0,0 +1,8 @@
+# Copyright 2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2
+# 2004/03/18 00:16:43 seemant Exp $
+
+# This file describes the parent profile to this. In most cases this will
+# just be the name of the parent directory
+..
diff --git a/profiles/default-linux/ppc/1.0_rc/use.defaults b/profiles/default-linux/ppc/1.0_rc/use.defaults
new file mode 100644
index 000000000000..1a78cc7d9ab4
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0_rc/use.defaults
@@ -0,0 +1,56 @@
+#gif
+#mmx
+#3dnow
+#odbc
+#fbcon
+#oss
+#libg++
+#objprelink
+#nls
+#mitshm
+#sse
+xinerama
+directfb dev-libs/DirectFB
+ungif media-libs/ungif
+gtkhtml gnome-extra/gtkhtml
+alsa media-libs/alsa-lib
+gdbm sys-libs/gdbm
+berkdb sys-libs/db
+slang sys-libs/slang
+readline sys-libs/readline
+arts kde-base/kdelibs
+tetex app-text/tetex
+aalib media-libs/aalib
+nas media-libs/nas
+bonobo gnome-base/bonobo
+svga media-libs/svgalib
+ggi media-libs/libggi
+tcltk dev-lang/tcl dev-lang/tk
+java virtual/jre
+guile dev-util/guile
+ruby dev-lang/ruby
+mysql dev-db/mysql
+postgres dev-db/postgresql
+X x11-base/xfree
+sdl media-libs/libsdl
+gpm sys-libs/gpm
+tcpd sys-apps/tcp-wrappers
+pam sys-libs/pam
+libwww net-libs/libwww
+ssl dev-libs/openssl
+perl dev-lang/perl
+python dev-lang/python
+esd media-sound/esound
+imlib media-libs/imlib
+oggvorbis media-libs/libvorbis
+gnome gnome-base/gnome
+gtk x11-libs/gtk+
+qt x11-libs/qt
+kde kde-base/kde
+motif x11-libs/openmotif
+opengl virtual/opengl
+mozilla net-www/mozilla
+ldap net-nds/openldap
+snmp net-analyzer/ucd-snmp
+cdr app-cdr/cdrtools
+scanner media-gfx/sane-backends
diff --git a/profiles/default-linux/ppc/1.0_rc/virtuals b/profiles/default-linux/ppc/1.0_rc/virtuals
new file mode 100644
index 000000000000..e74da2c3dc57
--- /dev/null
+++ b/profiles/default-linux/ppc/1.0_rc/virtuals
@@ -0,0 +1,48 @@
+virtual/lpr net-print/cups
+virtual/python dev-lang/python
+virtual/mta net-mail/ssmtp
+virtual/alsa media-sound/alsa-driver
+virtual/kernel sys-kernel/linux-headers
+virtual/glibc sys-libs/glibc
+virtual/x11 x11-base/xfree
+virtual/opengl x11-base/xfree
+virtual/glu x11-base/xfree
+virtual/glut media-libs/glut
+virtual/imapUW net-mail/uw-imap
+x11-libs/xaw x11-libs/Xaw3d
+sys-apps/texinfo sys-devel/gcc
+virtual/jdk dev-java/blackdown-jdk
+virtual/jre dev-java/blackdown-jre
+virtual/imapd net-mail/courier-imap
+virtual/x11-web-browser net-www/mozilla
+sys-apps/console-tools sys-apps/kbd
+virtual/blackbox x11-wm/blackbox
+virtual/emacs app-editors/emacs
+sys-apps/reiserfs-utils sys-fs/reiserfsprogs
+virtual/sylpheed net-mail/sylpheed
+virtual/php dev-php/mod_php
+virtual/textbrowser net-www/links
+virtual/mda net-mail/procmail
+virtual/krb5 app-crypt/heimdal
+virtual/bootloader sys-boot/yaboot
+virtual/editor app-editors/nano
+virtual/os-headers sys-kernel/linux-headers
+virtual/modutils sys-apps/modutils
+virtual/inetd sys-apps/xinetd
+virtual/aspell-dict app-dicts/aspell-en
+virtual/skkserv app-i18n/skkserv
+virtual/ghc dev-lang/ghc-bin
+virtual/snmp net-analyzer/net-snmp
+virtual/imap-c-client net-libs/c-client
+virtual/flim app-emacs/flim
+virtual/semi app-emacs/semi
+virtual/tetex app-text/tetex
+virtual/quicktime media-libs/libquicktime
+virtual/bittorrent net-p2p/bittorrent
+virtual/logger app-admin/sysklogd
+virtual/ssh net-misc/openssh
+virtual/gzip app-arch/gzip
+virtual/ghostscript app-text/ghostscript
+virtual/w3m net-www/w3m
+virtual/mpg123 media-sound/mpg123
+virtual/dhcpc net-misc/dhcpcd
diff --git a/profiles/default-linux/ppc/1.2/make.defaults b/profiles/default-linux/ppc/1.2/make.defaults
new file mode 100644
index 000000000000..e93b497a1126
--- /dev/null
+++ b/profiles/default-linux/ppc/1.2/make.defaults
@@ -0,0 +1,31 @@
+# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
+# System-wide defaults for the Portage system
+
+ARCH="ppc"
+
+# Host-type
+
+CHOST=powerpc-unknown-linux-gnu
+PLATFORM=$CHOST
+
+# Options passed to make during the build process
+MAKEOPTS="-j2"
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
+# Global configure options
+
+# C Compiler flags
+CFLAGS="-O2 -pipe"
+# C++ Compiler flags
+CXXFLAGS=${CFLAGS}
+
+USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg
+nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde
+motif opengl mozilla png truetype ppc"
+
+# The following USE should _not_ bet set on ppc as they can cause breakage
+# in some pacakges (are mostly x86 only options)
+# 3dfx 3dnow avi icc icc-pgo mmx svga sse nas
+
+ACCEPT_KEYWORDS="ppc"
diff --git a/profiles/default-linux/ppc/1.2/packages b/profiles/default-linux/ppc/1.2/packages
new file mode 100644
index 000000000000..9ab6c4430546
--- /dev/null
+++ b/profiles/default-linux/ppc/1.2/packages
@@ -0,0 +1,238 @@
+# IMPORTANT: In order to parse this new format, you need Portage 1.6 or later!
+
+# OK; you're staring at this file and you have no idea what these stars are
+# for. Here's the scoop. An initial "*" marks a package that is part of the
+# official "base" system profile. If there's a "*", then "emerge system" will
+# use the line in its calculations of what "should" be installed for this
+# profile. Lines without a "*" prefix will be ignored for profile
+# calculations.
+
+# Now, this is new: *all* lines (star or no star) will be used as a special
+# package *inclusion* mask. For example, the line *=sys-devel/gcc-2.95.3-r1
+# will cause Portage to totally ignore all gcc ebuilds other than
+# gcc-2.95.3-r1. >=, <=, <, > and ~ can be used to offer a bit more
+# flexibility. For example, >=sys-libs/glibc-2.2.4 will cause emerge to ignore
+# all glibc ebuilds with a version less than 2.2.4. This allows us to have
+# profile-specific package.mask settings. *All* lines are used for this
+# masking process, whether they are prefixed with a * or not. And if a generic
+# dep is used, like "sys-apps/foo", then all versions of foo are included. If
+# there is no entry, then all versions of an app are included. The key thing
+# to note is that this file does not need to end up being an exhaustive list
+# of portage packages; just the ones critical to this profile.
+
+# So, what happens to /usr/portage/profiles/package.mask? It's still around,
+# and still useful. But it should mainly be used for broken ebuilds only.
+# package.mask continues to function as normal, masking out ebuilds from *all*
+# system profiles.
+
+# Which to use? Use the profile-specific stuff to "lock down" specific
+# versions of ebuilds. Gentoo Linux 1.0_rc6 uses certain known-compatible
+# versions of binutils, gcc and glibc, so we lock them down here. This
+# prevents the user from shooting himself/herself in the foot by installing a
+# wacky version.
+
+# PPC 1.2 PROFILE
+
+#
+# Temporary masking here only please (permanent ones at bottom)
+#
+
+# Looks like a whole bunch of x86 stuff in the ebuild that I'm not sure
+# will work so great on the PPC so it's masked for PPC testing.
+# Owen - July 0/02
+~net-fs/openafs
+
+# x86 asm in this one, might be fixable at a later date (?) Gerk - june 24 2002
+~media-video/drip
+
+# xine currently has (known) ppc problems
+<media-libs/xine-lib-0.9.11
+<media-video/xine-ui-0.9.11
+<media-video/xine-dvdnav-0.9.11
+
+# vnc code (even from vendor) not very ppc happy at all
+# tightvnc works, so masking this for now - Gerk June 26 2002
+~net-misc/vnc
+
+# temp (to fix) currently x86 only builds
+# that can be adjusted for ppc (gerk)
+~media-gfx/blender
+~media-video/ati-gatos
+
+#
+# Profile specific pkgs start here
+#
+
+# lock down the gcc 2.95.3 compiled versions of blackdown
+<=dev-java/blackdown-jdk-1.3.1-r8
+<=dev-java/blackdown-jre-1.3.1-r8
+
+*app-arch/ncompress
+*sys-apps/baselayout
+*sys-apps/portage
+*=sys-devel/binutils-2.12.90.0.7
+*=sys-devel/gcc-2.95.3-r7
+*~sys-libs/glibc-2.2.5
+*sys-apps/texinfo
+
+sys-kernel/ppc-sources
+>=sys-kernel/linux-headers-2.4.18
+
+sys-apps/sysklogd
+*>=dev-lang/python-2.2-r4
+>=x11-base/xfree-4.1.0-r2
+*virtual/editor
+#*app-editors/vim # Vim emerges xfree ... this sucks
+*sys-fs/hfsutils
+*virtual/bootloader
+*sys-apps/mac-fdisk
+*app-shells/sash
+*dev-lang/perl
+*dev-perl/ExtUtils-MakeMaker
+*net-ftp/ftp
+*net-misc/dhcpcd
+net-misc/netkit-telnetd
+net-misc/rsync
+*net-misc/wget
+*app-shells/bash
+*app-arch/bzip2
+*sys-apps/kbd
+*app-arch/cpio
+*sys-apps/debianutils
+*sys-apps/diffutils
+*sys-fs/e2fsprogs
+*sys-apps/ed
+*sys-apps/eject
+*sys-apps/fbset
+*sys-apps/file
+*sys-apps/fileutils
+*sys-apps/findutils
+*sys-apps/gawk
+*sys-apps/grep
+*sys-apps/groff
+*app-arch/gzip
+*sys-apps/hdparm
+*sys-apps/less
+*sys-apps/man
+*sys-apps/man-pages
+*sys-apps/modutils
+*sys-apps/net-tools
+*sys-apps/xinetd
+*sys-apps/procps
+*sys-apps/psmisc
+*sys-apps/raidtools
+*sys-fs/reiserfsprogs
+*sys-apps/sed
+*sys-apps/setserial
+*sys-apps/sh-utils
+*<sys-apps/shadow-5
+*sys-apps/pam-login
+# updated for GLSA
+*>=app-arch/sharutils-4.2.1-r6
+*app-arch/tar
+*sys-apps/textutils
+*sys-apps/util-linux
+*sys-apps/which
+*sys-devel/autoconf
+*>=sys-devel/automake-1.6.1-r5
+*sys-devel/bc
+*sys-devel/bison
+*sys-devel/flex
+*sys-devel/gettext
+*sys-devel/libtool
+*sys-devel/m4
+*sys-devel/make
+*sys-devel/patch
+*sys-libs/cracklib
+*<sys-libs/db-3.2.10
+*sys-libs/gdbm
+*sys-libs/ncurses
+*sys-libs/pam
+*sys-libs/pwdb
+*sys-libs/readline
+*sys-libs/zlib
+>=sys-libs/gpm-1.19.3-r5
+>=sys-apps/isapnptools-1.23-r6
+>=sys-apps/dcron-2.7-r6
+*virtual/ssh
+*>=sys-fs/devfsd-1.3.20
+>=sys-apps/xinetd-2.3.3-r6
+>=net-fs/samba-2.2.2-r6
+#>=net-fs/samba-2.0.10-r6
+>=sys-apps/at-3.1.8-r6
+>=app-admin/fcron-1.1.1-r6
+>=app-admin/metalog-0.6-r6
+>=app-admin/mon-0.38.20-r6
+>=app-admin/syslog-ng-1.4.12-r6
+>=net-www/apache-1.3.20-r6
+>=net-analyzer/ucd-snmp-4.1.2-r6
+>=net-ftp/oftpd-0.3.6-r6
+>=net-ftp/proftpd-1.2.4-r6
+>=net-misc/dhcp-3.0_rc12-r6
+>=net-misc/bind-9.1.3-r6
+>=net-misc/netkit-timed-0.17-r6
+>=net-misc/pdnsd-1.1.6-r6
+>=net-mail/exim-3.32-r6
+>=net-misc/fakeidentd-1.4-r6
+>=net-nds/openldap-1.2.12-r6
+>=net-nds/portmap-5b-r6
+>=media-sound/alsa-utils-0.5.10-r6
+>=net-print/LPRng-3.7.9-r6
+>=net-nds/ypbind-1.7-r6
+>=net-nds/ypserv-1.3.9-r6
+>=net-print/cups-1.1.10-r6
+>=sys-apps/apmd-3.0.1-r6
+#>=net-mail/postfix-20010228.5-r6
+>=net-misc/portsentry-1.1-r6
+>=sys-apps/noflushd-2.4-r6
+>=app-text/dictd-1.5.5-r6
+>=net-fs/samba-winbind-20010329-r6
+>=net-www/wwwoffle-2.6d-r6
+>=net-www/squid-2.4.2s-r6
+>=net-dialup/ppp-2.4.1-r6
+
+#
+# From here down are premanently 'locked down' builds
+# that are either precompiled bin for x86 or things
+# that don't work on ppc and wont in the future on ppc
+#
+
+# These are ebuilds installing precompiled stuff:
+
+~net-www/netscape-communicator
+~net-www/netscape-flash
+~net-www/netscape-navigator
+~net-www/netscape-plugger
+
+# more precompiled and/or x86 only ebuilds
+# not avail for ppc (gerk)
+~app-text/acroread
+~app-emulation/vmware-workstation
+~app-emulation/wine
+~app-emulation/winesetuptk
+~app-emulation/winex
+~dev-java/ibm-jdk
+~dev-java/sun-jdk
+~dev-java/sun-j2ee
+~dev-java/ibm-jre
+~app-emulation/basiliskII
+~sys-apps/yard
+~app-emulation/dosemu
+~net-www/opera
+~net-www/opera-static
+~dev-util/cvsup
+~media-video/realplayer
+
+# makes no sense on ppc
+~sys-boot/lilo
+~sys-boot/grub
+
+# x86 and sparc only kernels (gerk)
+~sys-kernel/gentoo-sources
+~sys-kernel/crypto-sources
+~sys-kernel/openmosix-sources
+~sys-kernel/redhat-sources
+~sys-kernel/sparc-sources
+~sys-kernel/usermode-sources
+~sys-kernel/xfs-sources
+
diff --git a/profiles/default-linux/ppc/1.2/packages.build b/profiles/default-linux/ppc/1.2/packages.build
new file mode 100644
index 000000000000..3a18b047634a
--- /dev/null
+++ b/profiles/default-linux/ppc/1.2/packages.build
@@ -0,0 +1,30 @@
+sys-apps/baselayout
+sys-libs/glibc
+sys-apps/texinfo
+app-shells/bash
+app-arch/bzip2
+sys-apps/debianutils
+sys-apps/diffutils
+sys-apps/file
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+app-arch/gzip
+sys-apps/portage
+sys-apps/sed
+sys-apps/sh-utils
+app-arch/tar
+sys-apps/textutils
+sys-devel/binutils
+sys-devel/bison
+sys-devel/flex
+sys-devel/gcc
+sys-devel/make
+sys-devel/patch
+dev-lang/python
+dev-libs/popt
+net-misc/wget
+net-misc/rsync
+app-editors/nano
+sys-apps/net-tools
diff --git a/profiles/default-linux/ppc/1.2/packages.cdimage b/profiles/default-linux/ppc/1.2/packages.cdimage
new file mode 100644
index 000000000000..70d19b2b14c4
--- /dev/null
+++ b/profiles/default-linux/ppc/1.2/packages.cdimage
@@ -0,0 +1,56 @@
+sys-apps/baselayout
+net-ftp/ftp
+net-misc/dhcpcd
+net-misc/openssh
+net-misc/rsync
+net-misc/wget
+app-shells/bash
+app-arch/bzip2
+sys-apps/console-data
+sys-apps/kbd
+app-arch/cpio
+sys-apps/debianutils
+sys-fs/devfsd
+sys-apps/diffutils
+sys-fs/e2fsprogs
+sys-apps/ed
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+sys-fs/hfsutils
+sys-boot/yaboot
+app-arch/gzip
+sys-apps/hdparm
+sys-apps/less
+sys-apps/modutils
+sys-apps/net-tools
+sys-apps/xinetd
+sys-apps/portage
+sys-apps/procps
+sys-apps/psmisc
+sys-apps/raidtools
+sys-fs/reiserfsprogs
+sys-apps/sed
+sys-apps/setserial
+sys-apps/sh-utils
+sys-apps/shadow
+app-arch/sharutils
+sys-apps/star
+app-arch/tar
+sys-apps/textutils
+sys-apps/util-linux
+sys-fs/xfsdump
+sys-fs/xfsprogs
+app-editors/vim
+sys-apps/which
+sys-devel/bc
+sys-devel/ld.so
+sys-libs/cracklib
+sys-libs/glibc
+sys-libs/ncurses
+sys-libs/pam
+sys-libs/pwdb
+sys-libs/readline
+sys-libs/slang
+sys-libs/zlib
diff --git a/profiles/default-linux/ppc/1.2/parent b/profiles/default-linux/ppc/1.2/parent
new file mode 100644
index 000000000000..832a4b2c88df
--- /dev/null
+++ b/profiles/default-linux/ppc/1.2/parent
@@ -0,0 +1,8 @@
+# Copyright 2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2
+# 2004/03/18 00:16:43 seemant Exp $
+
+# This file describes the parent profile to this. In most cases this will
+# just be the name of the parent directory
+..
diff --git a/profiles/default-linux/ppc/1.2/use.defaults b/profiles/default-linux/ppc/1.2/use.defaults
new file mode 100644
index 000000000000..482a5d1b679d
--- /dev/null
+++ b/profiles/default-linux/ppc/1.2/use.defaults
@@ -0,0 +1,57 @@
+#gif
+#mmx
+#3dnow
+#odbc
+#fbcon
+#oss
+#libg++
+#objprelink
+#nls
+#mitshm
+#sse
+xinerama
+gnome-libs gnome-base/gnome-libs
+directfb dev-libs/DirectFB
+ungif media-libs/ungif
+gtkhtml gnome-extra/gtkhtml
+alsa media-libs/alsa-lib
+gdbm sys-libs/gdbm
+berkdb sys-libs/db
+slang sys-libs/slang
+readline sys-libs/readline
+arts kde-base/kdelibs
+tetex app-text/tetex
+aalib media-libs/aalib
+nas media-libs/nas
+bonobo gnome-base/bonobo
+svga media-libs/svgalib
+ggi media-libs/libggi
+tcltk dev-lang/tcl dev-lang/tk
+java virtual/jre
+guile dev-util/guile
+ruby dev-lang/ruby
+mysql dev-db/mysql
+postgres dev-db/postgresql
+X x11-base/xfree
+sdl media-libs/libsdl
+gpm sys-libs/gpm
+tcpd sys-apps/tcp-wrappers
+pam sys-libs/pam
+libwww net-libs/libwww
+ssl dev-libs/openssl
+perl dev-lang/perl
+python dev-lang/python
+esd media-sound/esound
+imlib media-libs/imlib
+oggvorbis media-libs/libvorbis
+gnome gnome-base/gnome
+gtk x11-libs/gtk+
+qt x11-libs/qt
+kde kde-base/kde
+motif x11-libs/openmotif
+opengl virtual/opengl
+mozilla net-www/mozilla
+ldap net-nds/openldap
+snmp net-analyzer/ucd-snmp
+cdr app-cdr/cdrtools
+scanner media-gfx/sane-backends
diff --git a/profiles/default-linux/ppc/1.2/virtuals b/profiles/default-linux/ppc/1.2/virtuals
new file mode 100644
index 000000000000..4bb1f6d5ee59
--- /dev/null
+++ b/profiles/default-linux/ppc/1.2/virtuals
@@ -0,0 +1,50 @@
+virtual/lpr net-print/cups
+virtual/python dev-lang/python
+virtual/mta net-mail/ssmtp
+virtual/alsa media-sound/alsa-driver
+virtual/kernel sys-kernel/linux-headers
+virtual/linux-sources sys-kernel/ppc-sources
+virtual/glibc sys-libs/glibc
+virtual/x11 x11-base/xfree
+virtual/opengl x11-base/xfree
+virtual/glu x11-base/xfree
+virtual/glut media-libs/glut
+virtual/imapUW net-mail/uw-imap
+x11-libs/xaw x11-libs/Xaw3d
+virtual/jdk dev-java/blackdown-jdk
+virtual/jre dev-java/blackdown-jre
+virtual/imapd net-mail/courier-imap
+sys-apps/console-tools sys-apps/kbd
+virtual/blackbox x11-wm/blackbox
+virtual/emacs app-editors/emacs
+virtual/cron sys-apps/dcron
+sys-apps/reiserfs-utils sys-fs/reiserfsprogs
+virtual/sylpheed net-mail/sylpheed
+virtual/php dev-php/mod_php
+virtual/textbrowser net-www/links
+virtual/mda net-mail/procmail
+virtual/xft x11-base/xfree
+virtual/krb5 app-crypt/heimdal
+virtual/bootloader sys-boot/yaboot
+virtual/editor app-editors/nano
+virtual/os-headers sys-kernel/linux-headers
+virtual/modutils sys-apps/modutils
+virtual/inetd sys-apps/xinetd
+virtual/aspell-dict app-dicts/aspell-en
+virtual/skkserv app-i18n/skkserv
+virtual/ghc dev-lang/ghc-bin
+virtual/snmp net-analyzer/net-snmp
+virtual/imap-c-client net-libs/c-client
+virtual/flim app-emacs/flim
+virtual/semi app-emacs/semi
+virtual/tetex app-text/tetex
+virtual/quicktime media-libs/libquicktime
+virtual/bittorrent net-p2p/bittorrent
+virtual/logger app-admin/sysklogd
+
+virtual/ssh net-misc/openssh
+virtual/gzip app-arch/gzip
+virtual/ghostscript app-text/ghostscript
+virtual/w3m net-www/w3m
+virtual/mpg123 media-sound/mpg123
+virtual/dhcpc net-misc/dhcpcd
diff --git a/profiles/default-linux/ppc/1.4/make.defaults b/profiles/default-linux/ppc/1.4/make.defaults
new file mode 100644
index 000000000000..d9d21d8a5c03
--- /dev/null
+++ b/profiles/default-linux/ppc/1.4/make.defaults
@@ -0,0 +1,36 @@
+# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
+# System-wide defaults for the Portage system
+
+GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses"
+
+ARCH="ppc"
+
+# Host-type
+
+CHOST=powerpc-unknown-linux-gnu
+PLATFORM=$CHOST
+
+# Options passed to make during the build process
+MAKEOPTS="-j2"
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
+# Global configure options
+
+# C Compiler flags
+CFLAGS="-O2 -pipe"
+# C++ Compiler flags
+CXXFLAGS=${CFLAGS}
+
+USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg
+nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk gtk2 X qt kde
+motif opengl mozilla png truetype ppc cups foomaticdb"
+
+# The following USE should _not_ bet set on ppc as they can cause breakage
+# in some pacakges (are mostly x86 only options)
+# 3dfx 3dnow avi icc icc-pgo mmx svga sse
+
+ACCEPT_KEYWORDS="ppc"
+
+COMPILER="gcc3"
+
diff --git a/profiles/default-linux/ppc/1.4/packages b/profiles/default-linux/ppc/1.4/packages
new file mode 100644
index 000000000000..bf4811115114
--- /dev/null
+++ b/profiles/default-linux/ppc/1.4/packages
@@ -0,0 +1,123 @@
+### GENTOO/PPC 1.4 PROFILE ###
+
+# Contact info by Pieter Van den Abeele <pvdabeel@gentoo.org>
+
+# core stuff
+
+*virtual/os-headers
+*>=sys-apps/baselayout-1.7.9-r1
+*>=sys-apps/portage-2.0.35
+*>=sys-devel/binutils-2.13.90.0.18
+*>=sys-devel/gcc-3.2.1
+*>=sys-libs/glibc-2.3.1-r2
+
+# less critical stuff
+
+*<sys-apps/shadow-5
+*>=app-arch/sharutils-4.2.1-r6
+*>=dev-lang/python-2.2-r4
+*>=sys-devel/automake-1.6.1-r5
+*>=sys-fs/devfsd-1.3.20
+*>=sys-libs/pam-0.75-r9
+
+*app-arch/bzip2
+*app-arch/cpio
+*app-arch/gzip
+*app-arch/ncompress
+*app-arch/tar
+*app-shells/bash
+*app-shells/sash
+*dev-lang/perl
+*dev-libs/popt
+*dev-perl/ExtUtils-MakeMaker
+*net-ftp/ftp
+*net-misc/dhcpcd
+*net-misc/iputils
+*net-misc/rsync
+*net-misc/wget
+*sys-apps/coreutils
+*sys-apps/debianutils
+*sys-apps/diffutils
+*sys-apps/ed
+*sys-apps/eject
+*sys-apps/fbset
+*sys-apps/file
+*sys-apps/findutils
+*sys-apps/gawk
+*sys-apps/grep
+*sys-apps/groff
+*sys-apps/hdparm
+*sys-apps/kbd
+*sys-apps/less
+*sys-apps/mac-fdisk
+*sys-apps/man
+*sys-apps/man-pages
+*sys-apps/net-tools
+*sys-apps/pam-login
+*sys-apps/procps
+*sys-apps/psmisc
+*sys-apps/sed
+*sys-apps/setserial
+*sys-apps/slocate
+*sys-apps/texinfo
+*sys-apps/util-linux
+*sys-apps/which
+*sys-apps/xinetd
+*sys-devel/autoconf
+*sys-devel/bc
+*sys-devel/bison
+*sys-devel/flex
+*sys-devel/gettext
+*sys-devel/libtool
+*sys-devel/m4
+*sys-devel/make
+*sys-devel/patch
+*sys-fs/e2fsprogs
+*sys-fs/hfsutils
+*sys-libs/cracklib
+*sys-libs/db
+*sys-libs/gdbm
+*sys-libs/ncurses
+*sys-libs/pwdb
+*sys-libs/readline
+*sys-libs/zlib
+*virtual/bootloader
+*virtual/editor
+*virtual/modutils
+*virtual/ssh
+>=app-admin/metalog-0.6-r6
+>=app-admin/mon-0.38.20-r6
+>=app-admin/syslog-ng-1.4.12-r6
+>=app-text/dictd-1.5.5-r6
+>=media-sound/alsa-utils-0.5.10-r6
+>=net-analyzer/ucd-snmp-4.1.2-r6
+>=net-dialup/ppp-2.4.1-r6
+>=net-fs/samba-2.2.2-r6
+>=net-fs/samba-winbind-20010329-r6
+>=net-ftp/oftpd-0.3.6-r6
+>=net-ftp/proftpd-1.2.4-r6
+>=net-mail/exim-3.32-r6
+>=net-misc/bind-9.1.3-r6
+>=net-misc/dhcp-3.0_rc12-r6
+>=net-misc/fakeidentd-1.4-r6
+>=net-misc/netkit-timed-0.17-r6
+>=net-misc/pdnsd-1.1.6-r6
+>=net-misc/portsentry-1.1-r6
+>=net-nds/openldap-1.2.12-r6
+>=net-nds/portmap-5b-r6
+>=net-nds/ypbind-1.7-r6
+>=net-nds/ypserv-1.3.9-r6
+>=net-print/cups-1.1.10-r6
+>=net-www/apache-1.3.20-r6
+>=net-www/squid-2.4.2s-r6
+>=net-www/wwwoffle-2.6d-r6
+>=sys-apps/apmd-3.0.1-r6
+>=sys-apps/at-3.1.8-r6
+>=sys-apps/sysklogd-1.4.1
+>=sys-apps/xinetd-2.3.3-r6
+>=sys-libs/gpm-1.19.3-r5
+net-misc/netkit-telnetd
+sys-apps/raidtools
+sys-fs/reiserfsprogs
+virtual/cron
+virtual/linux-sources
diff --git a/profiles/default-linux/ppc/1.4/packages.build b/profiles/default-linux/ppc/1.4/packages.build
new file mode 100644
index 000000000000..a68cc6c6fa07
--- /dev/null
+++ b/profiles/default-linux/ppc/1.4/packages.build
@@ -0,0 +1,31 @@
+sys-apps/baselayout
+sys-libs/glibc
+sys-apps/texinfo
+app-shells/bash
+app-arch/bzip2
+sys-apps/debianutils
+sys-apps/diffutils
+sys-apps/file
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+app-arch/gzip
+sys-apps/portage
+sys-apps/sed
+sys-apps/sh-utils
+app-arch/tar
+sys-apps/textutils
+sys-devel/binutils
+sys-devel/bison
+sys-devel/flex
+sys-devel/gcc
+sys-devel/make
+sys-devel/patch
+dev-lang/python
+dev-libs/popt
+net-misc/wget
+net-misc/rsync
+app-editors/nano
+sys-apps/net-tools
+sys-apps/less
diff --git a/profiles/default-linux/ppc/1.4/packages.cdimage b/profiles/default-linux/ppc/1.4/packages.cdimage
new file mode 100644
index 000000000000..3b5ee0bbfb39
--- /dev/null
+++ b/profiles/default-linux/ppc/1.4/packages.cdimage
@@ -0,0 +1,56 @@
+sys-apps/baselayout
+net-ftp/ftp
+net-misc/dhcpcd
+net-misc/openssh
+net-misc/rsync
+net-misc/wget
+app-shells/bash
+app-arch/bzip2
+sys-apps/console-data
+sys-apps/kbd
+app-arch/cpio
+sys-apps/debianutils
+sys-fs/devfsd
+sys-apps/diffutils
+sys-fs/e2fsprogs
+sys-apps/ed
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+sys-fs/hfsutils
+sys-boot/yaboot
+app-arch/gzip
+sys-apps/hdparm
+sys-apps/less
+sys-apps/modutils
+sys-apps/net-tools
+sys-apps/xinetd
+sys-apps/portage
+sys-apps/procps
+sys-apps/psmisc
+sys-apps/raidtools
+sys-fs/reiserfsprogs
+sys-apps/sed
+sys-apps/setserial
+sys-apps/sh-utils
+sys-apps/shadow
+app-arch/sharutils
+sys-apps/star
+app-arch/tar
+sys-apps/textutils
+sys-apps/util-linux
+sys-fs/xfsdump
+sys-fs/xfsprogs
+app-editors/vim
+sys-apps/which
+sys-devel/bc
+sys-libs/cracklib
+sys-libs/glibc
+sys-libs/lib-compat
+sys-libs/ncurses
+sys-libs/pam
+sys-libs/pwdb
+sys-libs/readline
+sys-libs/slang
+sys-libs/zlib
diff --git a/profiles/default-linux/ppc/1.4/parent b/profiles/default-linux/ppc/1.4/parent
new file mode 100644
index 000000000000..832a4b2c88df
--- /dev/null
+++ b/profiles/default-linux/ppc/1.4/parent
@@ -0,0 +1,8 @@
+# Copyright 2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2
+# 2004/03/18 00:16:43 seemant Exp $
+
+# This file describes the parent profile to this. In most cases this will
+# just be the name of the parent directory
+..
diff --git a/profiles/default-linux/ppc/1.4/use.defaults b/profiles/default-linux/ppc/1.4/use.defaults
new file mode 100644
index 000000000000..799c96c3b30f
--- /dev/null
+++ b/profiles/default-linux/ppc/1.4/use.defaults
@@ -0,0 +1,57 @@
+#gif
+#mmx
+#3dnow
+#odbc
+#fbcon
+#oss
+#libg++
+#objprelink
+#nls
+#mitshm
+#sse
+xinerama
+gnome-libs gnome-base/gnome-libs
+directfb dev-libs/DirectFB
+ungif media-libs/ungif
+gtkhtml gnome-extra/gtkhtml
+alsa media-libs/alsa-lib
+gdbm sys-libs/gdbm
+berkdb sys-libs/db
+slang sys-libs/slang
+readline sys-libs/readline
+arts kde-base/arts
+tetex app-text/tetex
+aalib media-libs/aalib
+nas media-libs/nas
+bonobo gnome-base/bonobo
+svga media-libs/svgalib
+ggi media-libs/libggi
+tcltk dev-lang/tcl dev-lang/tk
+#java virtual/jre
+guile dev-util/guile
+ruby dev-lang/ruby
+mysql dev-db/mysql
+postgres dev-db/postgresql
+X x11-base/xfree
+sdl media-libs/libsdl
+gpm sys-libs/gpm
+tcpd sys-apps/tcp-wrappers
+pam sys-libs/pam
+libwww net-libs/libwww
+ssl dev-libs/openssl
+perl dev-lang/perl
+python dev-lang/python
+esd media-sound/esound
+imlib media-libs/imlib
+oggvorbis media-libs/libvorbis
+gnome gnome-base/gnome
+gtk x11-libs/gtk+
+qt x11-libs/qt
+kde kde-base/kdebase
+motif x11-libs/openmotif
+opengl virtual/opengl
+mozilla net-www/mozilla
+ldap net-nds/openldap
+snmp net-analyzer/ucd-snmp
+cdr app-cdr/cdrtools
+scanner media-gfx/sane-backends
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..e7521ed19ea8
--- /dev/null
+++ b/profiles/default-linux/ppc/1.4/use.mask
@@ -0,0 +1,22 @@
+# this is a list of USE flags
+# that should not be used on PPC
+afs
+3dfx
+3dnow
+avi
+icc
+icc-pgo
+mmx
+svga
+sse
+firebird
+tcc
+
+# Chris PeBenito <pebenito@gentoo.org>
+# must use a SELinux profile
+selinux
+
+# HDF is currently broken on ppc, masking
+# until it is fixed
+hdf
+
diff --git a/profiles/default-linux/ppc/1.4/virtuals b/profiles/default-linux/ppc/1.4/virtuals
new file mode 100644
index 000000000000..bf1f721f95f6
--- /dev/null
+++ b/profiles/default-linux/ppc/1.4/virtuals
@@ -0,0 +1,55 @@
+virtual/lpr net-print/cups
+virtual/python dev-lang/python
+virtual/mta net-mail/ssmtp
+virtual/alsa media-sound/alsa-driver
+virtual/kernel sys-kernel/linux-headers
+virtual/linux-sources sys-kernel/ppc-sources
+virtual/glibc sys-libs/glibc
+virtual/x11 x11-base/xfree
+virtual/opengl x11-base/xfree
+virtual/glu x11-base/xfree
+virtual/glut media-libs/glut
+virtual/imapUW net-mail/uw-imap
+x11-libs/xaw x11-libs/Xaw3d
+virtual/jdk dev-java/blackdown-jdk
+virtual/jre dev-java/blackdown-jre
+virtual/imapd net-mail/courier-imap
+sys-apps/console-tools sys-apps/kbd
+virtual/blackbox x11-wm/blackbox
+virtual/emacs app-editors/emacs
+virtual/cron sys-apps/dcron
+sys-apps/reiserfs-utils sys-fs/reiserfsprogs
+virtual/sylpheed net-mail/sylpheed
+virtual/php dev-php/mod_php
+virtual/textbrowser net-www/links
+virtual/mda net-mail/procmail
+virtual/xft x11-base/xfree
+virtual/krb5 app-crypt/heimdal
+virtual/bootloader sys-boot/yaboot
+virtual/editor app-editors/nano
+virtual/os-headers sys-kernel/linux-headers
+virtual/modutils sys-apps/modutils
+virtual/inetd sys-apps/xinetd
+virtual/antivirus net-mail/clamav
+virtual/aspell-dict app-dicts/aspell-en
+virtual/skkserv app-i18n/skkserv
+virtual/ghc dev-lang/ghc-bin
+virtual/snmp net-analyzer/net-snmp
+virtual/imap-c-client net-libs/c-client
+virtual/flim app-emacs/flim
+virtual/semi app-emacs/semi
+virtual/tetex app-text/tetex
+virtual/quicktime media-libs/libquicktime
+virtual/bittorrent net-p2p/bittorrent
+virtual/logger app-admin/sysklogd
+virtual/cdrtools app-cdr/cdrtools
+virtual/ssh net-misc/openssh
+virtual/commonlisp dev-lisp/sbcl
+virtual/tftp net-misc/tftp-hpa
+virtual/gzip app-arch/gzip
+virtual/ghostscript app-text/ghostscript
+virtual/w3m net-www/w3m
+virtual/xemacs app-editors/xemacs
+virtual/mpg123 media-sound/mpg123
+virtual/jack media-sound/jack-audio-connection-kit
+virtual/dhcpc net-misc/dhcpcd
diff --git a/profiles/default-linux/ppc/2004.0/make.defaults b/profiles/default-linux/ppc/2004.0/make.defaults
new file mode 100644
index 000000000000..d9d21d8a5c03
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.0/make.defaults
@@ -0,0 +1,36 @@
+# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
+# System-wide defaults for the Portage system
+
+GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses"
+
+ARCH="ppc"
+
+# Host-type
+
+CHOST=powerpc-unknown-linux-gnu
+PLATFORM=$CHOST
+
+# Options passed to make during the build process
+MAKEOPTS="-j2"
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
+# Global configure options
+
+# C Compiler flags
+CFLAGS="-O2 -pipe"
+# C++ Compiler flags
+CXXFLAGS=${CFLAGS}
+
+USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg
+nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk gtk2 X qt kde
+motif opengl mozilla png truetype ppc cups foomaticdb"
+
+# The following USE should _not_ bet set on ppc as they can cause breakage
+# in some pacakges (are mostly x86 only options)
+# 3dfx 3dnow avi icc icc-pgo mmx svga sse
+
+ACCEPT_KEYWORDS="ppc"
+
+COMPILER="gcc3"
+
diff --git a/profiles/default-linux/ppc/2004.0/packages b/profiles/default-linux/ppc/2004.0/packages
new file mode 100644
index 000000000000..79add13f8a7c
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.0/packages
@@ -0,0 +1,94 @@
+### GENTOO/PPC 2004.0 PROFILE ###
+
+# Defines what has to be installed in the ppc stages.
+# Notes included at the bottom of this file. Profile
+# contact is Pieter Van den Abeele <pvdabeel@gentoo.org>
+
+# Core stuff (has version constraints)
+
+*>=dev-lang/python-2.2
+*>=sys-apps/baselayout-1.8.6.12
+*>=sys-apps/portage-2.0.49
+*>=sys-devel/binutils-2.14.90.0.6
+*>=sys-devel/gcc-3.2.3
+*>=sys-fs/devfsd-1.3.25
+*>=sys-libs/glibc-2.3.2
+
+# Without version constraints, but still required
+
+*app-arch/bzip2
+*app-arch/cpio
+*app-arch/gzip
+*app-arch/ncompress
+*app-arch/sharutils
+*app-arch/tar
+*app-shells/bash
+*app-shells/sash
+*dev-lang/perl
+*dev-libs/popt
+*dev-perl/ExtUtils-MakeMaker
+*net-ftp/ftp
+*net-misc/dhcpcd
+*net-misc/iputils
+*net-misc/rsync
+*net-misc/wget
+*sys-apps/coreutils
+*sys-apps/debianutils
+*sys-apps/diffutils
+*sys-apps/ed
+*sys-apps/eject
+*sys-apps/fbset
+*sys-apps/file
+*sys-apps/findutils
+*sys-apps/gawk
+*sys-apps/grep
+*sys-apps/groff
+*sys-apps/hdparm
+*sys-apps/kbd
+*sys-apps/less
+*sys-apps/mac-fdisk
+*sys-apps/man
+*sys-apps/man-pages
+*sys-apps/net-tools
+*sys-apps/pam-login
+*sys-apps/procps
+*sys-apps/psmisc
+*sys-apps/sed
+*sys-apps/setserial
+*sys-apps/slocate
+*sys-apps/texinfo
+*sys-apps/util-linux
+*sys-apps/which
+*sys-apps/xinetd
+*sys-devel/autoconf
+*sys-devel/automake
+*sys-devel/bc
+*sys-devel/bison
+*sys-devel/flex
+*sys-devel/gettext
+*sys-devel/libtool
+*sys-devel/m4
+*sys-devel/make
+*sys-devel/patch
+*sys-fs/e2fsprogs
+*sys-fs/hfsutils
+*sys-libs/cracklib
+*sys-libs/db
+*sys-libs/gdbm
+*sys-libs/ncurses
+*sys-libs/pam
+*sys-libs/pwdb
+*sys-libs/readline
+*sys-libs/zlib
+*virtual/bootloader
+*virtual/editor
+*virtual/modutils
+*virtual/os-headers
+*virtual/ssh
+
+# Notes: python 2.3 + portage combination needed unless
+# if portage with python 2.3 support is still
+# pre release portage. Comment to be removed
+# for the release
+
+
diff --git a/profiles/default-linux/ppc/2004.0/packages.build b/profiles/default-linux/ppc/2004.0/packages.build
new file mode 100644
index 000000000000..a68cc6c6fa07
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.0/packages.build
@@ -0,0 +1,31 @@
+sys-apps/baselayout
+sys-libs/glibc
+sys-apps/texinfo
+app-shells/bash
+app-arch/bzip2
+sys-apps/debianutils
+sys-apps/diffutils
+sys-apps/file
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+app-arch/gzip
+sys-apps/portage
+sys-apps/sed
+sys-apps/sh-utils
+app-arch/tar
+sys-apps/textutils
+sys-devel/binutils
+sys-devel/bison
+sys-devel/flex
+sys-devel/gcc
+sys-devel/make
+sys-devel/patch
+dev-lang/python
+dev-libs/popt
+net-misc/wget
+net-misc/rsync
+app-editors/nano
+sys-apps/net-tools
+sys-apps/less
diff --git a/profiles/default-linux/ppc/2004.0/parent b/profiles/default-linux/ppc/2004.0/parent
new file mode 100644
index 000000000000..832a4b2c88df
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.0/parent
@@ -0,0 +1,8 @@
+# Copyright 2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2
+# 2004/03/18 00:16:43 seemant Exp $
+
+# This file describes the parent profile to this. In most cases this will
+# just be the name of the parent directory
+..
diff --git a/profiles/default-linux/ppc/2004.0/use.defaults b/profiles/default-linux/ppc/2004.0/use.defaults
new file mode 100644
index 000000000000..93317fa873ab
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.0/use.defaults
@@ -0,0 +1,45 @@
+X x11-base/xfree
+aalib media-libs/aalib
+alsa media-libs/alsa-lib
+arts kde-base/arts
+berkdb sys-libs/db
+bonobo gnome-base/bonobo
+cdr app-cdr/cdrtools
+directfb dev-libs/DirectFB
+esd media-sound/esound
+gdbm sys-libs/gdbm
+ggi media-libs/libggi
+gnome gnome-base/gnome
+gnome-libs gnome-base/gnome-libs
+gpm sys-libs/gpm
+gtk x11-libs/gtk+
+gtkhtml gnome-extra/gtkhtml
+guile dev-util/guile
+imlib media-libs/imlib
+kde kde-base/kdebase
+ldap net-nds/openldap
+libwww net-libs/libwww
+motif x11-libs/openmotif
+mozilla net-www/mozilla
+mysql dev-db/mysql
+nas media-libs/nas
+oggvorbis media-libs/libvorbis
+opengl virtual/opengl
+pam sys-libs/pam
+perl dev-lang/perl
+postgres dev-db/postgresql
+python dev-lang/python
+qt x11-libs/qt
+readline sys-libs/readline
+ruby dev-lang/ruby
+scanner media-gfx/sane-backends
+sdl media-libs/libsdl
+slang sys-libs/slang
+snmp net-analyzer/ucd-snmp
+ssl dev-libs/openssl
+svga media-libs/svgalib
+tcltk dev-lang/tcl dev-lang/tk
+tcpd sys-apps/tcp-wrappers
+tetex app-text/tetex
+ungif media-libs/ungif
+xinerama
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..6299c6bbb183
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.0/use.mask
@@ -0,0 +1,23 @@
+# This is a list of USE flags that should not be used on PPC
+
+afs
+3dfx
+3dnow
+avi
+icc
+icc-pgo
+mmx
+svga
+sse
+firebird
+tcc
+
+# For ppc SElinux support please use the SElinux profile
+# Maintained by Chris Pebenito <pebenito@gentoo.org>
+
+selinux
+
+# HDF is currently broken on ppc, masking
+# until it is fixed
+hdf
+
diff --git a/profiles/default-linux/ppc/2004.0/virtuals b/profiles/default-linux/ppc/2004.0/virtuals
new file mode 100644
index 000000000000..524083e05d6d
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.0/virtuals
@@ -0,0 +1,55 @@
+sys-apps/console-tools sys-apps/kbd
+sys-apps/reiserfs-utils sys-fs/reiserfsprogs
+virtual/alsa media-sound/alsa-driver
+virtual/antivirus net-mail/clamav
+virtual/aspell-dict app-dicts/aspell-en
+virtual/bittorrent net-p2p/bittorrent
+virtual/blackbox x11-wm/blackbox
+virtual/bootloader sys-boot/yaboot
+virtual/cdrtools app-cdr/cdrtools
+virtual/commonlisp dev-lisp/sbcl
+virtual/cron sys-apps/dcron
+virtual/editor app-editors/nano
+virtual/emacs app-editors/emacs
+virtual/flim app-emacs/flim
+virtual/ghc dev-lang/ghc-bin
+virtual/ghostscript app-text/ghostscript
+virtual/glibc sys-libs/glibc
+virtual/glu x11-base/xfree
+virtual/glut media-libs/glut
+virtual/gzip app-arch/gzip
+virtual/imap-c-client net-libs/c-client
+virtual/imapUW net-mail/uw-imap
+virtual/imapd net-mail/courier-imap
+virtual/inetd sys-apps/xinetd
+virtual/jdk dev-java/blackdown-jdk
+virtual/jre dev-java/blackdown-jre
+virtual/kernel sys-kernel/linux-headers
+virtual/krb5 app-crypt/heimdal
+virtual/linux-sources sys-kernel/ppc-sources
+virtual/logger app-admin/sysklogd
+virtual/lpr net-print/cups
+virtual/mda net-mail/procmail
+virtual/modutils sys-apps/modutils
+virtual/mta net-mail/ssmtp
+virtual/opengl x11-base/xfree
+virtual/os-headers sys-kernel/linux-headers
+virtual/php dev-php/mod_php
+virtual/python dev-lang/python
+virtual/quicktime media-libs/libquicktime
+virtual/semi app-emacs/semi
+virtual/skkserv app-i18n/skkserv
+virtual/snmp net-analyzer/net-snmp
+virtual/ssh net-misc/openssh
+virtual/sylpheed net-mail/sylpheed
+virtual/tetex app-text/tetex
+virtual/textbrowser net-www/links
+virtual/tftp net-misc/tftp-hpa
+virtual/w3m net-www/w3m
+virtual/x11 x11-base/xfree
+virtual/xemacs app-editors/xemacs
+virtual/xft x11-base/xfree
+x11-libs/xaw x11-libs/Xaw3d
+virtual/mpg123 media-sound/mpg123
+virtual/jack media-sound/jack-audio-connection-kit
+virtual/dhcpc net-misc/dhcpcd
diff --git a/profiles/default-linux/ppc/2004.1/make.defaults b/profiles/default-linux/ppc/2004.1/make.defaults
new file mode 100644
index 000000000000..d9d21d8a5c03
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.1/make.defaults
@@ -0,0 +1,36 @@
+# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
+# System-wide defaults for the Portage system
+
+GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses"
+
+ARCH="ppc"
+
+# Host-type
+
+CHOST=powerpc-unknown-linux-gnu
+PLATFORM=$CHOST
+
+# Options passed to make during the build process
+MAKEOPTS="-j2"
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
+# Global configure options
+
+# C Compiler flags
+CFLAGS="-O2 -pipe"
+# C++ Compiler flags
+CXXFLAGS=${CFLAGS}
+
+USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg
+nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk gtk2 X qt kde
+motif opengl mozilla png truetype ppc cups foomaticdb"
+
+# The following USE should _not_ bet set on ppc as they can cause breakage
+# in some pacakges (are mostly x86 only options)
+# 3dfx 3dnow avi icc icc-pgo mmx svga sse
+
+ACCEPT_KEYWORDS="ppc"
+
+COMPILER="gcc3"
+
diff --git a/profiles/default-linux/ppc/2004.1/packages b/profiles/default-linux/ppc/2004.1/packages
new file mode 100644
index 000000000000..79add13f8a7c
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.1/packages
@@ -0,0 +1,94 @@
+### GENTOO/PPC 2004.0 PROFILE ###
+
+# Defines what has to be installed in the ppc stages.
+# Notes included at the bottom of this file. Profile
+# contact is Pieter Van den Abeele <pvdabeel@gentoo.org>
+
+# Core stuff (has version constraints)
+
+*>=dev-lang/python-2.2
+*>=sys-apps/baselayout-1.8.6.12
+*>=sys-apps/portage-2.0.49
+*>=sys-devel/binutils-2.14.90.0.6
+*>=sys-devel/gcc-3.2.3
+*>=sys-fs/devfsd-1.3.25
+*>=sys-libs/glibc-2.3.2
+
+# Without version constraints, but still required
+
+*app-arch/bzip2
+*app-arch/cpio
+*app-arch/gzip
+*app-arch/ncompress
+*app-arch/sharutils
+*app-arch/tar
+*app-shells/bash
+*app-shells/sash
+*dev-lang/perl
+*dev-libs/popt
+*dev-perl/ExtUtils-MakeMaker
+*net-ftp/ftp
+*net-misc/dhcpcd
+*net-misc/iputils
+*net-misc/rsync
+*net-misc/wget
+*sys-apps/coreutils
+*sys-apps/debianutils
+*sys-apps/diffutils
+*sys-apps/ed
+*sys-apps/eject
+*sys-apps/fbset
+*sys-apps/file
+*sys-apps/findutils
+*sys-apps/gawk
+*sys-apps/grep
+*sys-apps/groff
+*sys-apps/hdparm
+*sys-apps/kbd
+*sys-apps/less
+*sys-apps/mac-fdisk
+*sys-apps/man
+*sys-apps/man-pages
+*sys-apps/net-tools
+*sys-apps/pam-login
+*sys-apps/procps
+*sys-apps/psmisc
+*sys-apps/sed
+*sys-apps/setserial
+*sys-apps/slocate
+*sys-apps/texinfo
+*sys-apps/util-linux
+*sys-apps/which
+*sys-apps/xinetd
+*sys-devel/autoconf
+*sys-devel/automake
+*sys-devel/bc
+*sys-devel/bison
+*sys-devel/flex
+*sys-devel/gettext
+*sys-devel/libtool
+*sys-devel/m4
+*sys-devel/make
+*sys-devel/patch
+*sys-fs/e2fsprogs
+*sys-fs/hfsutils
+*sys-libs/cracklib
+*sys-libs/db
+*sys-libs/gdbm
+*sys-libs/ncurses
+*sys-libs/pam
+*sys-libs/pwdb
+*sys-libs/readline
+*sys-libs/zlib
+*virtual/bootloader
+*virtual/editor
+*virtual/modutils
+*virtual/os-headers
+*virtual/ssh
+
+# Notes: python 2.3 + portage combination needed unless
+# if portage with python 2.3 support is still
+# pre release portage. Comment to be removed
+# for the release
+
+
diff --git a/profiles/default-linux/ppc/2004.1/packages.build b/profiles/default-linux/ppc/2004.1/packages.build
new file mode 100644
index 000000000000..a68cc6c6fa07
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.1/packages.build
@@ -0,0 +1,31 @@
+sys-apps/baselayout
+sys-libs/glibc
+sys-apps/texinfo
+app-shells/bash
+app-arch/bzip2
+sys-apps/debianutils
+sys-apps/diffutils
+sys-apps/file
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+app-arch/gzip
+sys-apps/portage
+sys-apps/sed
+sys-apps/sh-utils
+app-arch/tar
+sys-apps/textutils
+sys-devel/binutils
+sys-devel/bison
+sys-devel/flex
+sys-devel/gcc
+sys-devel/make
+sys-devel/patch
+dev-lang/python
+dev-libs/popt
+net-misc/wget
+net-misc/rsync
+app-editors/nano
+sys-apps/net-tools
+sys-apps/less
diff --git a/profiles/default-linux/ppc/2004.1/parent b/profiles/default-linux/ppc/2004.1/parent
new file mode 100644
index 000000000000..832a4b2c88df
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.1/parent
@@ -0,0 +1,8 @@
+# Copyright 2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2
+# 2004/03/18 00:16:43 seemant Exp $
+
+# This file describes the parent profile to this. In most cases this will
+# just be the name of the parent directory
+..
diff --git a/profiles/default-linux/ppc/2004.1/use.defaults b/profiles/default-linux/ppc/2004.1/use.defaults
new file mode 100644
index 000000000000..93317fa873ab
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.1/use.defaults
@@ -0,0 +1,45 @@
+X x11-base/xfree
+aalib media-libs/aalib
+alsa media-libs/alsa-lib
+arts kde-base/arts
+berkdb sys-libs/db
+bonobo gnome-base/bonobo
+cdr app-cdr/cdrtools
+directfb dev-libs/DirectFB
+esd media-sound/esound
+gdbm sys-libs/gdbm
+ggi media-libs/libggi
+gnome gnome-base/gnome
+gnome-libs gnome-base/gnome-libs
+gpm sys-libs/gpm
+gtk x11-libs/gtk+
+gtkhtml gnome-extra/gtkhtml
+guile dev-util/guile
+imlib media-libs/imlib
+kde kde-base/kdebase
+ldap net-nds/openldap
+libwww net-libs/libwww
+motif x11-libs/openmotif
+mozilla net-www/mozilla
+mysql dev-db/mysql
+nas media-libs/nas
+oggvorbis media-libs/libvorbis
+opengl virtual/opengl
+pam sys-libs/pam
+perl dev-lang/perl
+postgres dev-db/postgresql
+python dev-lang/python
+qt x11-libs/qt
+readline sys-libs/readline
+ruby dev-lang/ruby
+scanner media-gfx/sane-backends
+sdl media-libs/libsdl
+slang sys-libs/slang
+snmp net-analyzer/ucd-snmp
+ssl dev-libs/openssl
+svga media-libs/svgalib
+tcltk dev-lang/tcl dev-lang/tk
+tcpd sys-apps/tcp-wrappers
+tetex app-text/tetex
+ungif media-libs/ungif
+xinerama
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..6299c6bbb183
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.1/use.mask
@@ -0,0 +1,23 @@
+# This is a list of USE flags that should not be used on PPC
+
+afs
+3dfx
+3dnow
+avi
+icc
+icc-pgo
+mmx
+svga
+sse
+firebird
+tcc
+
+# For ppc SElinux support please use the SElinux profile
+# Maintained by Chris Pebenito <pebenito@gentoo.org>
+
+selinux
+
+# HDF is currently broken on ppc, masking
+# until it is fixed
+hdf
+
diff --git a/profiles/default-linux/ppc/2004.1/virtuals b/profiles/default-linux/ppc/2004.1/virtuals
new file mode 100644
index 000000000000..524083e05d6d
--- /dev/null
+++ b/profiles/default-linux/ppc/2004.1/virtuals
@@ -0,0 +1,55 @@
+sys-apps/console-tools sys-apps/kbd
+sys-apps/reiserfs-utils sys-fs/reiserfsprogs
+virtual/alsa media-sound/alsa-driver
+virtual/antivirus net-mail/clamav
+virtual/aspell-dict app-dicts/aspell-en
+virtual/bittorrent net-p2p/bittorrent
+virtual/blackbox x11-wm/blackbox
+virtual/bootloader sys-boot/yaboot
+virtual/cdrtools app-cdr/cdrtools
+virtual/commonlisp dev-lisp/sbcl
+virtual/cron sys-apps/dcron
+virtual/editor app-editors/nano
+virtual/emacs app-editors/emacs
+virtual/flim app-emacs/flim
+virtual/ghc dev-lang/ghc-bin
+virtual/ghostscript app-text/ghostscript
+virtual/glibc sys-libs/glibc
+virtual/glu x11-base/xfree
+virtual/glut media-libs/glut
+virtual/gzip app-arch/gzip
+virtual/imap-c-client net-libs/c-client
+virtual/imapUW net-mail/uw-imap
+virtual/imapd net-mail/courier-imap
+virtual/inetd sys-apps/xinetd
+virtual/jdk dev-java/blackdown-jdk
+virtual/jre dev-java/blackdown-jre
+virtual/kernel sys-kernel/linux-headers
+virtual/krb5 app-crypt/heimdal
+virtual/linux-sources sys-kernel/ppc-sources
+virtual/logger app-admin/sysklogd
+virtual/lpr net-print/cups
+virtual/mda net-mail/procmail
+virtual/modutils sys-apps/modutils
+virtual/mta net-mail/ssmtp
+virtual/opengl x11-base/xfree
+virtual/os-headers sys-kernel/linux-headers
+virtual/php dev-php/mod_php
+virtual/python dev-lang/python
+virtual/quicktime media-libs/libquicktime
+virtual/semi app-emacs/semi
+virtual/skkserv app-i18n/skkserv
+virtual/snmp net-analyzer/net-snmp
+virtual/ssh net-misc/openssh
+virtual/sylpheed net-mail/sylpheed
+virtual/tetex app-text/tetex
+virtual/textbrowser net-www/links
+virtual/tftp net-misc/tftp-hpa
+virtual/w3m net-www/w3m
+virtual/x11 x11-base/xfree
+virtual/xemacs app-editors/xemacs
+virtual/xft x11-base/xfree
+x11-libs/xaw x11-libs/Xaw3d
+virtual/mpg123 media-sound/mpg123
+virtual/jack media-sound/jack-audio-connection-kit
+virtual/dhcpc net-misc/dhcpcd
diff --git a/profiles/default-linux/ppc/parent b/profiles/default-linux/ppc/parent
new file mode 100644
index 000000000000..832a4b2c88df
--- /dev/null
+++ b/profiles/default-linux/ppc/parent
@@ -0,0 +1,8 @@
+# Copyright 2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2
+# 2004/03/18 00:16:43 seemant Exp $
+
+# This file describes the parent profile to this. In most cases this will
+# just be the name of the parent directory
+..