public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/
Date: Mon,  1 Jul 2019 09:53:12 +0000 (UTC)	[thread overview]
Message-ID: <1561974613.df54190168a74a00e3304ccb049f15cea876038c.mrueg@gentoo> (raw)

commit:     df54190168a74a00e3304ccb049f15cea876038c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 09:50:13 2019 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 09:50:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df541901

sys-cluster/minikube: Remove old

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>

 sys-cluster/minikube/Manifest               |  2 --
 sys-cluster/minikube/minikube-0.33.1.ebuild | 50 -----------------------------
 sys-cluster/minikube/minikube-0.34.1.ebuild | 50 -----------------------------
 3 files changed, 102 deletions(-)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index 1012409c84d..eaa7334ac87 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -1,4 +1,2 @@
-DIST minikube-0.33.1.tar.gz 9434081 BLAKE2B a29c3293f67e33fa0f5ece632db1a852a3bbd6f2c522699e59148a41277bf819c20d5d27034c71f89df2a5d7895c2dbf3166c11661e98be38267fbd5b2c25ab5 SHA512 c4a266c2d68264155ebc6dcbd3788ed77678c86310be469e595cd6f1d89677082cd8445e9dd456ec7d7433922fd0e7d4315614c2a62640ce9efc7adceb0e7cb8
-DIST minikube-0.34.1.tar.gz 11048222 BLAKE2B 7451d310079f58c5a81383b3801faa153aeca9be6a93dd553d4220e203ce5ad06c2c5b1d0a7601bd76c9f05881c99ceabd959d1b290daa9c0ffce8b2f59c4e69 SHA512 004e403be9300b93a734eabe0fadf01fbfb7f13e04564df08924a6681109b1c155979728561aadce94265920ff3706785390d7ee9000a5072789127185d2a1d4
 DIST minikube-1.0.0.tar.gz 11078450 BLAKE2B 4773ab9afd769e479674f4ce2ddf50220c1fc8b48a93b15541940db1805118e601d538bc93eb64f6978a6cdf7f9ea7e4300b947a3f819247f04dacd4c81f2a93 SHA512 9cf064192adad21270ea0c86dae2085482f0763d538210e4b35478277edf6b20ac9d212119f79eaa7ad8679dbeb7c1e2d0a4a0efeb3d6033f858e5dd7c296df5
 DIST minikube-1.0.1.tar.gz 11206771 BLAKE2B 3aae096cd0998405ae30e1db699fd51330e82c13ebbf05283e5ead25918bfdd52c352fb8385caf7ef74b45fb94f63ddf2fa64c96cba79be59703cf0579e79e39 SHA512 41855aec3b159ddc8f6e89b9a8a63179edf21d3078040ccda56994aab8ce7b57f6a989d63b8b75c92698f2bbec8c128980b7f2268c793157f67f245625e07780

diff --git a/sys-cluster/minikube/minikube-0.33.1.ebuild b/sys-cluster/minikube/minikube-0.33.1.ebuild
deleted file mode 100644
index accf292d5ec..00000000000
--- a/sys-cluster/minikube/minikube-0.33.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit python-any-r1 golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/minikube"
-ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Single Node Kubernetes Cluster"
-HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io"
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened libvirt"
-
-DEPEND="dev-go/go-bindata
-	${PYTHON_DEPS}
-	libvirt? ( app-emulation/libvirt[qemu] )"
-RDEPEND=">=sys-cluster/kubectl-1.10.0"
-
-RESTRICT="test"
-
-src_prepare() {
-	default
-	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
-	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
-}
-
-src_compile() {
-	export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-	LDFLAGS="" GOFLAGS="-v" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN}  $(usex libvirt "out/docker-machine-driver-kvm2" "") out/minikube-linux-amd64
-}
-
-src_install() {
-	pushd src/${EGO_PN} || die
-	newbin out/minikube-linux-amd64 minikube
-	use libvirt && dobin out/docker-machine-driver-kvm2
-	dodoc -r docs CHANGELOG.md README.md
-	popd || die
-}
-
-pkg_postinst() {
-	elog "You may want to install the following optional dependency:"
-	elog "  app-emulation/virtualbox or app-emulation/virtualbox-bin"
-}

