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: sys-cluster/minikube/
Date: Mon, 01 Jul 2019 09:53:16
Message-Id: 1561974613.df54190168a74a00e3304ccb049f15cea876038c.mrueg@gentoo
1 commit: df54190168a74a00e3304ccb049f15cea876038c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 09:50:13 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 09:50:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df541901
7
8 sys-cluster/minikube: Remove old
9
10 Package-Manager: Portage-2.3.68, Repoman-2.3.16
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 sys-cluster/minikube/Manifest | 2 --
14 sys-cluster/minikube/minikube-0.33.1.ebuild | 50 -----------------------------
15 sys-cluster/minikube/minikube-0.34.1.ebuild | 50 -----------------------------
16 3 files changed, 102 deletions(-)
17
18 diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
19 index 1012409c84d..eaa7334ac87 100644
20 --- a/sys-cluster/minikube/Manifest
21 +++ b/sys-cluster/minikube/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST minikube-0.33.1.tar.gz 9434081 BLAKE2B a29c3293f67e33fa0f5ece632db1a852a3bbd6f2c522699e59148a41277bf819c20d5d27034c71f89df2a5d7895c2dbf3166c11661e98be38267fbd5b2c25ab5 SHA512 c4a266c2d68264155ebc6dcbd3788ed77678c86310be469e595cd6f1d89677082cd8445e9dd456ec7d7433922fd0e7d4315614c2a62640ce9efc7adceb0e7cb8
24 -DIST minikube-0.34.1.tar.gz 11048222 BLAKE2B 7451d310079f58c5a81383b3801faa153aeca9be6a93dd553d4220e203ce5ad06c2c5b1d0a7601bd76c9f05881c99ceabd959d1b290daa9c0ffce8b2f59c4e69 SHA512 004e403be9300b93a734eabe0fadf01fbfb7f13e04564df08924a6681109b1c155979728561aadce94265920ff3706785390d7ee9000a5072789127185d2a1d4
25 DIST minikube-1.0.0.tar.gz 11078450 BLAKE2B 4773ab9afd769e479674f4ce2ddf50220c1fc8b48a93b15541940db1805118e601d538bc93eb64f6978a6cdf7f9ea7e4300b947a3f819247f04dacd4c81f2a93 SHA512 9cf064192adad21270ea0c86dae2085482f0763d538210e4b35478277edf6b20ac9d212119f79eaa7ad8679dbeb7c1e2d0a4a0efeb3d6033f858e5dd7c296df5
26 DIST minikube-1.0.1.tar.gz 11206771 BLAKE2B 3aae096cd0998405ae30e1db699fd51330e82c13ebbf05283e5ead25918bfdd52c352fb8385caf7ef74b45fb94f63ddf2fa64c96cba79be59703cf0579e79e39 SHA512 41855aec3b159ddc8f6e89b9a8a63179edf21d3078040ccda56994aab8ce7b57f6a989d63b8b75c92698f2bbec8c128980b7f2268c793157f67f245625e07780
27
28 diff --git a/sys-cluster/minikube/minikube-0.33.1.ebuild b/sys-cluster/minikube/minikube-0.33.1.ebuild
29 deleted file mode 100644
30 index accf292d5ec..00000000000
31 --- a/sys-cluster/minikube/minikube-0.33.1.ebuild
32 +++ /dev/null
33 @@ -1,50 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
39 -
40 -inherit python-any-r1 golang-build golang-vcs-snapshot
41 -
42 -EGO_PN="k8s.io/minikube"
43 -ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -KEYWORDS="~amd64"
45 -
46 -DESCRIPTION="Single Node Kubernetes Cluster"
47 -HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io"
48 -SRC_URI="${ARCHIVE_URI}"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -IUSE="hardened libvirt"
53 -
54 -DEPEND="dev-go/go-bindata
55 - ${PYTHON_DEPS}
56 - libvirt? ( app-emulation/libvirt[qemu] )"
57 -RDEPEND=">=sys-cluster/kubectl-1.10.0"
58 -
59 -RESTRICT="test"
60 -
61 -src_prepare() {
62 - default
63 - sed -i -e 's/ -s -w/ -w/' -e 's#.*GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' -e 's#$(GOPATH)/bin/go-bindata#/usr/bin/go-bindata#g' src/${EGO_PN}/Makefile || die
64 - sed -i -e "s/get_commit(), get_tree_state(), get_version()/get_commit(), 'gitTreeState=clean', get_version()/" src/${EGO_PN}/hack/get_k8s_version.py || die
65 -}
66 -
67 -src_compile() {
68 - export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
69 - LDFLAGS="" GOFLAGS="-v" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN} $(usex libvirt "out/docker-machine-driver-kvm2" "") out/minikube-linux-amd64
70 -}
71 -
72 -src_install() {
73 - pushd src/${EGO_PN} || die
74 - newbin out/minikube-linux-amd64 minikube
75 - use libvirt && dobin out/docker-machine-driver-kvm2
76 - dodoc -r docs CHANGELOG.md README.md
77 - popd || die
78 -}
79 -
80 -pkg_postinst() {
81 - elog "You may want to install the following optional dependency:"
82 - elog " app-emulation/virtualbox or app-emulation/virtualbox-bin"
83 -}
84
85 diff --git a/sys-cluster/minikube/minikube-0.34.1.ebuild b/sys-cluster/minikube/minikube-0.34.1.ebuild
86 deleted file mode 100644
87 index accf292d5ec..00000000000
88 --- a/sys-cluster/minikube/minikube-0.34.1.ebuild
89 +++ /dev/null
90 @@ -1,50 +0,0 @@
91 -# Copyright 1999-2019 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=6
95 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
96 -
97 -inherit python-any-r1 golang-build golang-vcs-snapshot
98 -
99 -EGO_PN="k8s.io/minikube"
100 -ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
101 -KEYWORDS="~amd64"
102 -
103 -DESCRIPTION="Single Node Kubernetes Cluster"
104 -HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io"
105 -SRC_URI="${ARCHIVE_URI}"
106 -
107 -LICENSE="Apache-2.0"
108 -SLOT="0"
109 -IUSE="hardened libvirt"
110 -
111 -DEPEND="dev-go/go-bindata
112 - ${PYTHON_DEPS}
113 - libvirt? ( app-emulation/libvirt[qemu] )"
114 -RDEPEND=">=sys-cluster/kubectl-1.10.0"
115 -
116 -RESTRICT="test"
117 -
118 -src_prepare() {
119 - default
120 - sed -i -e 's/ -s -w/ -w/' -e 's#.*GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' -e 's#$(GOPATH)/bin/go-bindata#/usr/bin/go-bindata#g' src/${EGO_PN}/Makefile || die
121 - sed -i -e "s/get_commit(), get_tree_state(), get_version()/get_commit(), 'gitTreeState=clean', get_version()/" src/${EGO_PN}/hack/get_k8s_version.py || die
122 -}
123 -
124 -src_compile() {
125 - export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
126 - LDFLAGS="" GOFLAGS="-v" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN} $(usex libvirt "out/docker-machine-driver-kvm2" "") out/minikube-linux-amd64
127 -}
128 -
129 -src_install() {
130 - pushd src/${EGO_PN} || die
131 - newbin out/minikube-linux-amd64 minikube
132 - use libvirt && dobin out/docker-machine-driver-kvm2
133 - dodoc -r docs CHANGELOG.md README.md
134 - popd || die
135 -}
136 -
137 -pkg_postinst() {
138 - elog "You may want to install the following optional dependency:"
139 - elog " app-emulation/virtualbox or app-emulation/virtualbox-bin"
140 -}