commit:     76e337d44a180c4b0c0a80f6790ab32a27aba6f4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 22:44:40 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to