mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
app-admin/flannel: drop 0.5.5-r2
This commit is contained in:
parent
5280522efa
commit
e9495dbcf4
@ -1,31 +0,0 @@
|
|||||||
# Copyright (c) 2014 CoreOS, Inc.. All rights reserved.
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=4
|
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
|
||||||
KEYWORDS="~amd64 ~arm64"
|
|
||||||
else
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
inherit systemd
|
|
||||||
|
|
||||||
DESCRIPTION="flannel"
|
|
||||||
HOMEPAGE="https://github.com/coreos/flannel"
|
|
||||||
SRC_URI=""
|
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="app-admin/sdnotify-proxy"
|
|
||||||
S="$WORKDIR"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
sed "s/{{flannel_ver}}/${PV}/" "${FILESDIR}"/flanneld.service >"${T}"/flanneld.service
|
|
||||||
systemd_dounit "${T}"/flanneld.service
|
|
||||||
|
|
||||||
insinto /usr/lib/systemd/network
|
|
||||||
doins "${FILESDIR}"/50-flannel.network
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user