Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cadvisor/
Date: Thu, 25 Jan 2018 18:51:59
Message-Id: 1516906298.cc5bc85d76f9b9ce6b31115dc42371cd3fd96e3c.mrueg@gentoo
1 commit: cc5bc85d76f9b9ce6b31115dc42371cd3fd96e3c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 18:50:22 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 18:51:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5bc85d
7
8 app-emulation/cadvisor: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-emulation/cadvisor/Manifest | 1 -
13 app-emulation/cadvisor/cadvisor-0.28.2.ebuild | 26 --------------------------
14 app-emulation/cadvisor/cadvisor-0.28.3.ebuild | 27 ---------------------------
15 3 files changed, 54 deletions(-)
16
17 diff --git a/app-emulation/cadvisor/Manifest b/app-emulation/cadvisor/Manifest
18 index 21e686d5dd1..8587a6e4c79 100644
19 --- a/app-emulation/cadvisor/Manifest
20 +++ b/app-emulation/cadvisor/Manifest
21 @@ -1,2 +1 @@
22 -DIST cadvisor-0.28.2.tar.gz 4109967 BLAKE2B c55268a0768adeea75ecc2baa1093d5d5360d1e0be56cea467fe759278c7047060c4b78179a3a35801afbcf6415ffbeb7e0649c92e79878e5615c73a37eeabeb SHA512 e682b8e062ba373e5726a8076d5be75322e7c592bd751aa32da9a99e5d380a77fc4b376aa478b0beff18bae2bc8432d3a70542605681410d5e1e0b1919a6c252
23 DIST cadvisor-0.28.3.tar.gz 4110487 BLAKE2B d6b9d6de67e5672a3ba57ea0c28f38e2e96ec43910f8f5bbbe17b377ccbadf026d4418928234149e9ad3936f4c0871d7c371dda2bea49111735a33520154b2d3 SHA512 da111d74bfa3485c42a03a027ccbf833886e561f3244a081ad5439f7a714767cf4666c43c17b0b976089ea40916089aaa2c6070ec4aefc19798a1d5325e005e4
24
25 diff --git a/app-emulation/cadvisor/cadvisor-0.28.2.ebuild b/app-emulation/cadvisor/cadvisor-0.28.2.ebuild
26 deleted file mode 100644
27 index 25f12f41933..00000000000
28 --- a/app-emulation/cadvisor/cadvisor-0.28.2.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -EGO_PN="github.com/google/cadvisor"
36 -
37 -inherit user golang-build golang-vcs-snapshot
38 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -KEYWORDS="~amd64"
40 -
41 -DESCRIPTION="Analyzes resource usage and performance characteristics of running containers"
42 -
43 -HOMEPAGE="https://github.com/google/cadvisor"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -IUSE=""
48 -
49 -pkg_setup() {
50 - enewgroup ${PN}
51 - enewuser ${PN} -1 -1 /dev/null ${PN}
52 -}
53 -
54 -src_install() {
55 - dobin ${PN}
56 -}
57
58 diff --git a/app-emulation/cadvisor/cadvisor-0.28.3.ebuild b/app-emulation/cadvisor/cadvisor-0.28.3.ebuild
59 deleted file mode 100644
60 index c3666053995..00000000000
61 --- a/app-emulation/cadvisor/cadvisor-0.28.3.ebuild
62 +++ /dev/null
63 @@ -1,27 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -EGO_PN="github.com/google/cadvisor"
69 -
70 -inherit user golang-build golang-vcs-snapshot
71 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
72 -KEYWORDS="~amd64"
73 -
74 -DESCRIPTION="Analyzes resource usage and performance characteristics of running containers"
75 -
76 -HOMEPAGE="https://github.com/google/cadvisor"
77 -
78 -LICENSE="Apache-2.0"
79 -SLOT="0"
80 -IUSE=""
81 -
82 -pkg_setup() {
83 - enewgroup ${PN}
84 - enewuser ${PN} -1 -1 /dev/null ${PN}
85 -}
86 -
87 -src_install() {
88 - newinitd "${FILESDIR}"/${PN}.initd ${PN}
89 - dobin ${PN}
90 -}