diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/flannel/flannel-0.5.5-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/flannel/flannel-0.5.5-r2.ebuild deleted file mode 100644 index 24aa61104f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/flannel/flannel-0.5.5-r2.ebuild +++ /dev/null @@ -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 -}