summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-02-28 01:45:35 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-02-28 01:45:35 +0000
commit8cfce5ba611424079c5916a03e53f91745482b61 (patch)
treeb20de879c9d54104c76975655077211d816ac359 /profiles
parentbam! (diff)
downloadgentoo-2-8cfce5ba611424079c5916a03e53f91745482b61.tar.gz
gentoo-2-8cfce5ba611424079c5916a03e53f91745482b61.tar.bz2
gentoo-2-8cfce5ba611424079c5916a03e53f91745482b61.zip
2.1 on the way
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/make.defaults52
-rw-r--r--profiles/default/packages0
-rw-r--r--profiles/default/virtual12
3 files changed, 64 insertions, 0 deletions
diff --git a/profiles/default/make.defaults b/profiles/default/make.defaults
new file mode 100644
index 000000000000..9db74c6959f1
--- /dev/null
+++ b/profiles/default/make.defaults
@@ -0,0 +1,52 @@
+# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
+# System-wide defaults for the Portage system
+
+ROOT="/"
+
+MAINTAINER="yes"
+
+#proxy settings PROXY(both), or HTTP_PROXY/FTP_PROXY
+#PROXY=freebox.gentoo.org:3128
+#HTTP_PROXY=
+#FTP_PROXY=
+GENTOO_MIRRORS="ftp://ftp.ibiblio.org/pub/Linux"
+
+# Host-type
+CHOST=i686-pc-linux-gnu
+
+PORTAGE_TMPDIR=/tmp
+# Directory used for the build process
+BUILD_PREFIX=${PORTAGE_TMPDIR}/portage
+PKG_TMPDIR=${PORTAGE_TMPDIR}/portage-pkg
+
+PORTDIR=/usr/portage
+DISTDIR=${PORTDIR}/distfiles
+PKGDIR=${PORTDIR}/packages
+RPMDIR=${PORTDIR}/rpm
+CURRENTFILE=${PORTDIR}/current-packages
+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 \${x} -P \${DISTDIR}"
+# Compile programs with GNOME/SLANG extensions
+#USE="gnome bonobo X qt kde"
+#USE="3dnow mmx esd"
+#USE="berkdb gdbm readline libg++ gpm tcpd slang"
+#USE="ssl postgres mysql ldap odbc"
+#USE="tex"
+USE="slang"
+
+# C Compiler flags
+CFLAGS="-O2 -mpentium"
+
+# C++ Compiler flags
+CXXFLAGS=${CFLAGS}
+
+#Debug build -- if defined, binaries won't be stripped
+#DEBUG=true
+
+#Package Mode - tbz2 or tgz (what binary package mode)
+PACKAGE=tbz2
diff --git a/profiles/default/packages b/profiles/default/packages
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/profiles/default/packages
diff --git a/profiles/default/virtual b/profiles/default/virtual
new file mode 100644
index 000000000000..1e31ee4cafc7
--- /dev/null
+++ b/profiles/default/virtual
@@ -0,0 +1,12 @@
+virtual/kde-i18n kde-base/kde-i18n
+virtual/lpr net-print/LPRng
+virtual/python dev-lang/python
+virtual/x11-web-browser net-www/netscape
+virtual/mta net-mail/exim
+virtual/alsa sys-kernel/linux
+virtual/bash sys-apps/bash
+virtual/kernel sys-kernel/linux
+virtual/flex sys-devel/flex
+virtual/bison sys-devel/bison
+virtual/glibc sys-libs/glibc
+