* [gentoo-commits] dev/mrueg:master commit in: app-emulation/acbuild/
@ 2016-04-14 22:55 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-04-14 22:55 UTC (permalink / raw
To: gentoo-commits
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>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: app-emulation/acbuild/
@ 2016-04-14 23:06 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-04-14 23:06 UTC (permalink / raw
To: gentoo-commits
commit: b87024d6d3afc5edc0298cf6f442bdcd65d3dbef
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 23:03:46 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 23:03:46 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=b87024d6
app-emulation/acbuild: Install binary
Package-Manager: portage-2.2.28
app-emulation/acbuild/acbuild-0.2.2.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/app-emulation/acbuild/acbuild-0.2.2.ebuild b/app-emulation/acbuild/acbuild-0.2.2.ebuild
index 4ce4c35..dbd2f04 100644
--- a/app-emulation/acbuild/acbuild-0.2.2.ebuild
+++ b/app-emulation/acbuild/acbuild-0.2.2.ebuild
@@ -17,3 +17,8 @@ SLOT="0/${PVR}"
IUSE=""
DEPEND="app-emulation/appc-spec"
+
+src_install() {
+ golang-build_src_install
+ dobin bin/*
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: app-emulation/acbuild/
@ 2016-08-28 22:10 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-08-28 22:10 UTC (permalink / raw
To: gentoo-commits
commit: f6f467841c2c72eadb00609a3ef9e533ee5ccdda
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 22:09:00 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 22:09:00 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f6f46784
app-emulation/acbuild: Version bump, remove old
Package-Manager: portage-2.3.0
app-emulation/acbuild/Manifest | 2 +-
app-emulation/acbuild/{acbuild-0.2.2.ebuild => acbuild-0.4.0.ebuild} | 4 +++-
app-emulation/acbuild/metadata.xml | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-emulation/acbuild/Manifest b/app-emulation/acbuild/Manifest
index 90f36f5..c1ec962 100644
--- a/app-emulation/acbuild/Manifest
+++ b/app-emulation/acbuild/Manifest
@@ -1 +1 @@
-DIST acbuild-0.2.2.tar.gz 1483092 SHA256 a6011167666d0893268b41f4c33d4c32e5012ee0d44da7c960fa7aa3e9da7e6f SHA512 28a2368fe63a24ac9fc52e9fb8c418b83805037b956da40d56d797a54ff8e328b2ec21a143ae8a89f6b238e57d417b4bd036c5f4cbd2a2cdfd0ed52a26c98c57 WHIRLPOOL 3ccbe3129a41a8de48959527047e97b58bd28bd5c05d82de34c399c5032f72c0b6082876b1fff2654f439846483ca4ecb712e65182bacd910e7aadf409fcdb2b
+DIST acbuild-0.4.0.tar.gz 492895 SHA256 9f689ddbcc8b7c6bc7eb1b71cfd3d1133be8964fc2bc07cc5909134c850c9374 SHA512 39fa33e10fca327170a8e8c9262b09727df51988522e8d369470295eb1e18114098bc0a7ac81254f55b8f993f5979bab95409c8b9e276d25c0e4002268dd9991 WHIRLPOOL 5312c576e0f627648c45b318063cac9e107bfcf141af95d96c5f70a0ab70612dd37987beedc2b3878dfcc538ac5540672faeb6f201dba2caea8a1986f65f30f2
diff --git a/app-emulation/acbuild/acbuild-0.2.2.ebuild b/app-emulation/acbuild/acbuild-0.4.0.ebuild
similarity index 85%
rename from app-emulation/acbuild/acbuild-0.2.2.ebuild
rename to app-emulation/acbuild/acbuild-0.4.0.ebuild
index dbd2f04..99acc20 100644
--- a/app-emulation/acbuild/acbuild-0.2.2.ebuild
+++ b/app-emulation/acbuild/acbuild-0.4.0.ebuild
@@ -16,7 +16,9 @@ LICENSE="Apache-2.0"
SLOT="0/${PVR}"
IUSE=""
-DEPEND="app-emulation/appc-spec"
+DEPEND=">=app-emulation/appc-spec-0.8.5
+ app-emulation/docker-registry
+ dev-go/mux"
src_install() {
golang-build_src_install
diff --git a/app-emulation/acbuild/metadata.xml b/app-emulation/acbuild/metadata.xml
index bfcb697..97df2a0 100644
--- a/app-emulation/acbuild/metadata.xml
+++ b/app-emulation/acbuild/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>mrueg@gentoo.org</email>
<name>Manuel Rüger</name>
</maintainer>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: app-emulation/acbuild/
@ 2016-08-28 22:25 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-08-28 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 61b21d2e6e80117f74e7316a39884a642d9f9125
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 22:25:06 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 22:25:06 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=61b21d2e
app-emulation/acbuild: Install only acbuild bin
Package-Manager: portage-2.3.0
app-emulation/acbuild/acbuild-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/acbuild/acbuild-0.4.0.ebuild b/app-emulation/acbuild/acbuild-0.4.0.ebuild
index 99acc20..7b29a96 100644
--- a/app-emulation/acbuild/acbuild-0.4.0.ebuild
+++ b/app-emulation/acbuild/acbuild-0.4.0.ebuild
@@ -22,5 +22,5 @@ DEPEND=">=app-emulation/appc-spec-0.8.5
src_install() {
golang-build_src_install
- dobin bin/*
+ dobin bin/acbuild
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-08-28 22:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14 23:06 [gentoo-commits] dev/mrueg:master commit in: app-emulation/acbuild/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-08-28 22:25 Manuel Rüger
2016-08-28 22:10 Manuel Rüger
2016-04-14 22:55 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox