mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
app-admin/mayday: Use renamed package name
This pulls in https://github.com/flatcar/mayday/pull/10 to update the package name after the github org move. It also changes the homepage to use our repo instead of the archive.
This commit is contained in:
parent
0629286e4c
commit
11094fefe7
@ -5,18 +5,18 @@ EAPI=7
|
|||||||
CROS_WORKON_PROJECT="flatcar/mayday"
|
CROS_WORKON_PROJECT="flatcar/mayday"
|
||||||
CROS_WORKON_LOCALNAME="mayday"
|
CROS_WORKON_LOCALNAME="mayday"
|
||||||
CROS_WORKON_REPO="https://github.com"
|
CROS_WORKON_REPO="https://github.com"
|
||||||
COREOS_GO_PACKAGE="github.com/coreos/mayday"
|
COREOS_GO_PACKAGE="github.com/flatcar/mayday"
|
||||||
inherit coreos-go cros-workon
|
inherit coreos-go cros-workon
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="73e4d2f5803362667677226f4e2e538217b38d75" # flatcar-master
|
CROS_WORKON_COMMIT="9de08c8f9f4360fe52cb3a56a7fb8f4bc4e75dcc" # flatcar-master
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DESCRIPTION="mayday"
|
DESCRIPTION="mayday"
|
||||||
HOMEPAGE="https://github.com/coreos/mayday"
|
HOMEPAGE="https://github.com/flatcar/mayday"
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user