Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-reflector/
Date: Thu, 04 Jun 2020 09:06:56
Message-Id: 1591261536.c71d50509729641f1af89fcc5626d26bd549bf04.soap@gentoo
1 commit: c71d50509729641f1af89fcc5626d26bd549bf04
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Thu Jun 4 09:05:36 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 09:05:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71d5050
7
8 dev-php/sebastian-object-reflector: update homepage
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 .../sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild b/dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild
18 index 34f338d4112..56dd2650e47 100644
19 --- a/dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild
20 +++ b/dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild
21 @@ -6,7 +6,7 @@ EAPI=7
22 MY_PN="object-reflector"
23
24 DESCRIPTION="Allows reflection of object attributes, including inherited and non-public ones"
25 -HOMEPAGE="http://phpunit.de"
26 +HOMEPAGE="https://phpunit.de"
27 SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="BSD"