Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/ca-bundle/
Date: Fri, 16 Aug 2019 14:17:42
Message-Id: 1565965042.a2214a1d76ecdee8462689bdc84e8b590184aead.grknight@gentoo
1 commit: a2214a1d76ecdee8462689bdc84e8b590184aead
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 13:14:21 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 14:17:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2214a1d
7
8 dev-php/ca-bundle: Remove HOMEPAGE from SRC_URI
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/ca-bundle/ca-bundle-1.1.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild b/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild
17 index 164c183e94b..19d43507a5f 100644
18 --- a/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild
19 +++ b/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one"
28 HOMEPAGE="https://github.com/composer/ca-bundle"
29 -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 +SRC_URI="https://github.com/composer/ca-bundle/archive/${PV}.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="MIT"
33 SLOT="0"