summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2003-11-11 22:01:44 +0000
committerNed Ludd <solar@gentoo.org>2003-11-11 22:01:44 +0000
commitd642b52731770774ef19428936ea492b76a66417 (patch)
tree82d3dbb41c37a02e6a9641eca63fa2e32b4b191a /profiles/embedded
parentversion bump (diff)
downloadgentoo-2-d642b52731770774ef19428936ea492b76a66417.tar.gz
gentoo-2-d642b52731770774ef19428936ea492b76a66417.tar.bz2
gentoo-2-d642b52731770774ef19428936ea492b76a66417.zip
added embedded profile topdir, this is not usable yet..
Diffstat (limited to 'profiles/embedded')
-rw-r--r--profiles/embedded/uclibc-x86-1.4/make.defaults29
-rw-r--r--profiles/embedded/uclibc-x86-1.4/packages80
-rw-r--r--profiles/embedded/uclibc-x86-1.4/packages.build3
-rw-r--r--profiles/embedded/uclibc-x86-1.4/use.defaults45
-rw-r--r--profiles/embedded/uclibc-x86-1.4/use.mask3
-rw-r--r--profiles/embedded/uclibc-x86-1.4/virtuals49
6 files changed, 209 insertions, 0 deletions
diff --git a/profiles/embedded/uclibc-x86-1.4/make.defaults b/profiles/embedded/uclibc-x86-1.4/make.defaults
new file mode 100644
index 000000000000..558671d3ea31
--- /dev/null
+++ b/profiles/embedded/uclibc-x86-1.4/make.defaults
@@ -0,0 +1,29 @@
+# uClibc defaults for the gcc portage
+
+USE="x86 embedded uclibc"
+
+ARCH="x86"
+COMPILER="gcc3"
+ACCEPT_KEYWORDS="x86"
+
+#
+# FEATURES are settings that affect the functionality of portage. Most of
+# these settings are for developer use, but some are available to non-
+# developers as well.
+#
+# 'sandbox' enable sandbox-ing when running emerge and ebuild
+# 'sfperms' feature for security minded people that causes portage to
+# remove group+other readable bits on setuid files and
+# remove the other readable bits on setgid files.
+# 'strict' causes portage to react strongly to conditions that
+# have the potential to be dangerous -- like missing or
+# incorrect Manifest files.
+# 'userpriv' allows portage to drop root privleges while it is compiling
+# as a security measure, and as a side effect this can remove
+# sandbox access violations for users.
+# 'usersandbox' enables sandboxing while portage is running under userpriv.
+# unpack -- for debugging purposes only.
+#
+
+FEATURES="sandbox sfperms strict nodocs"
+#FEATURES="sandbox sfperms strict userpriv usersandbox"
diff --git a/profiles/embedded/uclibc-x86-1.4/packages b/profiles/embedded/uclibc-x86-1.4/packages
new file mode 100644
index 000000000000..43a95637952d
--- /dev/null
+++ b/profiles/embedded/uclibc-x86-1.4/packages
@@ -0,0 +1,80 @@
+# 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.8.6.10-r1
+*>=sys-apps/portage-2.0.49-r3
+*>=sys-devel/binutils-2.13.90.0.6-r2
+
+# we lock the user into the stable version of gcc even when ~arch flags are used.
+*>=sys-devel/gcc-3.2.3-r2
+*<sys-devel/gcc-3.3.0
+
+*>=sys-devel/hardened-gcc-2.4.2
+*>=sys-libs/glibc-2.3.2-r1
+#*>=sys-apps/module-init-utils-0.9.10-r5
+*virtual/modutils
+virtual/os-headers
+>=app-admin/sysklogd-1.4.1
+*dev-lang/python
+
+
+>=x11-base/xfree-4.1.0-r12
+*app-shells/sash
+*dev-lang/perl
+*virtual/editor
+*net-misc/dhcpcd
+*net-misc/iputils
+*net-misc/rsync
+*net-misc/wget
+*app-shells/bash
+*sys-apps/bzip2
+*sys-apps/kbd
+*sys-apps/cpio
+*sys-apps/coreutils
+*sys-apps/debianutils
+*sys-apps/diffutils
+*sys-fs/e2fsprogs
+*sys-apps/ed
+*sys-apps/fbset
+*sys-apps/file
+*sys-apps/findutils
+*sys-apps/slocate
+*sys-apps/gawk
+*sys-apps/grep
+*sys-apps/groff
+*sys-apps/gzip
+*sys-apps/hdparm
+*sys-apps/less
+*sys-apps/man
+*sys-apps/man-pages
+*sys-apps/net-tools
+*sys-apps/procps
+*sys-apps/psmisc
+*sys-apps/sed
+*sys-apps/setserial
+*<sys-apps/shadow-5
+
+*sys-apps/sharutils
+*sys-apps/tar
+*>=sys-apps/texinfo-4.2-r1
+*sys-apps/util-linux
+*sys-apps/which
+*sys-devel/autoconf
+*>=sys-devel/automake-1.6.1-r5
+*sys-devel/bc
+*sys-devel/bin86
+*sys-devel/bison
+*sys-devel/flex
+*>=sys-devel/libtool-1.4.1-r4
+*sys-devel/m4
+*sys-devel/make
+*sys-devel/patch
+*sys-libs/cracklib
+*<sys-libs/db-4.1.0
+*>=sys-libs/ncurses-5.2.20020112a
+
+*sys-fs/devfsd
diff --git a/profiles/embedded/uclibc-x86-1.4/packages.build b/profiles/embedded/uclibc-x86-1.4/packages.build
new file mode 100644
index 000000000000..f3418438fe38
--- /dev/null
+++ b/profiles/embedded/uclibc-x86-1.4/packages.build
@@ -0,0 +1,3 @@
+sys-apps/baselayout
+sys-libs/uclibc
+sys-apps/busybox
diff --git a/profiles/embedded/uclibc-x86-1.4/use.defaults b/profiles/embedded/uclibc-x86-1.4/use.defaults
new file mode 100644
index 000000000000..1e655fc94a16
--- /dev/null
+++ b/profiles/embedded/uclibc-x86-1.4/use.defaults
@@ -0,0 +1,45 @@
+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/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
+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/embedded/uclibc-x86-1.4/use.mask b/profiles/embedded/uclibc-x86-1.4/use.mask
new file mode 100644
index 000000000000..e16f97e89fcb
--- /dev/null
+++ b/profiles/embedded/uclibc-x86-1.4/use.mask
@@ -0,0 +1,3 @@
+# Chris PeBenito <pebenito@gentoo.org>
+# must use a SELinux profile
+selinux
diff --git a/profiles/embedded/uclibc-x86-1.4/virtuals b/profiles/embedded/uclibc-x86-1.4/virtuals
new file mode 100644
index 000000000000..d74738f4eea8
--- /dev/null
+++ b/profiles/embedded/uclibc-x86-1.4/virtuals
@@ -0,0 +1,49 @@
+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/gentoo-sources
+virtual/glibc sys-libs/uclibc
+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 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/motif x11-libs/openmotif
+virtual/bootloader sys-apps/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 net-mail/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 app-emulation/winex app-emulation/winex-cvs
+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/tftp net-misc/tftp-hpa