wa-linux-agent: use tarballs instead of git

Simplifies dependencies
This commit is contained in:
Michael Marineau 2016-02-22 18:32:28 -08:00
parent f87d2c4e3e
commit f18b5c4232
2 changed files with 7 additions and 10 deletions

View File

@ -0,0 +1 @@
DIST WALinuxAgent-2.0.14.tar.gz 95535 SHA256 e5a755cb2a6c4d4a1237bb97d15532031c8574d1078b44fbbf9f273ea5cdc14c SHA512 59b9b056479657626d2b6a9e3fa0dc8711c38d1efe1378ef1a63732744e68cc44321f0a761801c1a8a66fada24b277edfccc26c172a15bfcc53eed16e4d0d98a WHIRLPOOL 991a9b6bafbb74a7db7226ca764508a91438211500de9ecc128d1475077313b73bedd2f479dde7b4392ada0282db7c39c7b06ce76aa61cb3701c1c52607e81a6

View File

@ -1,21 +1,17 @@
#
# Copyright (c) 2014 CoreOS, Inc.. All rights reserved. # Copyright (c) 2014 CoreOS, Inc.. All rights reserved.
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header:$
#
EAPI=4 EAPI=5
EGIT_REPO_URI="git://github.com/Azure/WALinuxAgent" MY_PN="WALinuxAgent"
EGIT_COMMIT="54d4ebde1a626e6bd000abdfd518e150b0495f37" # WALinuxAgent-2.0.14 MY_PV="WALinuxAgent-${PV}"
EGIT_MASTER="2.0" MY_P="${MY_PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"
inherit eutils toolchain-funcs git-2
DESCRIPTION="Windows Azure Linux Agent" DESCRIPTION="Windows Azure Linux Agent"
HOMEPAGE="https://github.com/Azure/WALinuxAgent" HOMEPAGE="https://github.com/Azure/WALinuxAgent"
KEYWORDS="amd64" KEYWORDS="amd64"
SRC_URI="" SRC_URI="${HOMEPAGE}/archive/${MY_PV}.tar.gz"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"