mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-25 00:11:23 +02:00
Merge pull request #1919 from marineam/gce
google-*: import eutils, fix applying required patches
This commit is contained in:
commit
9f0246bb7a
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=5
|
EAPI=5
|
||||||
|
|
||||||
|
inherit eutils
|
||||||
|
|
||||||
DESCRIPTION="Google Daemon for Compute Engine"
|
DESCRIPTION="Google Daemon for Compute Engine"
|
||||||
HOMEPAGE="https://github.com/GoogleCloudPlatform/compute-image-packages"
|
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"
|
SRC_URI="https://github.com/GoogleCloudPlatform/compute-image-packages/releases/download/${PV}/google-daemon-${PV}.tar.gz"
|
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=5
|
EAPI=5
|
||||||
|
|
||||||
|
inherit eutils
|
||||||
|
|
||||||
DESCRIPTION="Google Startup Scripts for Compute Engine"
|
DESCRIPTION="Google Startup Scripts for Compute Engine"
|
||||||
HOMEPAGE="https://github.com/GoogleCloudPlatform/compute-image-packages"
|
HOMEPAGE="https://github.com/GoogleCloudPlatform/compute-image-packages"
|
||||||
SRC_URI="https://github.com/GoogleCloudPlatform/compute-image-packages/releases/download/${PV}/${P}.tar.gz"
|
SRC_URI="https://github.com/GoogleCloudPlatform/compute-image-packages/releases/download/${PV}/${P}.tar.gz"
|
Loading…
x
Reference in New Issue
Block a user