diff --git a/sdk_container/src/third_party/portage-stable/PRESUBMIT.cfg b/sdk_container/src/third_party/portage-stable/PRESUBMIT.cfg deleted file mode 100644 index 51d8dd6073..0000000000 --- a/sdk_container/src/third_party/portage-stable/PRESUBMIT.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# This sample config file disables all of the ChromiumOS source style checks. -# Comment out the disable-flags for any checks you want to leave enabled. - -[Hook Overrides] -stray_whitespace_check: false -long_line_check: false -cros_license_check: false -tab_check: false - diff --git a/sdk_container/src/third_party/portage-stable/README b/sdk_container/src/third_party/portage-stable/README deleted file mode 100644 index 4ca56099eb..0000000000 --- a/sdk_container/src/third_party/portage-stable/README +++ /dev/null @@ -1,6 +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 overlay contains Portage packages that are part of the Chromium OS build -and are exact copies of upstream Portage packages. diff --git a/sdk_container/src/third_party/portage-stable/README.md b/sdk_container/src/third_party/portage-stable/README.md new file mode 100644 index 0000000000..cfb46e1b57 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/README.md @@ -0,0 +1,22 @@ +This overlay contains curated unmodified Gentoo packages that are part +of the CoreOS build and are exact copies of upstream Gentoo packages. + +Use `src/scripts/update_ebuilds` to fetch the latest copy from Gentoo: + + cd ~/trunk/src/scripts + repo start update-foo ../third-party/portage-stable + ./update_ebuilds --commit app-fun/foo + +Note: `update_ebuilds` can fetch from either Gentoo's anonymous CVS or +Rsync services, both of which will ban users making excessive requests. +If you have a lot of related packages to update or just aren't quite +sure what you are getting into please pull down a local copy to work +from: + + rsync -rtlv rsync://rsync.gentoo.org/gentoo-portage ~/ + ./update_ebuilds --commit --portage ~/gentoo-portage app-fun/foo + +Licensing information can be found in the respective files, so consult +them directly. Most ebuilds are licensed under the GPL version 2. + +Upstream Gentoo sources: http://sources.gentoo.org/gentoo-x86/ diff --git a/sdk_container/src/third_party/portage-stable/inherit-review-settings-ok b/sdk_container/src/third_party/portage-stable/inherit-review-settings-ok deleted file mode 100644 index e69de29bb2..0000000000