From 3a576cba26c644830fe6dc8352990e3ad182df9d Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 28 Apr 2016 13:22:50 -0700 Subject: [PATCH] google-*: import eutils, fix applying required patches Broken back in 02c004e846, newly installed GCE images haven't worked right ever since then. :( --- ...on-1.1.1-r3.ebuild => google-compute-daemon-1.1.1-r4.ebuild} | 2 ++ ...s-1.1.1-r2.ebuild => google-startup-scripts-1.1.1-r3.ebuild} | 2 ++ 2 files changed, 4 insertions(+) rename sdk_container/src/third_party/coreos-overlay/app-emulation/google-compute-daemon/{google-compute-daemon-1.1.1-r3.ebuild => google-compute-daemon-1.1.1-r4.ebuild} (98%) rename sdk_container/src/third_party/coreos-overlay/app-emulation/google-startup-scripts/{google-startup-scripts-1.1.1-r2.ebuild => google-startup-scripts-1.1.1-r3.ebuild} (98%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/google-compute-daemon/google-compute-daemon-1.1.1-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/google-compute-daemon/google-compute-daemon-1.1.1-r4.ebuild similarity index 98% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/google-compute-daemon/google-compute-daemon-1.1.1-r3.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/google-compute-daemon/google-compute-daemon-1.1.1-r4.ebuild index f7df3007fd..5aed0446a6 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/google-compute-daemon/google-compute-daemon-1.1.1-r3.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/google-compute-daemon/google-compute-daemon-1.1.1-r4.ebuild @@ -3,6 +3,8 @@ EAPI=5 +inherit eutils + DESCRIPTION="Google Daemon for Compute Engine" HOMEPAGE="https://github.com/GoogleCloudPlatform/compute-image-packages" SRC_URI="https://github.com/GoogleCloudPlatform/compute-image-packages/releases/download/${PV}/google-daemon-${PV}.tar.gz" diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/google-startup-scripts/google-startup-scripts-1.1.1-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/google-startup-scripts/google-startup-scripts-1.1.1-r3.ebuild similarity index 98% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/google-startup-scripts/google-startup-scripts-1.1.1-r2.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/google-startup-scripts/google-startup-scripts-1.1.1-r3.ebuild index 24458faaa8..faa76ad563 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/google-startup-scripts/google-startup-scripts-1.1.1-r2.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/google-startup-scripts/google-startup-scripts-1.1.1-r3.ebuild @@ -3,6 +3,8 @@ EAPI=5 +inherit eutils + DESCRIPTION="Google Startup Scripts for Compute Engine" HOMEPAGE="https://github.com/GoogleCloudPlatform/compute-image-packages" SRC_URI="https://github.com/GoogleCloudPlatform/compute-image-packages/releases/download/${PV}/${P}.tar.gz"