commit: 7ad65a50418268d64e0cdfa503172cb92e127720 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 6 19:37:23 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 19:37:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad65a50
app-admin/ksonnet: Remove last-rited pkg Closes: https://bugs.gentoo.org/694710 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-admin/ksonnet/Manifest | 1 - app-admin/ksonnet/ksonnet-0.13.1.ebuild | 40 --------------------------------- app-admin/ksonnet/metadata.xml | 8 ------- profiles/package.mask | 2 -- 4 files changed, 51 deletions(-) diff --git a/app-admin/ksonnet/Manifest b/app-admin/ksonnet/Manifest deleted file mode 100644 index fd9353b9e8e..00000000000 --- a/app-admin/ksonnet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ksonnet-0.13.1.tar.gz 12336756 BLAKE2B 1952c02a0dbefc0efdcde1728348e62b23e9ef92fedb8444f98dcc0e670090be56aa001ee50f5e6885752e565863b3813556b091dc614a766677ea4d6e0722c4 SHA512 be16e986c27da358df27d632d1191837d3c16a92e702f3bc29d504de80128870dd4d97752db07c06bd5a11b517e69d6690b9608125d702f809c181d4109622f4 diff --git a/app-admin/ksonnet/ksonnet-0.13.1.ebuild b/app-admin/ksonnet/ksonnet-0.13.1.ebuild deleted file mode 100644 index 0c4bbcbd400..00000000000 --- a/app-admin/ksonnet/ksonnet-0.13.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGO_PN="github.com/ksonnet/ksonnet" - -inherit golang-build golang-vcs-snapshot bash-completion-r1 - -ARCHIVE_URI="https://github.com/ksonnet/ksonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="CLI-supported framework for extensible Kubernetes configurations" -HOMEPAGE="https://github.com/ksonnet/ksonnet https://ksonnet.io/" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RESTRICT="test" - -src_prepare() { - default - sed -i -e "s/EXTRA_GO_FLAGS =/EXTRA_GO_FLAGS = -v /"\ - -e "s/VERSION =.*/VERSION = ${PV}/" src/${EGO_PN}/Makefile || die -} - -src_compile() { - pushd src/${EGO_PN} || die - GOPATH="${S}" emake ks - popd || die -} - -src_install() { - pushd src/${EGO_PN} || die - dobin ks - dodoc README.md - popd || die -} diff --git a/app-admin/ksonnet/metadata.xml b/app-admin/ksonnet/metadata.xml deleted file mode 100644 index fbe8de267df..00000000000 --- a/app-admin/ksonnet/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">heptio/ksonnet</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index d38d3f0c051..b2f2f9fedfe 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -577,10 +577,8 @@ media-gfx/exiftags # entries. All of them have additional bugs reported. # # app-admin/certmgr: #694690 -# app-admin/ksonnet: #694710 # Removal in 30 days. app-admin/certmgr -app-admin/ksonnet # Michał Górny <[email protected]> (2019-10-20) # Testing version that breaks multiple plugins. Let's keep it masked
