commit: 4233fe3f1bd46ad9b26b226f392d68db706e1be2
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 06:28:21 2017 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 00:42:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4233fe3f
bootstrap-prefix.sh: get rid of the portage-stage overlay.
We can now 100% stand on gentoo main repository.
scripts/bootstrap-prefix.sh | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index f8eb310892..c6f71bd8a6 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -318,19 +318,6 @@ bootstrap_setup() {
} > "${ROOT}"/etc/portage/make.conf
fi
- if is-rap && [[ ! -f ${ROOT}/etc/portage/repos.conf ]] ; then
- cat >"${ROOT}"/etc/portage/repos.conf <<-EOF
- [DEFAULT]
- eclass-overrides = rap
-
- [rap]
- location = ${ROOT}/usr/portage-stage
- sync-type = git
- sync-uri =
https://anongit.gentoo.org/git/proj/android.git
- auto-sync = no
- EOF
- fi
-
if is-rap ; then
[[ -f ${ROOT}/etc/passwd ]] || getent passwd >
"${ROOT}"/etc/passwd || \
ln -sf {,"${ROOT}"}/etc/passwd
@@ -523,10 +510,6 @@ bootstrap_tree() {
else
do_tree http://dev.gentoo.org/~grobian/distfiles
prefix-overlay-${PV}.tar.bz2
fi
- if is-rap; then
- PORTDIR="${ROOT}/usr/portage-stage" \
- do_tree http://dev.gentoo.org/~heroxbd
android-master.tar.bz2
- fi
}
bootstrap_startscript() {