commit:     fb0148617d6e91ba276f48c2888521fb514be0cb
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 22:49:40 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 22:49:40 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=fb014861

app-emulation/docker2aci: Initial version

Package-Manager: portage-2.2.28

 app-emulation/docker2aci/Manifest                |  1 +
 app-emulation/docker2aci/docker2aci-0.9.3.ebuild | 21 +++++++++++++++++++++
 app-emulation/docker2aci/metadata.xml            |  8 ++++++++
 3 files changed, 30 insertions(+)

diff --git a/app-emulation/docker2aci/Manifest 
b/app-emulation/docker2aci/Manifest
new file mode 100644
index 0000000..f92c142
--- /dev/null
+++ b/app-emulation/docker2aci/Manifest
@@ -0,0 +1 @@
+DIST docker2aci-0.9.3.tar.gz 120777 SHA256 
5aea6b7aac414af7135433cb8ea361c3faf83b87132685a57929b5cd25a2a07a SHA512 
291e3e62df23944a0a8ffd3aebd3b8e7bd25b77b57502b66aa140fa4122b0814d85d5120655be47680ca5ca68cf3851d143e34045c874105300cb193caf61a84
 WHIRLPOOL 
a4d68437af641833c24fc11b6bee146af84712f571e7e91ed578d68a0672a68056ade193e24a462322e7de8a32376b8d1a1d7e23abef9c5b388159baab9fec71

diff --git a/app-emulation/docker2aci/docker2aci-0.9.3.ebuild 
b/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
new file mode 100644
index 0000000..4fe88ab
--- /dev/null
+++ b/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
@@ -0,0 +1,21 @@
+# 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/appc/${PN}/..."
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Library and CLI tool to convert Docker images to ACIs"
+HOMEPAGE="https://github.com/appc/docker2aci";
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0/${PVR}"
+IUSE=""
+
+DEPEND="app-emulation/appc-spec
+       app-emulation/docker-distribution
+       dev-go/ioprogress"

diff --git a/app-emulation/docker2aci/metadata.xml 
b/app-emulation/docker2aci/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/app-emulation/docker2aci/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>mr...@gentoo.org</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to