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 13D2A59CB2 for ; Thu, 14 Apr 2016 21:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF54621C01B; Thu, 14 Apr 2016 21:53:45 +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 517CF21C01B for ; Thu, 14 Apr 2016 21:53:45 +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 76856340E10 for ; Thu, 14 Apr 2016 21:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5410480 for ; Thu, 14 Apr 2016 21:53:42 +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: <1460670811.a753e205ff7a07bef80193a7d711e4d78d95ea89.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: app-emulation/appc-spec/ X-VCS-Repository: dev/mrueg X-VCS-Files: app-emulation/appc-spec/Manifest app-emulation/appc-spec/appc-spec-0.7.4.ebuild app-emulation/appc-spec/metadata.xml X-VCS-Directories: app-emulation/appc-spec/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a753e205ff7a07bef80193a7d711e4d78d95ea89 X-VCS-Branch: master Date: Thu, 14 Apr 2016 21:53:42 +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: 95f5bf6a-c2c0-42a2-a4de-50ff67766306 X-Archives-Hash: 208066bdfe2afc023130aa7ff8adf41b commit: a753e205ff7a07bef80193a7d711e4d78d95ea89 Author: Manuel Rüger gentoo org> AuthorDate: Thu Apr 14 21:53:31 2016 +0000 Commit: Manuel Rüger gentoo 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 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + +