From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ksonnet/
Date: Thu, 8 Feb 2018 19:46:36 +0000 (UTC) [thread overview]
Message-ID: <1518119176.abc2d023e3f63693d58e7318f116b8d9dd2ef074.mrueg@gentoo> (raw)
commit: abc2d023e3f63693d58e7318f116b8d9dd2ef074
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 8 19:45:30 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 19:46:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc2d023
app-admin/ksonnet: Initial version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-admin/ksonnet/Manifest | 1 +
app-admin/ksonnet/ksonnet-0.8.0.ebuild | 40 ++++++++++++++++++++++++++++++++++
app-admin/ksonnet/metadata.xml | 11 ++++++++++
3 files changed, 52 insertions(+)
diff --git a/app-admin/ksonnet/Manifest b/app-admin/ksonnet/Manifest
new file mode 100644
index 00000000000..47805b52b08
--- /dev/null
+++ b/app-admin/ksonnet/Manifest
@@ -0,0 +1 @@
+DIST ksonnet-0.8.0.tar.gz 5260937 BLAKE2B 3b14618d9e40e0f71f966a0acd1ac121040ddfbd378b363236f98c4ecc6d2a2b688988816cd56801bc127b41ac56f4a8446bf152b0ffbdc3f64bce879bfa7cc4 SHA512 c80bbb0d6959045c2de0bf3a21b8a869b53a397e2e31b4b273ccd4f16afceb4038c6263a34d8e0934234cea5997949202e58dd7603902b221a140be737924aec
diff --git a/app-admin/ksonnet/ksonnet-0.8.0.ebuild b/app-admin/ksonnet/ksonnet-0.8.0.ebuild
new file mode 100644
index 00000000000..48881fd39b6
--- /dev/null
+++ b/app-admin/ksonnet/ksonnet-0.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/ksonnet/ksonnet"
+
+inherit golang-build golang-vcs-snapshot bash-completion-r1
+
+ARCHIVE_URI="https://github.com/ksonnet/ksonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="CLI-supported framework for extensible Kubernetes configurations"
+HOMEPAGE="https://github.com/ksonnet/ksonnet http://ksonnet.heptio.com/"
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RESTRICT="test"
+
+src_prepare() {
+ default
+ sed -i -e "s/EXTRA_GO_FLAGS =/EXTRA_GO_FLAGS = -v /"\
+ -e "s/VERSION =.*/VERSION = ${PV}/" src/${EGO_PN}/Makefile || die
+}
+
+src_compile() {
+ pushd src/${EGO_PN} || die
+ GOPATH="${S}" emake ks
+ popd || die
+}
+
+src_install() {
+ pushd src/${EGO_PN} || die
+ dobin ks
+ dodoc README.md
+ popd || die
+}
diff --git a/app-admin/ksonnet/metadata.xml b/app-admin/ksonnet/metadata.xml
new file mode 100644
index 00000000000..317ede0369b
--- /dev/null
+++ b/app-admin/ksonnet/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">heptio/ksonnet</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2018-02-08 19:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-08 19:46 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-12 14:41 [gentoo-commits] repo/gentoo:master commit in: app-admin/ksonnet/ Manuel Rüger
2018-05-15 11:23 Manuel Rüger
2018-06-02 12:28 Manuel Rüger
2019-01-15 19:14 Manuel Rüger
2019-04-10 8:37 Manuel Rüger
2019-05-31 0:57 Aaron Bauman
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=1518119176.abc2d023e3f63693d58e7318f116b8d9dd2ef074.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