From fa7742c46cecabff578d7de1b275559dc4c4e284 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 30 Jan 2014 13:59:14 -0800 Subject: [PATCH] fix(coreos-base/coreos-init): Sync up stable and live ebuilds. Trying on a new scheme to use an if statement so we can share the same ebuild between live and stable ebuilds. This should help avoid letting the two get out of sync. --- .../coreos-init/coreos-init-0.0.1-r36.ebuild | 2 +- .../coreos-init/coreos-init-0.0.1.ebuild | 59 ------------------- .../coreos-init/coreos-init-9999.ebuild | 13 +++- 3 files changed, 11 insertions(+), 63 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r36.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r36.ebuild index f7b4679fcd..df02d424d0 120000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r36.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r36.ebuild @@ -1 +1 @@ -coreos-init-0.0.1.ebuild \ No newline at end of file +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.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1.ebuild deleted file mode 100644 index f5d89e590e..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1.ebuild +++ /dev/null @@ -1,59 +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_COMMIT="8130badcdf5e8961c056ac8610df2a9c7ef40b07" -CROS_WORKON_PROJECT="coreos/init" -CROS_WORKON_LOCALNAME="init" -EGIT_REPO_URI="https://github.com/coreos/init" - -inherit cros-workon systemd - -DESCRIPTION="Init scripts for CoreOS" -HOMEPAGE="http://www.coreos.com/" -SRC_URI="" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="test 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/dhcpcd - net-misc/openssh - !