From 30a116d2e7f5f72e1635e42b7b63692a5dddc93b Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 31 Mar 2021 08:08:34 +0200 Subject: [PATCH] app-emulation/docker-proxy: Freeze version 0.8.0_p20180709 This is the version used by docker-19.03. We will be updating the live ebuild to build docker 20.10 dependencies. Signed-off-by: Jeremi Piotrowski --- .../docker-proxy-0.8.0_p20180709.ebuild | 43 ++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) mode change 120000 => 100644 sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180709.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180709.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180709.ebuild deleted file mode 120000 index dafe77c5fe..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180709.ebuild +++ /dev/null @@ -1 +0,0 @@ -docker-proxy-9999.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180709.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180709.ebuild new file mode 100644 index 0000000000..6705098ff5 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180709.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +EGO_PN="github.com/docker/libnetwork" + +COREOS_GO_PACKAGE="${EGO_PN}" +COREOS_GO_VERSION="go1.13" + +if [[ ${PV} == *9999 ]]; then + KEYWORDS="~amd64 ~arm64" + inherit golang-vcs +else + EGIT_COMMIT="3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b" + SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 arm64" + inherit golang-vcs-snapshot +fi + +inherit coreos-go + +DESCRIPTION="Docker container networking" +HOMEPAGE="https://github.com/docker/libnetwork" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +S=${WORKDIR}/${P}/src/${EGO_PN} + +RDEPEND="!