Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/zorry:master commit in: buildhost/configsetups/
Date: Fri, 01 Apr 2011 16:43:13
Message-Id: 2a02c851e982b92ff522031459f76feed366a0cd.zorry@gentoo
1 commit: 2a02c851e982b92ff522031459f76feed366a0cd
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 16:22:15 2011 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 16:22:15 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=2a02c851
7
8 added the base make.conf
9
10 ---
11 buildhost/configsetups/make.conf | 15 +++++++++++++++
12 1 files changed, 15 insertions(+), 0 deletions(-)
13
14 diff --git a/buildhost/configsetups/make.conf b/buildhost/configsetups/make.conf
15 new file mode 100644
16 index 0000000..b69dfa9
17 --- /dev/null
18 +++ b/buildhost/configsetups/make.conf
19 @@ -0,0 +1,15 @@
20 +# This is for the base config
21 +CHOST="x86_64-pc-linux-gnu"
22 +ACCEPT_KEYWORDS=""
23 +ARCH="amd64"
24 +FEATURES="-metadata-transfer -news"
25 +ACCEPT_LICENSE="*"
26 +PORTAGE_TMPDIR=/var/tmp
27 +PORTDIR=/usr/portage
28 +DISTDIR=/usr/portage/distfiles
29 +PORT_LOGDIR="/var/log/portage"
30 +GENTOO_MIRRORS="ftp://ftp.sunet.se/pub/Linux/distributions/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
31 +SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
32 +PORTAGE_TMPFS="/dev/shm"
33 +PORTAGE_ELOG_CLASSES=""
34 +PORTAGE_ELOG_SYSTEM=""