From e38d85d7f66b61cfa64c0ad28a401c1d1d5a886a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 14 Nov 2016 18:10:37 +0100 Subject: app-emulation/docker-proxy: Initial version Package-Manager: portage-2.3.2 --- .../docker-proxy-0.8.0_p20161111.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild (limited to 'app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild') diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild new file mode 100644 index 00000000000..96b44ae9a14 --- /dev/null +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +EGO_PN="github.com/docker/libnetwork" + +if [[ ${PV} == *9999 ]]; then + inherit golang-vcs +else + EGIT_COMMIT="57be722e077059d1ee0539be31743a3642ccbeb3" + SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~ppc64" + inherit golang-vcs-snapshot +fi + +DESCRIPTION="Docker container networking" +HOMEPAGE="http://github.com/docker/libnetwork" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +S=${WORKDIR}/${P}/src/${EGO_PN} + +RDEPEND="!!