Merge pull request #2153 from flatcar/kai/mayday-org-rename

app-admin/mayday: Use renamed package name
This commit is contained in:
Kai Lüke 2022-09-14 17:22:50 +02:00 committed by GitHub
commit 4b62cbe7d5

View File

@ -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"