diff --git a/sys-cluster/minikube/minikube-0.34.1.ebuild b/sys-cluster/minikube/minikube-0.34.1.ebuild
deleted file mode 100644
index accf292d5ec..00000000000
--- a/sys-cluster/minikube/minikube-0.34.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit python-any-r1 golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/minikube"
-ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Single Node Kubernetes Cluster"
-HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io"
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened libvirt"
-
-DEPEND="dev-go/go-bindata
-	${PYTHON_DEPS}
-	libvirt? ( app-emulation/libvirt[qemu] )"
-RDEPEND=">=sys-cluster/kubectl-1.10.0"
-
-RESTRICT="test"
-
-src_prepare() {
-	default
-	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
-	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
-}
-
-src_compile() {
-	export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-	LDFLAGS="" GOFLAGS="-v" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN}  $(usex libvirt "out/docker-machine-driver-kvm2" "") out/minikube-linux-amd64
-}
-
-src_install() {
-	pushd src/${EGO_PN} || die
-	newbin out/minikube-linux-amd64 minikube
-	use libvirt && dobin out/docker-machine-driver-kvm2
-	dodoc -r docs CHANGELOG.md README.md
-	popd || die
-}
-
-pkg_postinst() {
-	elog "You may want to install the following optional dependency:"
-	elog "  app-emulation/virtualbox or app-emulation/virtualbox-bin"
-}


             reply	other threads:[~2019-07-01  9:53 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-01  9:53 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-20  1:47 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/ Zac Medico
2024-01-03  1:08 Sam James
2023-05-08  3:47 Zac Medico
2023-05-02  4:35 Zac Medico
2022-10-18  1:52 Zac Medico
2022-10-18  1:52 Zac Medico
2022-08-02 23:08 Zac Medico
2022-06-25 15:58 Zac Medico
2022-02-26 18:47 Zac Medico
2022-02-16 19:52 Zac Medico
2022-01-24  3:13 Zac Medico
2022-01-20  1:39 Zac Medico
2022-01-15 21:22 Georgy Yakovlev
2022-01-15 18:48 Zac Medico
2021-11-06  6:18 Zac Medico
2021-10-28 22:10 Zac Medico
2021-10-28 22:04 Zac Medico
2021-04-19 17:50 Zac Medico
2021-02-22 17:06 William Hubbs
2020-10-29 14:31 William Hubbs
2020-10-26  4:56 Georgy Yakovlev
2020-10-23  3:31 Georgy Yakovlev
2020-10-22  0:09 Georgy Yakovlev
2020-10-03 21:38 William Hubbs
2020-06-12 18:27 William Hubbs
2020-05-20 15:34 William Hubbs
2020-05-20 15:34 William Hubbs
2020-05-13 22:12 William Hubbs
2020-05-04 19:04 William Hubbs
2020-02-10 13:26 Michał Górny
2019-12-20 20:10 Zac Medico
2019-12-14  2:37 Zac Medico
2019-12-14  2:26 Zac Medico
2019-12-14  2:22 Zac Medico
2019-12-14  2:19 Zac Medico
2019-12-14  2:19 Zac Medico
2019-11-23 10:35 Manuel Rüger
2019-05-02 15:55 Manuel Rüger
2019-03-28 16:20 Manuel Rüger
2019-03-28 13:20 Manuel Rüger
2019-02-18 16:00 Manuel Rüger
2019-01-28 10:54 Manuel Rüger
2019-01-18 13:18 Manuel Rüger
2018-12-30 16:18 Manuel Rüger
2018-12-16 12:15 Manuel Rüger
2018-12-11 10:11 Manuel Rüger
2018-10-28 16:13 Manuel Rüger
2018-10-04 12:04 Mike Gilbert
2018-09-28 13:28 Manuel Rüger
2018-07-24 13:32 Manuel Rüger
2018-07-18 18:39 Manuel Rüger
2018-07-02 14:46 Manuel Rüger
2018-07-02 14:46 Manuel Rüger
2018-06-14 14:38 Manuel Rüger
2018-05-23  8:29 Manuel Rüger
2018-05-17 15:21 Manuel Rüger
2018-04-21 23:31 Manuel Rüger
2018-04-11 14:05 Manuel Rüger
2018-04-04 11:44 Manuel Rüger
2018-03-26 14:21 Manuel Rüger
2018-02-27 21:41 Manuel Rüger
2018-01-27 18:28 Manuel Rüger
2018-01-16 15:56 Manuel Rüger
2017-12-01 13:56 Manuel Rüger
2017-12-01 13:56 Manuel Rüger
2017-10-27 11:42 Manuel Rüger
2017-10-09 15:10 Manuel Rüger
2017-10-09 14:23 Manuel Rüger
2017-09-19 18:07 Manuel Rüger
2017-09-18 11:06 Manuel Rüger
2017-09-14 13:14 Manuel Rüger
2017-09-08 21:42 Manuel Rüger
2017-08-01 12:38 Manuel Rüger
2017-08-01 12:38 Manuel Rüger
2017-06-26 20:38 Manuel Rüger
2017-06-04 22:11 Manuel Rüger
2017-06-04 22:11 Manuel Rüger
2017-05-15 12:34 Manuel Rüger
2017-05-10 22:50 Manuel Rüger
2017-05-10 21:24 Manuel Rüger
2017-05-10 21:24 Manuel Rüger
2017-05-10 21:24 Manuel Rüger
2017-04-12  9:53 Manuel Rüger
2017-03-08 15:51 Manuel Rüger
2017-02-20 16:11 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=1561974613.df54190168a74a00e3304ccb049f15cea876038c.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