Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/
Date: Mon, 27 Jun 2016 22:51:28
Message-Id: 1467067264.9a85e95f9b427d21f96e47dccf9650ebf0942c34.williamh@gentoo
1 commit: 9a85e95f9b427d21f96e47dccf9650ebf0942c34
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 27 22:40:41 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 22:41:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a85e95f
7
8 app-emulation/docker: sync live ebuild
9
10 Package-Manager: portage-2.2.28
11
12 app-emulation/docker/docker-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild
16 index 408fee5..5320671 100644
17 --- a/app-emulation/docker/docker-9999.ebuild
18 +++ b/app-emulation/docker/docker-9999.ebuild
19 @@ -65,6 +65,8 @@ RDEPEND="
20
21 RESTRICT="installsources strip"
22
23 +S="${WORKDIR}/${P}/src/${EGO_PN}"
24 +
25 # see "contrib/check-config.sh" from upstream's sources
26 CONFIG_CHECK="
27 ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
28 @@ -171,7 +173,6 @@ pkg_setup() {
29 }
30
31 src_compile() {
32 - cd "src/${EGO_PN}" || die
33 export GOPATH="${WORKDIR}/${P}:${PWD}/vendor"
34
35 # setup CFLAGS and LDFLAGS for separate build target
36 @@ -220,7 +221,6 @@ src_compile() {
37 }
38
39 src_install() {
40 - cd "src/${EGO_PN}" || die
41 VERSION="$(cat VERSION)"
42 newbin "bundles/$VERSION/dynbinary-client/docker-$VERSION" docker
43 newbin "bundles/$VERSION/dynbinary-daemon/dockerd-$VERSION" dockerd