commit: 530302f364797101e9742fe6377c6b542a67dcee Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Tue Dec 11 20:18:54 2018 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue Dec 11 20:18:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530302f3
dev-go/sarama: remove umaintained 9999 ebuild Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-go/sarama/sarama-9999.ebuild | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/dev-go/sarama/sarama-9999.ebuild b/dev-go/sarama/sarama-9999.ebuild deleted file mode 100644 index 337080136cb..00000000000 --- a/dev-go/sarama/sarama-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -EGO_SRC=github.com/Shopify/${PN} -EGO_PN=${EGO_SRC}/... - -if [[ ${PV} = *9999* ]]; then - inherit golang-vcs -else - KEYWORDS="~amd64" - SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - inherit golang-vcs-snapshot -fi -inherit golang-build - -DESCRIPTION="Sarama is a Go library for Apache Kafka" -HOMEPAGE="https://github.com/Shopify/sarama" -LICENSE="MIT" -SLOT="0/${PV}" -IUSE="test" -DEPEND="dev-go/go-eapache-queue - dev-go/go-resiliency - dev-go/go-snappy - test? ( dev-go/go-spew )" -RDEPEND="" - -src_prepare() { - # avoid toxiproxy dependency - rm src/${EGO_SRC}/functional*_test.go || die -} - -src_install() { - golang-build_src_install - rm bin/http_server || die - dobin bin/* -}