public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/docker-ls/
Date: Mon, 13 Mar 2017 14:55:28 +0000 (UTC)	[thread overview]
Message-ID: <1489416912.676906322f53903dcaa3a5a6e635b2239831eba1.mrueg@gentoo> (raw)

commit:     676906322f53903dcaa3a5a6e635b2239831eba1
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 14:55:12 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 14:55:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67690632

dev-util/docker-ls: Initial version

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-util/docker-ls/Manifest                        |  3 ++
 .../docker-ls/docker-ls-0.2.1_p20161102.ebuild     | 41 ++++++++++++++++++++++
 dev-util/docker-ls/metadata.xml                    |  8 +++++
 3 files changed, 52 insertions(+)

diff --git a/dev-util/docker-ls/Manifest b/dev-util/docker-ls/Manifest
new file mode 100644
index 00000000000..732562a6fcd
--- /dev/null
+++ b/dev-util/docker-ls/Manifest
@@ -0,0 +1,3 @@
+DIST docker-ls-0.2.1_p20161102.tar.gz 20313 SHA256 57d33772857ad7a013719f6a73c79ee7744a2c93cfae33f3e6fb352be228f1ed SHA512 fd44fcb21db696e9565b8e4e84ef4aaeee7d1101fc0e1f2978a452cc8ec8016fce47508afe201b7096f06066b030eedd9d78c8d3408ca82d2e96431661857e3f WHIRLPOOL 2c6861dad8d63a44e6fe45317962cb9f2a730543eaea5728a1bcfdbaca9f666f5d162a97194ba0b6fafe92d2c07584777afa901210c90fecc0bc0f8acbc8c8c6
+DIST github.com-go-yaml-yaml-a3f3340b5840cee44f372bddb5880fcbc419b46a.tar.gz 60814 SHA256 0904953c06aa32c6691cec2390437f7d4d62c71f37d72f50d110a6577c87963b SHA512 184a0e658a4eac3b867533cd0e494bd84db94fbe10e8df0d0b755c7ffc95bc99e2f84c0157183ca74cdc79289a85dcf7f1dea8a4c89a253565baf473b3627eae WHIRLPOOL c9113048502f65a4036bbfbd4f072b27b41f68547e682d1e1496ae73c65c30b1470061d1f99d17e6b4a373e59e07568b460ad5396eb4b1f16079da077aa8382f
+DIST github.com-golang-crypto-728b753d0135da6801d45a38e6f43ff55779c5c2.tar.gz 1317212 SHA256 1a17e324c6e96bea0f55f9900405d9ddb296c3a2ab55ad5882e716160575016f SHA512 163ca4b00188133d5c4d82dd685deaf2b889ae76b97021697d96dd8f11675a57361352e204d774a6fb7941f45dc8027ddb324abf0a4799ed19c3052181536992 WHIRLPOOL 09f69af205a74f275ce21565e16594603d0a2a84e8e412fdf652360a1472503e05329035ba10f0757127a7f6f1ebcc307c656f44c074f96bec767f4f51f573e2

diff --git a/dev-util/docker-ls/docker-ls-0.2.1_p20161102.ebuild b/dev-util/docker-ls/docker-ls-0.2.1_p20161102.ebuild
new file mode 100644
index 00000000000..fb27cf998d6
--- /dev/null
+++ b/dev-util/docker-ls/docker-ls-0.2.1_p20161102.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/mayflower/${PN}/..."
+EGIT_COMMIT="3c5e2decd5c6717d4f375a2588179758d62bb591"
+EGO_VENDOR=( "gopkg.in/yaml.v2 a3f3340b5840cee44f372bddb5880fcbc419b46a github.com/go-yaml/yaml"
+	"golang.org/x/crypto 728b753d0135da6801d45a38e6f43ff55779c5c2 github.com/golang/crypto" )
+
+inherit golang-build golang-vcs-snapshot
+
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Tools for browsing and manipulating docker registries"
+HOMEPAGE="https://github.com/jessfraz/reg"
+SRC_URI="${ARCHIVE_URI}
+	${EGO_VENDOR_URI}"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RESTRICT="test"
+
+src_prepare() {
+	default
+	sed -i -e "s/\"git\", \"rev-parse\", \"--short\", \"HEAD\"/\"echo\", \"${EGIT_COMMIT:0:8}\"/"\
+	src/${EGO_PN%/*}/generators/version.go || die
+}
+
+src_compile() {
+	pushd src || die
+	GOPATH="${WORKDIR}/${P}" go generate ${EGO_PN} || die
+	GOPATH="${WORKDIR}/${P}" go install ${EGO_PN%/*}/cli/... || die
+	popd || die
+}
+
+src_install() {
+	dobin bin/*
+}

diff --git a/dev-util/docker-ls/metadata.xml b/dev-util/docker-ls/metadata.xml
new file mode 100644
index 00000000000..97df2a00971
--- /dev/null
+++ b/dev-util/docker-ls/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 type="person">
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2017-03-13 14:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13 14:55 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-13 15:49 [gentoo-commits] repo/gentoo:master commit in: dev-util/docker-ls/ Manuel Rüger
2017-03-22 14:46 Manuel Rüger
2017-11-22 16:25 Manuel Rüger
2018-01-02 12:57 Manuel Rüger
2018-06-06 20:27 Manuel Rüger
2020-10-06  4:58 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489416912.676906322f53903dcaa3a5a6e635b2239831eba1.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox