app-admin/flannel: drop 0.5.5-r2

This commit is contained in:
Nick Owens 2016-09-19 16:23:46 -07:00
parent 5280522efa
commit e9495dbcf4

View File

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