public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-go/sarama/
@ 2018-04-13  9:53 Zac Medico
  0 siblings, 0 replies; 3+ messages in thread
From: Zac Medico @ 2018-04-13  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     495a73a38c499b7576a45f57d7517af3bee4cbb8
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 13 06:50:19 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 09:52:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495a73a3

dev-go/sarama: remove variables from HOMEPAGE

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-go/sarama/sarama-1.4.3.ebuild | 4 ++--
 dev-go/sarama/sarama-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-go/sarama/sarama-1.4.3.ebuild b/dev-go/sarama/sarama-1.4.3.ebuild
index 210776fa80f..f31a6e76af8 100644
--- a/dev-go/sarama/sarama-1.4.3.ebuild
+++ b/dev-go/sarama/sarama-1.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ fi
 inherit golang-build
 
 DESCRIPTION="Sarama is a Go library for Apache Kafka"
-HOMEPAGE="https://${EGO_SRC}"
+HOMEPAGE="https://github.com/Shopify/sarama"
 LICENSE="MIT"
 SLOT="0/${PV}"
 IUSE="test"

diff --git a/dev-go/sarama/sarama-9999.ebuild b/dev-go/sarama/sarama-9999.ebuild
index 9e4949729d7..337080136cb 100644
--- a/dev-go/sarama/sarama-9999.ebuild
+++ b/dev-go/sarama/sarama-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ fi
 inherit golang-build
 
 DESCRIPTION="Sarama is a Go library for Apache Kafka"
-HOMEPAGE="https://${EGO_SRC}"
+HOMEPAGE="https://github.com/Shopify/sarama"
 LICENSE="MIT"
 SLOT="0/${PV}"
 IUSE="test"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/sarama/
@ 2018-12-11 20:20 Zac Medico
  0 siblings, 0 replies; 3+ messages in thread
From: Zac Medico @ 2018-12-11 20:20 UTC (permalink / raw
  To: gentoo-commits

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/*
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/sarama/
@ 2019-03-02 18:09 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-03-02 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b50599bf3fefb07257092fb0e4959e025a677e53
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 18:08:22 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 18:08:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50599bf

dev-go/sarama: remove last rited package

Closes: https://bugs.gentoo.org/631696

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-go/sarama/Manifest            |  1 -
 dev-go/sarama/metadata.xml        | 10 ------
 dev-go/sarama/sarama-1.4.3.ebuild | 67 ---------------------------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-go/sarama/Manifest b/dev-go/sarama/Manifest
deleted file mode 100644
index 8dfe87e03e6..00000000000
--- a/dev-go/sarama/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sarama-1.4.3.tar.gz 86096 BLAKE2B 8c511b46e79d1128cad65b694910e1fa7c214776a8790c53aaca7162b40b6290cd871534b57f6e3c6c79f1555402f127ca3b82d24d947684a21f0c462faf3c95 SHA512 6117d08b1f7dc7feebacee60a3672d24ec909417a40dd686fdba9740304522c74d59f866ab37a90fdbd137bb491175d2cdf2694129f2da5d8c10dff97efb062b

diff --git a/dev-go/sarama/metadata.xml b/dev-go/sarama/metadata.xml
deleted file mode 100644
index c9593ee28ef..00000000000
--- a/dev-go/sarama/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>zmedico@gentoo.org</email>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">Shopify/sarama</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-go/sarama/sarama-1.4.3.ebuild b/dev-go/sarama/sarama-1.4.3.ebuild
deleted file mode 100644
index f31a6e76af8..00000000000
--- a/dev-go/sarama/sarama-1.4.3.ebuild
+++ /dev/null
@@ -1,67 +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"
-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=""
-
-if [[ ${PV} != *9999* ]]; then
-src_unpack() {
-	local f
-
-	for f in ${A}
-	do
-		case "${f}" in
-			*.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
-				local destdir=${WORKDIR}/${P}/src/${EGO_SRC}
-
-				debug-print "${FUNCNAME}: unpacking ${f} to ${destdir}"
-
-				# XXX: check whether the directory structure inside is
-				# fine? i.e. if the tarball has actually a parent dir.
-				mkdir -p "${destdir}" || die
-				tar -C "${destdir}" -x --strip-components 1 \
-					-f "${DISTDIR}/${f}" || die
-				;;
-			*)
-				debug-print "${FUNCNAME}: falling back to unpack for ${f}"
-
-				# fall back to the default method
-				unpack "${f}"
-				;;
-		esac
-	done
-}
-fi
-
-src_prepare() {
-	# avoid toxiproxy dependency
-	rm src/${EGO_SRC}/functional*_test.go || die
-}
-
-src_install() {
-	rm -rf src/${EGO_SRC}/.git* || die
-	golang-build_src_install
-	rm bin/http_server || die
-	dobin bin/*
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-02 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-02 18:09 [gentoo-commits] repo/gentoo:master commit in: dev-go/sarama/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2018-12-11 20:20 Zac Medico
2018-04-13  9:53 Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox