=== removed file 'functions/fsb_chroot_bash' --- functions/fsb_chroot_bash 2013-05-14 18:51:14 +0000 +++ functions/fsb_chroot_bash 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -$build_dir/chroot.sh /bin/bash --login -c "${(j: :)${(q)@}}" || die "command failed: ${(j: :)${(q)@}}" === removed file 'functions/fsb_gentoo_profile_add' --- functions/fsb_gentoo_profile_add 2013-05-14 18:51:14 +0000 +++ functions/fsb_gentoo_profile_add 1970-01-01 00:00:00 +0000 @@ -1,7 +0,0 @@ -local dir=$1 -shift -for profile in "$@"; do - [[ $profile != /* ]] && \ - profile=/var/portage/prosys/overlay/profiles/$profile - print -r - $profile >>$dir/var/portage/local/profiles/custom/parent || die -done === modified file 'functions/fsb_infer_gentoo_settings' --- functions/fsb_infer_gentoo_settings 2013-05-14 18:51:14 +0000 +++ functions/fsb_infer_gentoo_settings 2013-05-14 16:35:20 +0000 @@ -31,19 +31,3 @@ : ${STAGE_PORTAGE_TS:=${$(>$dir/etc/portage/make.conf <$dir/etc/portage/make.profile/parent || die +echo /var/portage/prosys/overlay/profiles/arch/$STAGE_GENTOO_MACHINE >>$dir/etc/portage/make.profile/parent || die === removed file 'functions/fsb_target_gentoo_py2' --- functions/fsb_target_gentoo_py2 2013-05-14 18:51:14 +0000 +++ functions/fsb_target_gentoo_py2 1970-01-01 00:00:00 +0000 @@ -1,18 +0,0 @@ -local dir - -fsb_infer_gentoo_settings - -dir=$STAGE_GENTOO_DIR_BASE -dir+=-py2 - -build_dir_check $dir $0 && return 0 -[[ $? -eq 100 ]] || die "build_dir_check failed" - -build_dir_push $dir -build_target gentoo_init - -fsb_gentoo_profile_add mixin/nokit mixin/portage22 -fsb_chroot_bash emerge -1u '=python-2.7*' python-updater portage -fsb_chroot_bash eselect python set python2.7 -fsb_chroot_bash emerge --unmerge '>=dev-lang/python-3' -fsb_chroot_bash python-updater === removed file 'functions/fsb_target_gentoo_system' --- functions/fsb_target_gentoo_system 2013-05-14 18:51:14 +0000 +++ functions/fsb_target_gentoo_system 1970-01-01 00:00:00 +0000 @@ -1,16 +0,0 @@ -local dir - -fsb_infer_gentoo_settings - -dir=$STAGE_GENTOO_DIR_BASE -dir+=-system - -build_dir_check $dir $0 && return 0 -[[ $? -eq 100 ]] || die "build_dir_check failed" - -build_dir_push $dir -build_target gentoo_py2 - -fsb_gentoo_profile_add mixin/nokit mixin/portage22 -fsb_chroot_bash emerge -uDN @world -fsb_chroot_bash emerge --depclean