From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/kompose/
Date: Mon, 12 Dec 2016 15:06:58 +0000 (UTC) [thread overview]
Message-ID: <1481555168.fc3edabb53822c6cef4a1b2e752e3c69c0708a33.mrueg@gentoo> (raw)
commit: fc3edabb53822c6cef4a1b2e752e3c69c0708a33
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 15:06:08 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 15:06:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3edabb
app-emulation/kompose: Initial version
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-emulation/kompose/Manifest | 1 +
.../kompose/kompose-0.1.2_p20161207.ebuild | 33 ++++++++++++++++++++++
app-emulation/kompose/metadata.xml | 11 ++++++++
3 files changed, 45 insertions(+)
diff --git a/app-emulation/kompose/Manifest b/app-emulation/kompose/Manifest
new file mode 100644
index 00000000..47636d5
--- /dev/null
+++ b/app-emulation/kompose/Manifest
@@ -0,0 +1 @@
+DIST kompose-0.1.2_p20161207.tar.gz 4931237 SHA256 d4e008f6b9e5086365bc2cfb9a0883026cb6e8bb925612e31dc2112498c10bc0 SHA512 6dc5b047fdc56e368508338975221644219b820d90960c726a601ac0c33e637a25e4c98cd3ec8438d5fe7c7e30bb554fa89c43805668f0189d1b59e0785d5361 WHIRLPOOL 6a96698a786b87309e334c5ab69681002e232118e64bdd5778fa42ef2f02b993459e6bc1b9e40c84c0a3b5398569b3dcd2ef01479f64ecda68b15cae96020fa6
diff --git a/app-emulation/kompose/kompose-0.1.2_p20161207.ebuild b/app-emulation/kompose/kompose-0.1.2_p20161207.ebuild
new file mode 100644
index 00000000..7472d63
--- /dev/null
+++ b/app-emulation/kompose/kompose-0.1.2_p20161207.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/kubernetes-incubator/kompose/..."
+EGIT_COMMIT="04a3131834cddfb1af42b63b21641fbbf84a4a9d"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Tool to move from docker-compose to Kubernetes"
+HOMEPAGE="https://github.com/kubernetes-incubator/kompose"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0/${PVR}"
+IUSE="hardened"
+
+src_prepare() {
+ default
+ sed -i -e "s/HEAD/${EGIT_COMMIT:0:7}/" src/${EGO_PN%/*}/version/version.go || die
+}
+
+src_compile() {
+ export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
+ GOPATH="${S}" go build -o bin/kompose src/${EGO_PN%/*}/main.go || die
+}
+
+src_install() {
+ dobin bin/*
+ dodoc -r src/${EGO_PN%/*}/{docs,{README,RELEASE,ROADMAP,CHANGELOG,CONTRIBUTING}.md}
+}
diff --git a/app-emulation/kompose/metadata.xml b/app-emulation/kompose/metadata.xml
new file mode 100644
index 00000000..1bc30e1
--- /dev/null
+++ b/app-emulation/kompose/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ <upstream>
+ <remote-id type="github">kubernetes-incubator/kompose</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-12-13 1:21 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-12 15:06 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-14 19:58 [gentoo-commits] repo/gentoo:master commit in: app-emulation/kompose/ Manuel Rüger
2017-02-14 19:58 Manuel Rüger
2017-03-13 16:24 Manuel Rüger
2017-04-11 14:59 Manuel Rüger
2017-04-15 18:34 Manuel Rüger
2017-05-10 21:42 Manuel Rüger
2017-06-06 21:43 Manuel Rüger
2017-06-06 21:43 Manuel Rüger
2017-08-01 12:24 Manuel Rüger
2017-08-01 12:25 Manuel Rüger
2017-09-08 21:55 Manuel Rüger
2017-09-08 21:55 Manuel Rüger
2017-09-18 11:10 Manuel Rüger
2017-09-19 16:42 Manuel Rüger
2017-10-12 12:08 Manuel Rüger
2017-10-25 16:16 Manuel Rüger
2017-11-02 10:43 Manuel Rüger
2017-11-24 13:41 Manuel Rüger
2017-12-15 16:49 Manuel Rüger
2017-12-15 16:49 Manuel Rüger
2018-01-09 19:27 Manuel Rüger
2018-01-09 19:27 Manuel Rüger
2018-01-25 18:53 Manuel Rüger
2018-01-26 13:41 Manuel Rüger
2018-02-14 22:56 Manuel Rüger
2018-02-14 22:57 Manuel Rüger
2018-03-09 14:31 Manuel Rüger
2018-03-27 8:23 Manuel Rüger
2018-03-27 8:23 Manuel Rüger
2018-04-21 23:31 Manuel Rüger
2018-05-15 11:18 Manuel Rüger
2018-05-15 11:18 Manuel Rüger
2018-06-05 13:17 Manuel Rüger
2018-06-05 13:17 Manuel Rüger
2018-07-02 15:00 Manuel Rüger
2018-07-30 13:04 Manuel Rüger
2018-08-20 14:59 Manuel Rüger
2019-01-27 10:15 Pacho Ramos
2019-10-17 13:39 Manuel Rüger
2019-11-24 21:59 Manuel Rüger
2020-05-25 20:46 William Hubbs
2020-11-12 15:58 William Hubbs
2020-11-29 0:39 William Hubbs
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=1481555168.fc3edabb53822c6cef4a1b2e752e3c69c0708a33.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