diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 01:50:19 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:52:06 -0700 |
commit | 495a73a38c499b7576a45f57d7517af3bee4cbb8 (patch) | |
tree | 5eee993765652ad2ae61e5c708a5a1c5a693d6db | |
parent | dev-go/go-sqlite3: remove variables from HOMEPAGE (diff) | |
download | gentoo-495a73a38c499b7576a45f57d7517af3bee4cbb8.tar.gz gentoo-495a73a38c499b7576a45f57d7517af3bee4cbb8.tar.bz2 gentoo-495a73a38c499b7576a45f57d7517af3bee4cbb8.zip |
dev-go/sarama: remove variables from HOMEPAGE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r-- | dev-go/sarama/sarama-1.4.3.ebuild | 4 | ||||
-rw-r--r-- | 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 210776fa80f8..f31a6e76af8f 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 9e4949729d75..337080136cb8 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" |