From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3287138335 for ; Fri, 16 Aug 2019 14:17:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D03E0BF9; Fri, 16 Aug 2019 14:17:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82DE2E0BF9 for ; Fri, 16 Aug 2019 14:17:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 209E0349C57 for ; Fri, 16 Aug 2019 14:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19806761 for ; Fri, 16 Aug 2019 14:17:38 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1565965042.a2214a1d76ecdee8462689bdc84e8b590184aead.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/ca-bundle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/ca-bundle/ca-bundle-1.1.3.ebuild X-VCS-Directories: dev-php/ca-bundle/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: a2214a1d76ecdee8462689bdc84e8b590184aead X-VCS-Branch: master Date: Fri, 16 Aug 2019 14:17:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 070c5f7b-6083-486a-897f-8239d47c4e0a X-Archives-Hash: 49bd4e12913fd780874cdac02f23373b commit: a2214a1d76ecdee8462689bdc84e8b590184aead Author: Brian Evans gentoo org> AuthorDate: Fri Aug 16 13:14:21 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Aug 16 14:17:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2214a1d dev-php/ca-bundle: Remove HOMEPAGE from SRC_URI Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans gentoo.org> dev-php/ca-bundle/ca-bundle-1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 164c183e94b..19d43507a5f 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"