Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/mockery/
Date: Thu, 22 Sep 2022 04:09:52
Message-Id: 1663819711.5331539361131482c9f86069cb0dd21746b7776d.sam@gentoo
1 commit: 5331539361131482c9f86069cb0dd21746b7776d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 04:08:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:08:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53315393
7
8 dev-php/mockery: fix broken SRC_URI
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-php/mockery/mockery-0.9.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/mockery/mockery-0.9.0-r1.ebuild b/dev-php/mockery/mockery-0.9.0-r1.ebuild
16 index 72490762ba9e..33c4ee18e58d 100644
17 --- a/dev-php/mockery/mockery-0.9.0-r1.ebuild
18 +++ b/dev-php/mockery/mockery-0.9.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ inherit php-pear-r2
26
27 DESCRIPTION="Simple yet flexible PHP mock object framework for use in unit testing"
28 HOMEPAGE="https://github.com/padraic/mockery"
29 -SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"
30 +SRC_URI="http://${PHP_PEAR_DOMAIN}/get/${PEAR_P}.tgz"
31
32 LICENSE="BSD"
33 SLOT="0"