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 620E4138334 for ; Mon, 29 Jul 2019 09:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4464E081B; Mon, 29 Jul 2019 09:06:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A9E0E081B for ; Mon, 29 Jul 2019 09:06:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BC17348F18 for ; Mon, 29 Jul 2019 09:06:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42A63738 for ; Mon, 29 Jul 2019 09:06:01 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1564391143.038a9a6bd5173be886bd6abf864121752541abf0.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-proxy/Manifest app-emulation/docker-proxy/docker-proxy-0.8.0_p20190604.ebuild X-VCS-Directories: app-emulation/docker-proxy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 038a9a6bd5173be886bd6abf864121752541abf0 X-VCS-Branch: master Date: Mon, 29 Jul 2019 09:06:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09f66301-6786-4988-9c7a-bcaa4e61d7ce X-Archives-Hash: 9fd0fea9662d80bfd5b2e76a6fb4c560 commit: 038a9a6bd5173be886bd6abf864121752541abf0 Author: Manuel Rüger gentoo org> AuthorDate: Mon Jul 29 09:05:11 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jul 29 09:05:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038a9a6b app-emulation/docker-proxy: Update snapshot for docker-19.03.1 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Manuel Rüger gentoo.org> app-emulation/docker-proxy/Manifest | 1 + .../docker-proxy-0.8.0_p20190604.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/app-emulation/docker-proxy/Manifest b/app-emulation/docker-proxy/Manifest index cbd11db94b9..a387c1564a0 100644 --- a/app-emulation/docker-proxy/Manifest +++ b/app-emulation/docker-proxy/Manifest @@ -1 +1,2 @@ DIST docker-proxy-0.8.0_p20190513.tar.gz 2705298 BLAKE2B ff897b18b8265b3d718caf7afaf10f7b8eeed9be0cc9c73b02d5c42c5c9ddd1be32cf7d1259ce26d56219cda57707e25e154e50cfa2cc80e823a4b924da4e5e0 SHA512 0a833510df0029999bfc05c23445a58a8b2ff165c0fb2fd5c411498d1e89b5b1990d2778b32346dd2b6d61c166ff707c6277a5d1937db6345c77d3825eb59875 +DIST docker-proxy-0.8.0_p20190604.tar.gz 2721379 BLAKE2B edc36302ca4b2be297505a5bfd8acd45f17bc752e88bcaa72f34e2d972230d92b9bfe3d0dccbb2f1e04718fb1adc95631fc0f533ca5572bdcfc468d843ce480e SHA512 dea31fd82ab2d445fbd39fe15550a91f7e489a06f6dedd32ea1925f7e9a7971952d26b874f9687249609a0d204ea35da357e0a957b819df2026a0cf8109cb354 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190604.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190604.ebuild new file mode 100644 index 00000000000..4400a3255a1 --- /dev/null +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190604.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +EGO_PN="github.com/docker/libnetwork" + +if [[ ${PV} == *9999 ]]; then + inherit golang-vcs +else + EGIT_COMMIT="fc5a7d91d54cc98f64fc28f9e288b46a0bee756c" + SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" + inherit golang-vcs-snapshot +fi + +DESCRIPTION="Docker container networking" +HOMEPAGE="https://github.com/docker/libnetwork" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +S=${WORKDIR}/${P}/src/${EGO_PN} + +RESTRICT="test" # needs dockerd + +src_compile() { + GOPATH="${WORKDIR}/${P}" go build -o "bin/docker-proxy" ./cmd/proxy || die +} + +src_install() { + dodoc README.md CHANGELOG.md + dobin bin/docker-proxy +}