mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
app-emulation/docker-proxy: Sync with Gentoo
This does not change the commit that gets built, which still matches the version used in Docker 17.09.
This commit is contained in:
parent
dbf9146671
commit
cc98b79640
@ -1 +1 @@
|
|||||||
DIST docker-proxy-0.8.0_p20170410.tar.gz 2176893 SHA256 49d31e8b386b88d45d9c417d8d775fa647ecdc66f8e2a93a35f401c7bc8c9c1c SHA512 6bd82d64d2847a01feb6004ad180f77e767d4a27ca742a66c411f2824f50ca4439974010e32a18a6b03bc1f6186ee7a7c5f86f6c9cbbd8c275fb7fdd345b7bc1 WHIRLPOOL 575e0c9476fdfbbafc35ef29c43725f51dc00e00517293d3fc4218e5cbc6fe1056a1b1e5498c981856af17e2add7df9841485b4f20b49f8cbefe1f20f1e4c68c
|
DIST docker-proxy-0.8.0_p20170917.tar.gz 2177045 SHA256 2eee331b6ded567a36e7db708405b34032b93938682cf049025f48b96d755bf6 SHA512 673ea638fa5c560d8238d7c1d88f114430f9d8efe701804bfe30044d0c059a688cbf6b62922be50834e16ee055ef6cf015f6232f76f0d942768f9e84e95496cd WHIRLPOOL 27b33b36bbdeaff3d25977b50aa11fc5a4708482f44efe583223c1aab40091e28824eda6eb5ac8a7f20be24ef4ddcf9b6e4a043c52c9e6953ec2c95f266fb296
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# Copyright 1999-2016 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
|
||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
EGO_PN="github.com/docker/libnetwork"
|
EGO_PN="github.com/docker/libnetwork"
|
||||||
@ -21,7 +20,7 @@ fi
|
|||||||
inherit coreos-go
|
inherit coreos-go
|
||||||
|
|
||||||
DESCRIPTION="Docker container networking"
|
DESCRIPTION="Docker container networking"
|
||||||
HOMEPAGE="http://github.com/docker/libnetwork"
|
HOMEPAGE="https://github.com/docker/libnetwork"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -29,12 +28,15 @@ IUSE=""
|
|||||||
|
|
||||||
S=${WORKDIR}/${P}/src/${EGO_PN}
|
S=${WORKDIR}/${P}/src/${EGO_PN}
|
||||||
|
|
||||||
RDEPEND="!<app-emulation/docker-17.04.0"
|
RDEPEND="!<app-emulation/docker-1.13.0_rc1"
|
||||||
|
|
||||||
|
RESTRICT="test" # needs dockerd
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
go_build "${COREOS_GO_PACKAGE}/cmd/proxy"
|
go_build "${COREOS_GO_PACKAGE}/cmd/proxy"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
dodoc ROADMAP.md README.md CHANGELOG.md
|
||||||
newbin "${GOBIN}"/proxy docker-proxy
|
newbin "${GOBIN}"/proxy docker-proxy
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user