From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A0061382DE for ; Mon, 27 Jun 2016 22:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74736141F9; Mon, 27 Jun 2016 22:49:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3D21141F9 for ; Mon, 27 Jun 2016 22:49:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BA99340DA6 for ; Mon, 27 Jun 2016 22:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 065512433 for ; Mon, 27 Jun 2016 22:49:52 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1467067264.9a85e95f9b427d21f96e47dccf9650ebf0942c34.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-9999.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9a85e95f9b427d21f96e47dccf9650ebf0942c34 X-VCS-Branch: master Date: Mon, 27 Jun 2016 22:49:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f0dc4d7b-11b2-4115-9293-96eb06defb1b X-Archives-Hash: 52e68e3eda141a0e6ee590aa8346a6d8 commit: 9a85e95f9b427d21f96e47dccf9650ebf0942c34 Author: William Hubbs gentoo org> AuthorDate: Mon Jun 27 22:40:41 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jun 27 22:41:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a85e95f app-emulation/docker: sync live ebuild Package-Manager: portage-2.2.28 app-emulation/docker/docker-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild index 408fee5..5320671 100644 --- a/app-emulation/docker/docker-9999.ebuild +++ b/app-emulation/docker/docker-9999.ebuild @@ -65,6 +65,8 @@ RDEPEND=" RESTRICT="installsources strip" +S="${WORKDIR}/${P}/src/${EGO_PN}" + # see "contrib/check-config.sh" from upstream's sources CONFIG_CHECK=" ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS @@ -171,7 +173,6 @@ pkg_setup() { } src_compile() { - cd "src/${EGO_PN}" || die export GOPATH="${WORKDIR}/${P}:${PWD}/vendor" # setup CFLAGS and LDFLAGS for separate build target @@ -220,7 +221,6 @@ src_compile() { } src_install() { - cd "src/${EGO_PN}" || die VERSION="$(cat VERSION)" newbin "bundles/$VERSION/dynbinary-client/docker-$VERSION" docker newbin "bundles/$VERSION/dynbinary-daemon/dockerd-$VERSION" dockerd