From: Marty E. Plummer Date: Fri, 13 Apr 2018 06:39:07 +0000 (-0500) Subject: dev-go/coveraggregator: remove variables from HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6a5a44f93526529ba7043b15c24d4dd2165587a2;p=gentoo.git dev-go/coveraggregator: remove variables from HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild b/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild index 5cec974883fe..5f38582a0acf 100644 --- a/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild +++ b/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit golang-build golang-vcs-snapshot KEYWORDS="~amd64" EGO_PN=github.com/chouquette/${PN} -HOMEPAGE="https://${EGO_PN}" +HOMEPAGE="https://github.com/chouquette/coveraggregator" EGIT_COMMIT="af12d4d73479a1b49a16bbed8e5c182999dd62be" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Cover profile aggregator for golang"