public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cadvisor/
Date: Fri, 13 Mar 2020 21:35:25 +0000 (UTC)	[thread overview]
Message-ID: <1584135310.0db98ca939674139da82d3f16878eb5917b557d1.williamh@gentoo> (raw)

commit:     0db98ca939674139da82d3f16878eb5917b557d1
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 13 21:31:23 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Mar 13 21:35:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db98ca9

app-emulation/cadvisor: 0.36.0 bump

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 app-emulation/cadvisor/Manifest               |  1 +
 app-emulation/cadvisor/cadvisor-0.36.0.ebuild | 38 +++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-emulation/cadvisor/Manifest b/app-emulation/cadvisor/Manifest
index 5c05e93fe26..8a9133dc6b8 100644
--- a/app-emulation/cadvisor/Manifest
+++ b/app-emulation/cadvisor/Manifest
@@ -1,2 +1,3 @@
 DIST cadvisor-0.34.0.tar.gz 5210189 BLAKE2B 48cf7ddc94e52f07a0e74868d00f4a45d45aa5233b518da46762743357c17cbe7f2971794deda9936a10c65724928a219c498bf6d2493266f5b0ea547d485cb6 SHA512 accb41afd4683413b846f9380229bfa54c88b3141be68492963444928e40e14fc28da3ce27b09746e29c4dfe6323cd6bea69181826367e830f284d6ab698c633
 DIST cadvisor-0.35.0.tar.gz 5268930 BLAKE2B 065619ee459062bb521e855ccfd576afe236863bdc203b65e53a7eb6aec7172b6b9bb1d4183667ed36c471becb09fd974d1e4f809cf614f4d0d03ea3b87c2f63 SHA512 9fdae170fd167e0b1a2b69112ff2ec081640a144490c04e364536cae71a90e2c2845857f35af81ec58d4addd3675fd86b045d1f1b99a3e281f6270ab5d2a70f3
+DIST cadvisor-0.36.0.tar.gz 6182273 BLAKE2B 0406bd88c6595f23de06be1e63e7c0affda7f94a3bbbb1b9e390f2747fdd3ef3199622a5003b79ed083a0cd80e6c013d7776e18269044150dafb98341c54425b SHA512 2da8a2e81d33b97e6f7c5ba3982e51b6d87748b138345ff94eb7671df851f0a535ceeef61358b0ee43bc161a88becdb153065bd7ff8fc9d7c390a4629ad10f02

diff --git a/app-emulation/cadvisor/cadvisor-0.36.0.ebuild b/app-emulation/cadvisor/cadvisor-0.36.0.ebuild
new file mode 100644
index 00000000000..e98f3715377
--- /dev/null
+++ b/app-emulation/cadvisor/cadvisor-0.36.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+COMMIT=4fe450a23991beb6c61dc941c0f87f56021ad386
+
+DESCRIPTION="Analyzes resource usage and performance characteristics of running containers"
+HOMEPAGE="https://github.com/google/cadvisor"
+SRC_URI="https://github.com/google/cadvisor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+COMMON_DEPEND="acct-group/cadvisor
+	acct-user/cadvisor"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+src_prepare() {
+	sed -i -e "/go get/d" build/assets.sh || die
+	sed -i -e "s/git describe.*/echo ${PV} )/"\
+		-e "s/git rev-parse --short HEAD.*/echo ${COMMIT} )/"\
+		build/build.sh || die
+	default
+}
+
+src_compile() {
+	GO_FLAGS="-v -work -x" VERBOSE="true" emake build
+}
+
+src_install() {
+	newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+	dobin ${PN}
+	keepdir /var/log/${PN}
+	fowners ${PN}:${PN} /var/log/${PN}
+}


             reply	other threads:[~2020-03-13 21:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13 21:35 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-30 15:09 [gentoo-commits] repo/gentoo:master commit in: app-emulation/cadvisor/ William Hubbs
2020-02-22 22:40 William Hubbs
2019-12-10  4:50 Zac Medico
2019-12-04  3:23 William Hubbs
2019-12-03  9:48 Michał Górny
2019-11-23 10:41 Manuel Rüger
2019-11-23 10:41 Manuel Rüger
2019-08-27 11:35 Manuel Rüger
2019-04-08 14:25 Manuel Rüger
2019-04-03 13:49 Manuel Rüger
2019-02-28 11:21 Manuel Rüger
2018-12-16 13:11 Manuel Rüger
2018-12-11  8:07 Manuel Rüger
2018-09-13 12:59 Manuel Rüger
2018-07-30 12:46 Manuel Rüger
2018-02-27 22:11 Manuel Rüger
2018-01-25 18:51 Manuel Rüger
2018-01-25 18:51 Manuel Rüger
2017-12-10 23:20 Manuel Rüger

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=1584135310.0db98ca939674139da82d3f16878eb5917b557d1.williamh@gentoo \
    --to=williamh@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