commit: 5230aff4bfa2ef951ffd8a9d9d8234003ffc1ea0
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 22:55:03 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 22:55:03 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5230aff4
app-emulation/acbuild: Initial version
Package-Manager: portage-2.2.28
app-emulation/acbuild/Manifest | 1 +
app-emulation/acbuild/acbuild-0.2.2.ebuild | 19 +++++++++++++++++++
app-emulation/acbuild/metadata.xml | 8 ++++++++
3 files changed, 28 insertions(+)
diff --git a/app-emulation/acbuild/Manifest b/app-emulation/acbuild/Manifest
new file mode 100644
index 0000000..90f36f5
--- /dev/null
+++ b/app-emulation/acbuild/Manifest
@@ -0,0 +1 @@
+DIST acbuild-0.2.2.tar.gz 1483092 SHA256
a6011167666d0893268b41f4c33d4c32e5012ee0d44da7c960fa7aa3e9da7e6f SHA512
28a2368fe63a24ac9fc52e9fb8c418b83805037b956da40d56d797a54ff8e328b2ec21a143ae8a89f6b238e57d417b4bd036c5f4cbd2a2cdfd0ed52a26c98c57
WHIRLPOOL
3ccbe3129a41a8de48959527047e97b58bd28bd5c05d82de34c399c5032f72c0b6082876b1fff2654f439846483ca4ecb712e65182bacd910e7aadf409fcdb2b
diff --git a/app-emulation/acbuild/acbuild-0.2.2.ebuild
b/app-emulation/acbuild/acbuild-0.2.2.ebuild
new file mode 100644
index 0000000..4ce4c35
--- /dev/null
+++ b/app-emulation/acbuild/acbuild-0.2.2.ebuild
@@ -0,0 +1,19 @@
+# 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="A build tool for ACIs"
+HOMEPAGE="https://github.com/appc/acbuild"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0/${PVR}"
+IUSE=""
+
+DEPEND="app-emulation/appc-spec"
diff --git a/app-emulation/acbuild/metadata.xml
b/app-emulation/acbuild/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/app-emulation/acbuild/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>