commit:     a753e205ff7a07bef80193a7d711e4d78d95ea89
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 21:53:31 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 21:53:31 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a753e205

app-emulation/appc-spec: Initial version

Package-Manager: portage-2.2.28

 app-emulation/appc-spec/Manifest               |  1 +
 app-emulation/appc-spec/appc-spec-0.7.4.ebuild | 17 +++++++++++++++++
 app-emulation/appc-spec/metadata.xml           |  8 ++++++++
 3 files changed, 26 insertions(+)

diff --git a/app-emulation/appc-spec/Manifest b/app-emulation/appc-spec/Manifest
new file mode 100644
index 0000000..84ca99e
--- /dev/null
+++ b/app-emulation/appc-spec/Manifest
@@ -0,0 +1 @@
+DIST appc-spec-0.7.4.tar.gz 303987 SHA256 
98a6d094003d162f48ec7c4ffafddd666e6cf1fc8270d5ea4a33d6c440fc83ad SHA512 
d0e3ff5b5ae640eac1d6fcc04b3bac4a1109b386a3b5b92115fdbd3d08f23d1d88449ef0f83f60ce0b15863787903a3f8aed8d13e0a8071aed6a4d4fb4bf4207
 WHIRLPOOL 
d04c3914bb15fcd9ac7a75aad491c1172c11bfa8b30db3a22f0eb3df3d49a4aaadd421d79b901cc6a2ee6a339ae0406f2d1415f5710b1e67fa0c479688a8795f

diff --git a/app-emulation/appc-spec/appc-spec-0.7.4.ebuild 
b/app-emulation/appc-spec/appc-spec-0.7.4.ebuild
new file mode 100644
index 0000000..fee2729
--- /dev/null
+++ b/app-emulation/appc-spec/appc-spec-0.7.4.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/appc/spec/..."
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="App Container Specification and Tooling"
+HOMEPAGE="https://github.com/appc/spec";
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0/${PVR}"
+IUSE=""

diff --git a/app-emulation/appc-spec/metadata.xml 
b/app-emulation/appc-spec/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/app-emulation/appc-spec/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