public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker2aci/
@ 2016-04-14 22:49 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-04-14 22:49 UTC (permalink / raw
  To: gentoo-commits

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>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/docker2aci/
@ 2016-04-14 23:02 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-04-14 23:02 UTC (permalink / raw
  To: gentoo-commits

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

app-emulation/docker2aci: Install binary

Package-Manager: portage-2.2.28

 app-emulation/docker2aci/docker2aci-0.9.3.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app-emulation/docker2aci/docker2aci-0.9.3.ebuild b/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
index 4fe88ab..141de5e 100644
--- a/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
+++ b/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
@@ -19,3 +19,8 @@ IUSE=""
 DEPEND="app-emulation/appc-spec
 	app-emulation/docker-distribution
 	dev-go/ioprogress"
+
+src_install() {
+	golang-build_src_install
+	dobin bin/${PN}
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker2aci/
@ 2016-04-25 22:45 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-04-25 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     34f2efe11fda972cfb0d84600bd486b7874fe1da
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 22:44:43 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 22:44:43 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=34f2efe1

app-emulation/docker2aci: Add correct dependency

Package-Manager: portage-2.2.28

 app-emulation/docker2aci/docker2aci-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker2aci/docker2aci-0.9.3.ebuild b/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
index 141de5e..c36ead9 100644
--- a/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
+++ b/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
@@ -17,7 +17,7 @@ SLOT="0/${PVR}"
 IUSE=""
 
 DEPEND="app-emulation/appc-spec
-	app-emulation/docker-distribution
+	app-emulation/docker-registry
 	dev-go/ioprogress"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker2aci/
@ 2016-08-28 22:11 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-08-28 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6afe77490466cbda6cd0dd2f4c3c13a816c53122
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 22:11:19 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 22:11:19 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6afe7749

app-emulation/docker2aci: Version bump, remove old

Package-Manager: portage-2.3.0

 app-emulation/docker2aci/Manifest                                       | 2 +-
 .../docker2aci/{docker2aci-0.9.3.ebuild => docker2aci-0.12.3.ebuild}    | 0
 app-emulation/docker2aci/metadata.xml                                   | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/docker2aci/Manifest b/app-emulation/docker2aci/Manifest
index f92c142..72c4a12 100644
--- a/app-emulation/docker2aci/Manifest
+++ b/app-emulation/docker2aci/Manifest
@@ -1 +1 @@
-DIST docker2aci-0.9.3.tar.gz 120777 SHA256 5aea6b7aac414af7135433cb8ea361c3faf83b87132685a57929b5cd25a2a07a SHA512 291e3e62df23944a0a8ffd3aebd3b8e7bd25b77b57502b66aa140fa4122b0814d85d5120655be47680ca5ca68cf3851d143e34045c874105300cb193caf61a84 WHIRLPOOL a4d68437af641833c24fc11b6bee146af84712f571e7e91ed578d68a0672a68056ade193e24a462322e7de8a32376b8d1a1d7e23abef9c5b388159baab9fec71
+DIST docker2aci-0.12.3.tar.gz 258417 SHA256 96b3ae91caee96996f5552c433030e93955a9bb5081d111e10e204e43abd6065 SHA512 5f7421c5a3585e625c1895c045b23d07ebce3caedc7113412e2b477e018c28d21cc5648b510ef3c943573f0b08ff8f4c8af933b4cd64be53239578355a2d51b5 WHIRLPOOL 1e41a0be056db6eba90d544bd545f011921c5d557c00eb56452ae092f7eb9fd8c23559dd8addb310826c36efd8ac789eb88505397082f46074db9daef00305b5

diff --git a/app-emulation/docker2aci/docker2aci-0.9.3.ebuild b/app-emulation/docker2aci/docker2aci-0.12.3.ebuild
similarity index 100%
rename from app-emulation/docker2aci/docker2aci-0.9.3.ebuild
rename to app-emulation/docker2aci/docker2aci-0.12.3.ebuild

diff --git a/app-emulation/docker2aci/metadata.xml b/app-emulation/docker2aci/metadata.xml
index bfcb697..97df2a0 100644
--- a/app-emulation/docker2aci/metadata.xml
+++ b/app-emulation/docker2aci/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

end of thread, other threads:[~2016-08-28 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25 22:45 [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker2aci/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2016-08-28 22:11 Manuel Rüger
2016-04-14 23:02 Manuel Rüger
2016-04-14 22:49 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