mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-06 04:36:12 +02:00
coreos-devel/board-packages: Remove google-compute-engine
Nothing depends on it any longer. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
a6acec3176
commit
e04edde030
@ -1 +0,0 @@
|
||||
DIST 20190124.tar.gz 126211 BLAKE2B 7608ec8370f9c1aa1da4cf0f0ec20ff86ef07846bdcb6aabac6de441326a78e98b559502b11ee4028065eb8056f9ee6c2f3247e26485e8c9af70892d955236f7 SHA512 8f12c2a361ebd833b0eb3fa6ef26f42a82b4ef6497d8e5231eeaaf5b2e6dd1662ec596e1bbad73e06207ac29e098863311538c360c62efe9fd5cc9b58d1b8ad4
|
||||
@ -1,41 +0,0 @@
|
||||
# Copyright (c) 2016-2018 CoreOS, Inc. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Linux Guest Environment for Google Compute Engine"
|
||||
HOMEPAGE="https://github.com/GoogleCloudPlatform/compute-image-packages"
|
||||
SRC_URI="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${PV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools"
|
||||
|
||||
# These dependencies cover all commands called by the scripts.
|
||||
RDEPEND="
|
||||
app-admin/sudo
|
||||
dev-python/boto
|
||||
dev-python/distro
|
||||
dev-python/setuptools
|
||||
sys-apps/ethtool
|
||||
sys-apps/coreutils
|
||||
sys-apps/gawk
|
||||
sys-apps/grep
|
||||
sys-apps/iproute2
|
||||
sys-apps/shadow
|
||||
"
|
||||
|
||||
S="${WORKDIR}/compute-image-packages-${PV}"
|
||||
|
||||
src_compile() {
|
||||
(cd "${S}" && exec python3 setup.py build)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
(cd "${S}" && exec python3 setup.py install -O1 --skip-build --root "${D}")
|
||||
}
|
||||
@ -20,7 +20,6 @@ IUSE=""
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
amd64? (
|
||||
app-emulation/google-compute-engine
|
||||
app-emulation/open-vm-tools
|
||||
coreos-base/nova-agent-container
|
||||
coreos-base/nova-agent-watcher
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user