public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/
Date: Sat, 14 Dec 2019 02:22:09 +0000 (UTC)	[thread overview]
Message-ID: <1576290079.2bfefe36d8163a28dc2d63ba3276f9436aa3b229.zmedico@gentoo> (raw)

commit:     2bfefe36d8163a28dc2d63ba3276f9436aa3b229
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 02:21:19 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 02:21:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfefe36

sys-cluster/minikube: Remove old version 1.0.0

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 sys-cluster/minikube/Manifest              |  1 -
 sys-cluster/minikube/minikube-1.0.0.ebuild | 50 ------------------------------
 2 files changed, 51 deletions(-)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index eaa7334ac87..46e10b844a2 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -1,2 +1 @@
-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-1.0.0.ebuild b/sys-cluster/minikube/minikube-1.0.0.ebuild
deleted file mode 100644
index 95d50dc2919..00000000000
--- a/sys-cluster/minikube/minikube-1.0.0.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 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 GPL-2 ISC LGPL-3 MIT MPL-2.0 WTFPL-2 ZLIB || ( LGPL-3+ GPL-2 ) || ( Apache-2.0 LGPL-3+ ) || ( Apache-2.0 CC-BY-4.0 )"
-SLOT="0"
-IUSE="hardened libvirt"
-
-DEPEND="dev-go/go-bindata
-	${PYTHON_DEPS}
-	libvirt? ( app-emulation/libvirt[qemu] )"
-RDEPEND=">=sys-cluster/kubectl-1.14.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-12-14  2:22 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-14  2:22 Zac Medico [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:19 Zac Medico
2019-12-14  2:19 Zac Medico
2019-11-23 10:35 Manuel Rüger
2019-07-01  9:53 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=1576290079.2bfefe36d8163a28dc2d63ba3276f9436aa3b229.zmedico@gentoo \
    --to=zmedico@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