From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 36D3059CB2 for ; Thu, 14 Apr 2016 22:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5765121C002; Thu, 14 Apr 2016 22:45:01 +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 E21B021C002 for ; Thu, 14 Apr 2016 22:45:00 +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 43DB8340E0F for ; Thu, 14 Apr 2016 22:44:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B93D80 for ; Thu, 14 Apr 2016 22:44:52 +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: <1460673880.76e337d44a180c4b0c0a80f6790ab32a27aba6f4.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker-distribution/ X-VCS-Repository: dev/mrueg X-VCS-Files: app-emulation/docker-distribution/Manifest app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild app-emulation/docker-distribution/metadata.xml X-VCS-Directories: app-emulation/docker-distribution/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 76e337d44a180c4b0c0a80f6790ab32a27aba6f4 X-VCS-Branch: master Date: Thu, 14 Apr 2016 22:44: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: a4e0129a-2ccc-4a02-8041-fa40702ccae5 X-Archives-Hash: f5095aec74ce8d419f2b4ced6a31e2af commit: 76e337d44a180c4b0c0a80f6790ab32a27aba6f4 Author: Manuel Rüger gentoo org> AuthorDate: Thu Apr 14 22:44:40 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Apr 14 22:44:40 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=76e337d4 app-emulation/docker-distribution: Initial version Package-Manager: portage-2.2.28 app-emulation/docker-distribution/Manifest | 1 + .../docker-distribution-2.4.0.ebuild | 17 +++++++++++++++++ app-emulation/docker-distribution/metadata.xml | 8 ++++++++ 3 files changed, 26 insertions(+) diff --git a/app-emulation/docker-distribution/Manifest b/app-emulation/docker-distribution/Manifest new file mode 100644 index 0000000..2432e85 --- /dev/null +++ b/app-emulation/docker-distribution/Manifest @@ -0,0 +1 @@ +DIST docker-distribution-2.4.0.tar.gz 1294478 SHA256 cfd0c6212a05c047fa6a5b9093493d2de0b438936f2d7318a902263a4a3d7b0f SHA512 668ba35adbe897f73e93e3ec8766123a70b4d2b0d57d4ec3e9f77f6d60d381184acc331b04ab0391f4c648da223dd2338a4065027e6c63aa86b1f1a039d7e300 WHIRLPOOL b07b0f79b97547c33fa2b64bcf85cc1e2bac3e17c38d6bda18a5ed7cfc500938ee29c26c15fbbc5110b22c2d28764674034cf325519261b01ada71deb6b541be diff --git a/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild b/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild new file mode 100644 index 0000000..d451506 --- /dev/null +++ b/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit golang-build golang-vcs-snapshot + +EGO_PN="github.com/docker/distribution/..." +ARCHIVE_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Docker toolset to pack, ship, store, and deliver content" +HOMEPAGE="https://github.com/docker/distribution" +SRC_URI="${ARCHIVE_URI}" +LICENSE="Apache-2.0" +SLOT="0/${PVR}" +IUSE="" diff --git a/app-emulation/docker-distribution/metadata.xml b/app-emulation/docker-distribution/metadata.xml new file mode 100644 index 0000000..bfcb697 --- /dev/null +++ b/app-emulation/docker-distribution/metadata.xml @@ -0,0 +1,8 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + +