Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/helm/
Date: Wed, 12 Feb 2020 18:21:15
Message-Id: 1581531644.69eb824f228af7c9d920668ed4c96c66f16dc144.williamh@gentoo
1 commit: 69eb824f228af7c9d920668ed4c96c66f16dc144
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Wed Feb 12 18:09:13 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 18:20:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69eb824f
7
8 app-admin/helm: 3.0.3 bump
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 app-admin/helm/Manifest | 1 +
13 app-admin/helm/helm-3.0.3.ebuild | 175 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 176 insertions(+)
15
16 diff --git a/app-admin/helm/Manifest b/app-admin/helm/Manifest
17 index e307816ada6..4a16b2cbfc4 100644
18 --- a/app-admin/helm/Manifest
19 +++ b/app-admin/helm/Manifest
20 @@ -238,3 +238,4 @@ DIST helm-2.16.1.tar.gz 1283836 BLAKE2B f0a2cfb05adea2b0a98341962753e777e9329b66
21 DIST helm-3.0.0.tar.gz 498488 BLAKE2B e55b64d9547744118f35b83ed8ed3f1db168c491dff7d73c9871b7a5af36505b7be2ae861fbe3439463ae8459c71aa30e16fb49858ac9be09516a6e905ed8a51 SHA512 924df23cea78d91062f15156c989a84b223eda5b1e291f8a781c0be2334a6f2436936e88b7c800c3fc7f68b8d3ddb1f8be78573f014d17024b68f35f7e11b153
22 DIST helm-3.0.1.tar.gz 498975 BLAKE2B 802b49ecc8888ef988571c9469be2dc039bb58373346a9d75284480b61971435774fcfffa42c1ffbc9d94d6f39fc1bc742c296aed2ba2676872bb50128d6333c SHA512 0fae3334e1c5c5a5e35c25a42d37bfdbbfcb40b6c1dc7a7b13dec4357ee0c538b619a2fd965921126ff8a652e1250fb158a502a99bf7da4ea697dff2e905d32b
23 DIST helm-3.0.2.tar.gz 499904 BLAKE2B 0a3fb3912a1cca4c2539922ad5759196de5d4d7e61acb9370017a5053a519ebfd2eaa7bfa3514a05c28e40ba2d0d8bf55b7651fffdc2f32e69d0e0db50bfdb17 SHA512 c45ca39603e14c75812c695ffd1d67b070144c5311de369a53fbe10d2935ae616d5fd8e79fb81bbc8485061f649b63446b4f081152c3de0a3a0b4bafac7104a3
24 +DIST helm-3.0.3.tar.gz 499874 BLAKE2B eda691d2b02fb5aaee7e09dd846c19650c3fc0e5d46e703a768b3db5a9966c8bb5548beb1699c5c8771e8e39f8fe35558e601a961d900cd6ebd2e813dec1e6b7 SHA512 9dc776f0638350ba09f7a1af383160a56b0badd3c353f57173ea2540625eb36afe2c0cc1a203b6bcef738d32e4d914028a9b0495d2b652a8cbee4317bca47f0b
25
26 diff --git a/app-admin/helm/helm-3.0.3.ebuild b/app-admin/helm/helm-3.0.3.ebuild
27 new file mode 100644
28 index 00000000000..d1661c568d7
29 --- /dev/null
30 +++ b/app-admin/helm/helm-3.0.3.ebuild
31 @@ -0,0 +1,175 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +inherit go-module bash-completion-r1
37 +
38 +DESCRIPTION="Kubernetes Package Manager"
39 +HOMEPAGE="https://github.com/helm/helm https://helm.sh"
40 +
41 +EGO_VENDOR=(
42 + "github.com/Nvveen/Gotty a8b993ba6abdb0e0c12b0125c603323a71c7790c github.com/ijc25/Gotty"
43 + "cloud.google.com/go v0.38.0 github.com/GoogleCloudPlatform/gcloud-golang"
44 + "github.com/Azure/go-ansiterm d6e3b3328b78"
45 + "github.com/Azure/go-autorest v13.0.0"
46 + "github.com/BurntSushi/toml v0.3.1"
47 + "github.com/MakeNowJust/heredoc e9091a26100e"
48 + "github.com/Masterminds/goutils v1.1.0"
49 + "github.com/Masterminds/semver/v3 v3.0.3 github.com/Masterminds/semver"
50 + "github.com/Masterminds/sprig/v3 v3.0.2 github.com/Masterminds/sprig"
51 + "github.com/Masterminds/vcs v1.13.0"
52 + "github.com/Microsoft/go-winio v0.4.12"
53 + "github.com/Microsoft/hcsshim v0.8.6"
54 + "github.com/PuerkitoBio/purell v1.1.1"
55 + "github.com/PuerkitoBio/urlesc de5bf2ad4578"
56 + "github.com/Shopify/logrus-bugsnag 577dee27f20d"
57 + "github.com/asaskevich/govalidator f61b66f89f4a"
58 + "github.com/beorn7/perks v1.0.1"
59 + "github.com/bshuster-repo/logrus-logstash-hook v0.4.1"
60 + "github.com/bugsnag/bugsnag-go v1.5.0"
61 + "github.com/bugsnag/panicwrap v1.2.0"
62 + "github.com/cespare/xxhash/v2 v2.1.0 github.com/cespare/xxhash"
63 + "github.com/containerd/containerd v1.3.0"
64 + "github.com/containerd/continuity 004b46473808"
65 + "github.com/cpuguy83/go-md2man v1.0.10"
66 + "github.com/cyphar/filepath-securejoin v0.2.2"
67 + "github.com/davecgh/go-spew v1.1.1"
68 + "github.com/deislabs/oras v0.7.0"
69 + "github.com/dgrijalva/jwt-go v3.2.0"
70 + "github.com/docker/cli d88565df0c2d"
71 + "github.com/docker/distribution v2.7.1"
72 + "github.com/docker/docker 2cb26cfe9cbf"
73 + "github.com/docker/docker-credential-helpers v0.6.1"
74 + "github.com/docker/go-connections v0.4.0"
75 + "github.com/docker/go-metrics b84716841b82"
76 + "github.com/docker/go-units v0.4.0"
77 + "github.com/docker/libtrust aabc10ec26b7"
78 + "github.com/docker/spdystream 6480d4af844c"
79 + "github.com/emicklei/go-restful v2.11.1"
80 + "github.com/evanphx/json-patch v4.5.0"
81 + "github.com/exponent-io/jsonpath d6023ce2651d"
82 + "github.com/garyburd/redigo v1.6.0"
83 + "github.com/ghodss/yaml v1.0.0"
84 + "github.com/go-openapi/jsonpointer v0.19.3"
85 + "github.com/go-openapi/jsonreference v0.19.3"
86 + "github.com/go-openapi/spec v0.19.4"
87 + "github.com/go-openapi/swag v0.19.5"
88 + "github.com/gobwas/glob v0.2.3"
89 + "github.com/gofrs/flock v0.7.1"
90 + "github.com/gofrs/uuid v3.2.0"
91 + "github.com/gogo/protobuf v1.3.1"
92 + "github.com/golang/protobuf v1.3.2"
93 + "github.com/google/btree v1.0.0"
94 + "github.com/google/go-cmp v0.3.1"
95 + "github.com/google/gofuzz v1.0.0"
96 + "github.com/google/uuid v1.1.1"
97 + "github.com/googleapis/gnostic v0.3.1"
98 + "github.com/gophercloud/gophercloud v0.1.0"
99 + "github.com/gorilla/handlers v1.4.0"
100 + "github.com/gorilla/mux v1.7.0"
101 + "github.com/gosuri/uitable v0.0.1"
102 + "github.com/gregjones/httpcache c63ab54fda8f"
103 + "github.com/hashicorp/golang-lru v0.5.3"
104 + "github.com/huandu/xstrings v1.2.0"
105 + "github.com/imdario/mergo v0.3.8"
106 + "github.com/inconshreveable/mousetrap v1.0.0"
107 + "github.com/json-iterator/go v1.1.7"
108 + "github.com/kardianos/osext ae77be60afb1"
109 + "github.com/konsorten/go-windows-terminal-sequences v1.0.1"
110 + "github.com/mailru/easyjson v0.7.0"
111 + "github.com/mattn/go-runewidth v0.0.4"
112 + "github.com/mattn/go-shellwords v1.0.5"
113 + "github.com/matttproud/golang_protobuf_extensions v1.0.1"
114 + "github.com/miekg/dns 0d29b283ac0f"
115 + "github.com/mitchellh/copystructure v1.0.0"
116 + "github.com/mitchellh/go-wordwrap v1.0.0"
117 + "github.com/mitchellh/reflectwalk v1.0.0"
118 + "github.com/modern-go/concurrent bacd9c7ef1dd"
119 + "github.com/modern-go/reflect2 v1.0.1"
120 + "github.com/morikuni/aec 39771216ff4c"
121 + "github.com/opencontainers/go-digest v1.0.0-rc1"
122 + "github.com/opencontainers/image-spec v1.0.1"
123 + "github.com/opencontainers/runc v0.1.1"
124 + "github.com/peterbourgon/diskv v2.0.1"
125 + "github.com/pkg/errors v0.8.1"
126 + "github.com/pmezard/go-difflib v1.0.0"
127 + "github.com/prometheus/client_golang v1.2.1"
128 + "github.com/prometheus/client_model 14fe0d1b01d4"
129 + "github.com/prometheus/common v0.7.0"
130 + "github.com/prometheus/procfs v0.0.5"
131 + "github.com/russross/blackfriday v1.5.2"
132 + "github.com/sirupsen/logrus v1.4.2"
133 + "github.com/spf13/cast v1.3.0"
134 + "github.com/spf13/cobra v0.0.5"
135 + "github.com/spf13/pflag v1.0.5"
136 + "github.com/stretchr/testify v1.4.0"
137 + "github.com/xeipuuv/gojsonpointer 4e3ac2762d5f"
138 + "github.com/xeipuuv/gojsonreference bd5ef7bd5415"
139 + "github.com/xeipuuv/gojsonschema v1.1.0"
140 + "github.com/xenolf/lego a9d8cec0e656"
141 + "github.com/yvasiyarov/go-metrics c25f46c4b940"
142 + "github.com/yvasiyarov/gorelic v0.0.6"
143 + "github.com/yvasiyarov/newrelic_platform_go b21fdbd4370f"
144 + "golang.org/x/crypto f83a4685e152 github.com/golang/crypto"
145 + "golang.org/x/net fe3aa8a45271 github.com/golang/net"
146 + "golang.org/x/oauth2 0f29369cfe45 github.com/golang/oauth2"
147 + "golang.org/x/sync 112230192c58 github.com/golang/sync"
148 + "golang.org/x/sys 195ce5e7f934 github.com/golang/sys"
149 + "golang.org/x/text v0.3.2 github.com/golang/text"
150 + "golang.org/x/time 555d28b269f0 github.com/golang/time"
151 + "google.golang.org/appengine v1.6.5 github.com/golang/appengine"
152 + "google.golang.org/genproto 919d9bdd9fe6 github.com/google/go-genproto"
153 + "google.golang.org/grpc v1.24.0 github.com/grpc/grpc-go"
154 + "gopkg.in/inf.v0 v0.9.1 github.com/go-inf/inf"
155 + "gopkg.in/square/go-jose.v1 v1.1.2 github.com/square/go-jose"
156 + "gopkg.in/yaml.v2 v2.2.4 github.com/go-yaml/yaml"
157 + "k8s.io/api 35e52d86657a github.com/kubernetes/api"
158 + "k8s.io/apiextensions-apiserver 5357c4baaf65 github.com/kubernetes/apiextensions-apiserver"
159 + "k8s.io/apimachinery a2eda9f80ab8 github.com/kubernetes/apimachinery"
160 + "k8s.io/cli-runtime 74ad18325ed5 github.com/kubernetes/cli-runtime"
161 + "k8s.io/client-go bec269661e48 github.com/kubernetes/client-go"
162 + "k8s.io/klog v1.0.0 github.com/kubernetes/klog"
163 + "k8s.io/kube-openapi 0270cf2f1c1d github.com/kubernetes/kube-openapi"
164 + "k8s.io/kubectl 2ed914427d51 github.com/kubernetes/kubectl"
165 + "k8s.io/utils 8d271d903fe4 github.com/kubernetes/utils"
166 + "rsc.io/letsencrypt v0.0.1 github.com/rsc/letsencrypt"
167 + "sigs.k8s.io/kustomize v2.0.3 github.com/kubernetes-sigs/kustomize"
168 + "sigs.k8s.io/yaml v1.1.0 github.com/kubernetes-sigs/yaml"
169 +)
170 +
171 +MY_PV=${PV/_rc/-rc.}
172 +SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
173 + $(go-module_vendor_uris)"
174 +
175 +LICENSE="Apache-2.0"
176 +SLOT="0"
177 +KEYWORDS="~amd64"
178 +
179 +RESTRICT="strip test"
180 +
181 +GIT_COMMIT=ac925eb7279f4a6955df663a0128044a8a6b7593
182 +
183 +src_prepare() {
184 + default
185 + sed -i -e "s/git rev-parse HEAD/echo ${GIT_COMMIT}/"\
186 + -e "s/git rev-parse --short HEAD/echo ${GIT_COMMIT:0:7}/"\
187 + -e "s#git describe --tags --abbrev=0 --exact-match 2>/dev/null#echo v${PV}#"\
188 + -e 's/test -n "`git status --porcelain`" && echo "dirty" || //' \
189 + -e "/GOFLAGS :=/d" \
190 + Makefile || die
191 +}
192 +
193 +src_compile() {
194 + emake LDFLAGS= build
195 + bin/${PN} completion bash > ${PN}.bash || die
196 + bin/${PN} completion zsh > ${PN}.zsh || die
197 +}
198 +
199 +src_install() {
200 + newbashcomp ${PN}.bash ${PN}
201 + insinto /usr/share/zsh/site-functions
202 + newins ${PN}.zsh _${PN}
203 +
204 + dobin bin/${PN}
205 + dodoc README.md
206 +}