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 33FB11395E2 for ; Mon, 14 Nov 2016 17:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86302E0A40; Mon, 14 Nov 2016 17:14:15 +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 5A1EDE0A40 for ; Mon, 14 Nov 2016 17:14:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 110EA34100F for ; Mon, 14 Nov 2016 17:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FEBA308 for ; Mon, 14 Nov 2016 17:14:11 +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: <1479143587.e38d85d7f66b61cfa64c0ad28a401c1d1d5a886a.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_p20161111.ebuild app-emulation/docker-proxy/docker-proxy-9999.ebuild app-emulation/docker-proxy/metadata.xml X-VCS-Directories: app-emulation/docker-proxy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: e38d85d7f66b61cfa64c0ad28a401c1d1d5a886a X-VCS-Branch: master Date: Mon, 14 Nov 2016 17:14:11 +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: c221ba54-a6d9-4c2d-a3fa-52df180c9163 X-Archives-Hash: 527de3db0b4f8b37f05fa9973f620718 commit: e38d85d7f66b61cfa64c0ad28a401c1d1d5a886a Author: Manuel Rüger gentoo org> AuthorDate: Mon Nov 14 17:10:37 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Nov 14 17:13:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38d85d7 app-emulation/docker-proxy: Initial version Package-Manager: portage-2.3.2 app-emulation/docker-proxy/Manifest | 1 + .../docker-proxy-0.8.0_p20161111.ebuild | 35 ++++++++++++++++++++++ .../docker-proxy/docker-proxy-9999.ebuild | 35 ++++++++++++++++++++++ app-emulation/docker-proxy/metadata.xml | 17 +++++++++++ 4 files changed, 88 insertions(+) diff --git a/app-emulation/docker-proxy/Manifest b/app-emulation/docker-proxy/Manifest new file mode 100644 index 00000000..1e23544 --- /dev/null +++ b/app-emulation/docker-proxy/Manifest @@ -0,0 +1 @@ +DIST docker-proxy-0.8.0_p20161111.tar.gz 2150464 SHA256 204e723a3cb740173af3a0d4b0d00996507d3230da4f348a38b417a215de0959 SHA512 86293b9cafc3c468760266b47412040f21309baad27765f584cfa1e93bc2ad88068832ed55f2ae8e4f16825e9f44619e89985fd36d98b3d47eaf1d1160f76c8e WHIRLPOOL 2b885bf3865a396219af7b32fc20477b15dffa1ac7b8a26602ff1b131d9f7cb31d5f997045bfac5ddf8b75016ca083c31ed345dfe1d9023a8d68b712a72d5979 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 00000000..96b44ae --- /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="!! + + + + + + tianon@dockerproject.org + Tianon + + + mrueg@gentoo.org + Manuel Rüger + + + docker/libnetwork + +