summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2004-06-09 03:12:50 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2004-06-09 03:12:50 +0000
commit703aab716f45bb17ca2874dbb23c86cc94b3287e (patch)
tree7eb7cd7d7394e1d2a9f5bc5952902609e11b51b3 /profiles/default-x86-obsd-2004
parentMarked stable on sparc wrt bug #52798. (diff)
downloadhistorical-703aab716f45bb17ca2874dbb23c86cc94b3287e.tar.gz
historical-703aab716f45bb17ca2874dbb23c86cc94b3287e.tar.bz2
historical-703aab716f45bb17ca2874dbb23c86cc94b3287e.zip
New profile. *WARNING* <-- May change
Diffstat (limited to 'profiles/default-x86-obsd-2004')
-rw-r--r--profiles/default-x86-obsd-2004/make.defaults26
-rw-r--r--profiles/default-x86-obsd-2004/packages61
-rw-r--r--profiles/default-x86-obsd-2004/packages.build13
-rw-r--r--profiles/default-x86-obsd-2004/use.defaults54
-rw-r--r--profiles/default-x86-obsd-2004/use.mask4
-rw-r--r--profiles/default-x86-obsd-2004/virtuals57
6 files changed, 215 insertions, 0 deletions
diff --git a/profiles/default-x86-obsd-2004/make.defaults b/profiles/default-x86-obsd-2004/make.defaults
new file mode 100644
index 000000000000..2897f6b98e86
--- /dev/null
+++ b/profiles/default-x86-obsd-2004/make.defaults
@@ -0,0 +1,26 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# System-wide defaults for the gcc 3.2 Portage system
+
+#Experimental: trying to use these USE variables to build up from stage 2->3
+#thus eliminating the inherent fragility of using USE for this
+
+GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses"
+
+# Please avoid enabling things by default in here if possible. Understand any
+# implications with core packages. For example, if "java" is in USE and db
+# has a conditional dependency on java (which it does,) then a JDK will be
+# pulled in during *emerge system*!
+
+#USE="x86 avi arts berkdb crypt cups gif gtk imlib jpeg kde gnome libg++
+ libwww mad motif mpeg ncurses nls oggvorbis opengl pdflib png python
+ qt quicktime readline slang spell ssl truetype X xmms xv zlib xml2"
+
+USE="-*"
+
+ARCH="x86"
+COMPILER="gcc"
+ACCEPT_KEYWORDS="x86-obsd"
+CC="gcc"
+CXX="g++"
+USERLAND="BSD"
+
diff --git a/profiles/default-x86-obsd-2004/packages b/profiles/default-x86-obsd-2004/packages
new file mode 100644
index 000000000000..1db3a8ab7148
--- /dev/null
+++ b/profiles/default-x86-obsd-2004/packages
@@ -0,0 +1,61 @@
+# 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.
+
+>dev-lang/gpc-2.1
+*>=sys-apps/baselayout-1.7.9-r1
+*>=sys-apps/portage-2.0.25
+*dev-lang/python
+
+
+*dev-lang/perl
+*virtual/editor
+*net-misc/rsync
+*net-misc/wget
+*app-shells/bash
+*app-arch/bzip2
+*sys-apps/groff
+*app-arch/gzip
+*sys-apps/sed
+*app-arch/tar
+*>=sys-apps/texinfo-4.2-r1
+*sys-devel/autoconf
+*>=sys-devel/automake-1.6.1-r5
+*sys-devel/bison
+*sys-devel/flex
+*>=sys-devel/libtool-1.4.1-r4
+*sys-devel/m4
+*sys-devel/make
+*sys-devel/patch
+*sys-libs/db
+*sys-libs/readline
+*sys-libs/zlib
diff --git a/profiles/default-x86-obsd-2004/packages.build b/profiles/default-x86-obsd-2004/packages.build
new file mode 100644
index 000000000000..9edef40dbcad
--- /dev/null
+++ b/profiles/default-x86-obsd-2004/packages.build
@@ -0,0 +1,13 @@
+sys-apps/baselayout
+app-shells/bash
+app-arch/bzip2
+app-arch/gzip
+sys-apps/portage
+app-arch/tar
+sys-devel/make
+sys-devel/patch
+dev-lang/python
+net-misc/wget
+net-misc/rsync
+app-editors/nano
+sys-apps/less
diff --git a/profiles/default-x86-obsd-2004/use.defaults b/profiles/default-x86-obsd-2004/use.defaults
new file mode 100644
index 000000000000..6433b40fa5bf
--- /dev/null
+++ b/profiles/default-x86-obsd-2004/use.defaults
@@ -0,0 +1,54 @@
+#gif
+#mmx
+#3dnow
+#odbc
+#fbcon
+#oss
+#libg++
+#objprelink
+#nls
+#mitshm
+#sse
+#xinerama
+ungif media-libs/ungif
+gtkhtml gnome-extra/gtkhtml
+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/xorg-x11
+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
+gphoto2 media-gfx/gphoto2
+ldap net-nds/openldap
+snmp net-analyzer/ucd-snmp
+cdr app-cdr/cdrtools
+scanner media-gfx/sane-backends
diff --git a/profiles/default-x86-obsd-2004/use.mask b/profiles/default-x86-obsd-2004/use.mask
new file mode 100644
index 000000000000..54021e6ada55
--- /dev/null
+++ b/profiles/default-x86-obsd-2004/use.mask
@@ -0,0 +1,4 @@
+
+# Chris PeBenito <pebenito@gentoo.org>
+# must use a SELinux profile
+selinux
diff --git a/profiles/default-x86-obsd-2004/virtuals b/profiles/default-x86-obsd-2004/virtuals
new file mode 100644
index 000000000000..729909f495fe
--- /dev/null
+++ b/profiles/default-x86-obsd-2004/virtuals
@@ -0,0 +1,57 @@
+virtual/lpr net-print/cups
+virtual/python dev-lang/python
+virtual/alsa media-sound/alsa-driver
+virtual/kernel sys-kernel/linux-headers
+virtual/linux-sources sys-kernel/gentoo-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
+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
+virtual/xemacs app-editors/xemacs
+virtual/sylpheed mail-client/sylpheed
+virtual/php dev-php/mod_php
+virtual/textbrowser net-www/links
+virtual/mda mail-filter/procmail
+virtual/xft x11-base/xfree
+virtual/krb5 app-crypt/mit-krb5
+virtual/bootloader sys-boot/grub
+virtual/editor app-editors/nano
+virtual/jack media-sound/jack-audio-connection-kit
+virtual/quicktime media-libs/libquicktime
+virtual/os-headers sys-kernel/linux-headers
+virtual/ghc dev-lang/ghc-bin
+virtual/modutils sys-apps/modutils
+virtual/inetd sys-apps/xinetd
+virtual/antivirus app-antivirus/clamav
+virtual/aspell-dict app-dicts/aspell-en
+virtual/skkserv app-i18n/skkserv
+virtual/snmp net-analyzer/net-snmp
+virtual/winkernel sys-kernel/win4lin-sources
+virtual/imap-c-client net-libs/c-client
+virtual/wine app-emulation/wine
+virtual/flim app-emacs/flim
+virtual/semi app-emacs/semi
+virtual/tetex app-text/tetex
+virtual/bittorrent net-p2p/bittorrent
+virtual/logger app-admin/sysklogd
+virtual/ssh net-misc/openssh
+virtual/commonlisp dev-lisp/cmucl dev-lisp/sbcl dev-lisp/cmucl
+virtual/tftp net-misc/tftp-hpa
+virtual/gzip app-arch/gzip
+virtual/ghostscript app-text/ghostscript
+virtual/w3m net-www/w3m
+virtual/cdrtools app-cdr/cdrtools
+virtual/mpg123 media-sound/mpg123
+virtual/dhcpc net-misc/dhcpcd
+virtual/ruby dev-lang/ruby
+virtual/dev-manager sys-fs/devfsd
+virtual/blas app-sci/blas-atlas