dev-install: move data files to platform2 BUG=chromium:935142 TEST=precq passes Change-Id: I39f0feda8886e1e7a692f9a716072a98ea6aa9bf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/1896258 Commit-Queue: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Alex Klein <saklein@chromium.org>
diff --git a/dev-install/99devinstall b/dev-install/99devinstall deleted file mode 100644 index 24f53fb..0000000 --- a/dev-install/99devinstall +++ /dev/null
@@ -1,5 +0,0 @@ -# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. -LD_LIBRARY_PATH="/usr/local/@LIBDIR@" -PORTAGE_CONFIGROOT="/usr/local"
diff --git a/dev-install/bashrc b/dev-install/bashrc deleted file mode 100644 index dae5f8f..0000000 --- a/dev-install/bashrc +++ /dev/null
@@ -1,8 +0,0 @@ -# Copyright 2017 The Chromium OS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# Allow `sudo dev_install` and `sudo emerge` to work by preserving the -# active LD_LIBRARY_PATH settings. -# https://crbug.com/535771 -alias sudo='sudo LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"'
diff --git a/dev-install/make.defaults b/dev-install/make.defaults deleted file mode 100644 index 5117b60..0000000 --- a/dev-install/make.defaults +++ /dev/null
@@ -1,42 +0,0 @@ -# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# This configuration file is intended to reside in the rootfs of pristine -# images. If the developer mode switch is enabled these settings will allow -# us to bootstrap emerge and allow to install packages in /usr/local. Rootfs -# will remain unmodified. - -# Point everything to /usr/local. -ROOT=/usr/local - -PORTDIR="${ROOT}/portage" - -PKGDIR="${ROOT}/portage/packages" - -DISTDIR="${ROOT}/portage/distfiles" - -RPMDIR="${ROOT}/portage/rpm" - -PORTAGE_TMPDIR="${ROOT}/tmp" - -BUILD_PREFIX="${ROOT}/tmp/portage" - -CONFIG_PROTECT="/usr/local/share/portage" - -PORTAGE_WORKDIR_MODE="0700" - -EMERGE_DEFAULT_OPTS="--getbinpkg --usepkgonly" - -# use curl instead of wget since curl supports HTTPS with Subject Alternative -# Name (commondatastorage.googleapis.com for googleusercontent.com) -FETCHCOMMAND="/usr/bin/curl --connect-timeout 15 -# -o \${DISTDIR}/\${FILE} \${URI}" -RESUMECOMMAND="/usr/bin/curl --connect-timeout 15 -# -C - -o \${DISTDIR}/\${FILE}\${URI}" - -IUSE_IMPLICIT="@IUSE_IMPLICIT@" -ARCH="@ARCH@" -ELIBC="@ELIBC@" -USERLAND="@USERLAND@" -KERNEL="@KERNEL@" -USE_EXPAND_IMPLICIT="@USE_EXPAND_IMPLICIT@" -ACCEPT_KEYWORDS="~${ARCH} ${ARCH}"