diff options
Diffstat (limited to 'host-demeter')
-rw-r--r-- | host-demeter/make.conf | 25 | ||||
-rw-r--r-- | host-demeter/repos.conf/gentoo.conf | 7 |
2 files changed, 32 insertions, 0 deletions
diff --git a/host-demeter/make.conf b/host-demeter/make.conf new file mode 100644 index 0000000..b2a4fc9 --- /dev/null +++ b/host-demeter/make.conf @@ -0,0 +1,25 @@ +CFLAGS="-O2 -pipe -march=native -mtune=native" +CXXFLAGS="${CFLAGS}" +CHOST="x86_64-pc-linux-gnu" + +CPU_FLAGS_X86="mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" + +PORTDIR="/var/portage" +DISTDIR="${PORTDIR}/distfiles" +PKGDIR="${PORTDIR}/packages" + +MAKEOPTS="-j3" + +PORT_LOGDIR="/var/log/portage/" +PORTAGE_ELOG_CLASSES="log warn error" +PORTAGE_ELOG_SYSTEM="echo save:*" +PORTAGE_COMPRESS="" + +EMERGE_DEFAULT_OPTS="--ask --alert --autounmask=n --jobs 2 --load-average 2" + +GENTOO_MIRRORS="http://de-mirror.org/gentoo/ rsync://de-mirror.org/gentoo/ http://gentoo.mneisen.org/ http://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ rsync://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ rsync://ftp-stud.hs-esslingen.de/gentoo/" + +FEATURES="cgroup webrsync-gpg userfetch clean-logs split-log split-elog compress-build-logs downgrade-backup parallel-install" +PORTAGE_GPG_DIR="/var/lib/gentoo/gkeys/keyrings/gentoo/release" + +INSTALL_MASK="/usr/share/bash-completion" diff --git a/host-demeter/repos.conf/gentoo.conf b/host-demeter/repos.conf/gentoo.conf new file mode 100644 index 0000000..dd5c0a8 --- /dev/null +++ b/host-demeter/repos.conf/gentoo.conf @@ -0,0 +1,7 @@ +[DEFAULT] +main-repo = gentoo + +[gentoo] +auto-sync = yes +location = /var/portage +sync-type = webrsync |