diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r124.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r124.ebuild deleted file mode 120000 index df02d424d0..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r124.ebuild +++ /dev/null @@ -1 +0,0 @@ -coreos-init-9999.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r125.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r125.ebuild deleted file mode 100644 index 0ba6d14a75..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r125.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright (c) 2013 The CoreOS Authors. All rights reserved. -# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" -CROS_WORKON_PROJECT="coreos/init" -CROS_WORKON_LOCALNAME="init" -CROS_WORKON_REPO="git://github.com" - -if [[ "${PV}" == 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -else - CROS_WORKON_COMMIT="d05fab1c8e5878129c3e365977f1a57fd11216a6" - KEYWORDS="amd64 arm arm64 x86" -fi - -inherit cros-workon systemd - -DESCRIPTION="Init scripts for CoreOS" -HOMEPAGE="http://www.coreos.com/" -SRC_URI="" - -LICENSE="BSD" -SLOT="0" -IUSE="test symlink-usr" - -REQUIRED_USE="symlink-usr" - -# Daemons we enable here must installed during build/install in addition to -# during runtime so the systemd unit enable step works. -DEPEND=" - app-emulation/docker - net-misc/openssh - net-nds/rpcbind - !