* [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker-distribution/
@ 2016-04-14 22:44 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2016-04-14 22:44 UTC (permalink / raw
To: gentoo-commits
commit: 76e337d44a180c4b0c0a80f6790ab32a27aba6f4
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 22:44:40 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 22:44:40 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=76e337d4
app-emulation/docker-distribution: Initial version
Package-Manager: portage-2.2.28
app-emulation/docker-distribution/Manifest | 1 +
.../docker-distribution-2.4.0.ebuild | 17 +++++++++++++++++
app-emulation/docker-distribution/metadata.xml | 8 ++++++++
3 files changed, 26 insertions(+)
diff --git a/app-emulation/docker-distribution/Manifest b/app-emulation/docker-distribution/Manifest
new file mode 100644
index 0000000..2432e85
--- /dev/null
+++ b/app-emulation/docker-distribution/Manifest
@@ -0,0 +1 @@
+DIST docker-distribution-2.4.0.tar.gz 1294478 SHA256 cfd0c6212a05c047fa6a5b9093493d2de0b438936f2d7318a902263a4a3d7b0f SHA512 668ba35adbe897f73e93e3ec8766123a70b4d2b0d57d4ec3e9f77f6d60d381184acc331b04ab0391f4c648da223dd2338a4065027e6c63aa86b1f1a039d7e300 WHIRLPOOL b07b0f79b97547c33fa2b64bcf85cc1e2bac3e17c38d6bda18a5ed7cfc500938ee29c26c15fbbc5110b22c2d28764674034cf325519261b01ada71deb6b541be
diff --git a/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild b/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild
new file mode 100644
index 0000000..d451506
--- /dev/null
+++ b/app-emulation/docker-distribution/docker-distribution-2.4.0.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/docker/distribution/..."
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Docker toolset to pack, ship, store, and deliver content"
+HOMEPAGE="https://github.com/docker/distribution"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0/${PVR}"
+IUSE=""
diff --git a/app-emulation/docker-distribution/metadata.xml b/app-emulation/docker-distribution/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/app-emulation/docker-distribution/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] 3+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker-distribution/
@ 2016-04-14 23:06 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2016-04-14 23:06 UTC (permalink / raw
To: gentoo-commits
commit: e762a8b466ee16f65666a1681bb3ba692ce58bcd
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 23:06:13 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 23:06:13 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e762a8b4
app-emulation/docker-distribution: Install binary
Package-Manager: portage-2.2.28
app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild b/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild
index d451506..8496496 100644
--- a/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild
+++ b/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild
@@ -15,3 +15,8 @@ SRC_URI="${ARCHIVE_URI}"
LICENSE="Apache-2.0"
SLOT="0/${PVR}"
IUSE=""
+
+src_install() {
+ golang-build_src_install
+ dobin bin/*
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker-distribution/
@ 2016-04-25 22:45 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2016-04-25 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 661a75ce39ea3a1c259d6cf34c99612690aacde8
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 22:45:11 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 22:45:11 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=661a75ce
app-emulation/docker-distribution: Remove package, replace by docker-registry
app-emulation/docker-distribution/Manifest | 1 -
.../docker-distribution-2.4.0.ebuild | 22 ----------------------
app-emulation/docker-distribution/metadata.xml | 8 --------
3 files changed, 31 deletions(-)
diff --git a/app-emulation/docker-distribution/Manifest b/app-emulation/docker-distribution/Manifest
deleted file mode 100644
index 2432e85..0000000
--- a/app-emulation/docker-distribution/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST docker-distribution-2.4.0.tar.gz 1294478 SHA256 cfd0c6212a05c047fa6a5b9093493d2de0b438936f2d7318a902263a4a3d7b0f SHA512 668ba35adbe897f73e93e3ec8766123a70b4d2b0d57d4ec3e9f77f6d60d381184acc331b04ab0391f4c648da223dd2338a4065027e6c63aa86b1f1a039d7e300 WHIRLPOOL b07b0f79b97547c33fa2b64bcf85cc1e2bac3e17c38d6bda18a5ed7cfc500938ee29c26c15fbbc5110b22c2d28764674034cf325519261b01ada71deb6b541be
diff --git a/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild b/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild
deleted file mode 100644
index 8496496..0000000
--- a/app-emulation/docker-distribution/docker-distribution-2.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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/docker/distribution/..."
-ARCHIVE_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Docker toolset to pack, ship, store, and deliver content"
-HOMEPAGE="https://github.com/docker/distribution"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0"
-SLOT="0/${PVR}"
-IUSE=""
-
-src_install() {
- golang-build_src_install
- dobin bin/*
-}
diff --git a/app-emulation/docker-distribution/metadata.xml b/app-emulation/docker-distribution/metadata.xml
deleted file mode 100644
index bfcb697..0000000
--- a/app-emulation/docker-distribution/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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] 3+ messages in thread
end of thread, other threads:[~2016-04-25 22:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14 22:44 [gentoo-commits] dev/mrueg:master commit in: app-emulation/docker-distribution/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-04-14 23:06 Manuel Rüger
2016-04-25 22:45 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