From: Brian Evans Date: Fri, 16 Aug 2019 13:14:21 +0000 (-0400) Subject: dev-php/ca-bundle: Remove HOMEPAGE from SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a2214a1d76ecdee8462689bdc84e8b590184aead;p=gentoo.git dev-php/ca-bundle: Remove HOMEPAGE from SRC_URI Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans --- diff --git a/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild b/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild index 164c183e94b7..19d43507a5f0 100644 --- a/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild +++ b/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one" HOMEPAGE="https://github.com/composer/ca-bundle" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/composer/ca-bundle/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"