From f18b5c42328ffd0d36a8b6a09f9e6cc1f32114cf Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 22 Feb 2016 18:32:28 -0800 Subject: [PATCH] wa-linux-agent: use tarballs instead of git Simplifies dependencies --- .../app-emulation/wa-linux-agent/Manifest | 1 + ...14.ebuild => wa-linux-agent-2.0.14-r1.ebuild} | 16 ++++++---------- 2 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/Manifest rename sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/{wa-linux-agent-2.0.14.ebuild => wa-linux-agent-2.0.14-r1.ebuild} (66%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/Manifest b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/Manifest new file mode 100644 index 0000000000..4f67057c2f --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/Manifest @@ -0,0 +1 @@ +DIST WALinuxAgent-2.0.14.tar.gz 95535 SHA256 e5a755cb2a6c4d4a1237bb97d15532031c8574d1078b44fbbf9f273ea5cdc14c SHA512 59b9b056479657626d2b6a9e3fa0dc8711c38d1efe1378ef1a63732744e68cc44321f0a761801c1a8a66fada24b277edfccc26c172a15bfcc53eed16e4d0d98a WHIRLPOOL 991a9b6bafbb74a7db7226ca764508a91438211500de9ecc128d1475077313b73bedd2f479dde7b4392ada0282db7c39c7b06ce76aa61cb3701c1c52607e81a6 diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.14.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.14-r1.ebuild similarity index 66% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.14.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.14-r1.ebuild index a581d8c46e..40c8d7a9d5 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.14.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.14-r1.ebuild @@ -1,21 +1,17 @@ -# # Copyright (c) 2014 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -# $Header:$ -# -EAPI=4 +EAPI=5 -EGIT_REPO_URI="git://github.com/Azure/WALinuxAgent" -EGIT_COMMIT="54d4ebde1a626e6bd000abdfd518e150b0495f37" # WALinuxAgent-2.0.14 -EGIT_MASTER="2.0" - -inherit eutils toolchain-funcs git-2 +MY_PN="WALinuxAgent" +MY_PV="WALinuxAgent-${PV}" +MY_P="${MY_PN}-${MY_PV}" +S="${WORKDIR}/${MY_P}" DESCRIPTION="Windows Azure Linux Agent" HOMEPAGE="https://github.com/Azure/WALinuxAgent" KEYWORDS="amd64" -SRC_URI="" +SRC_URI="${HOMEPAGE}/archive/${MY_PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0"