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-recursion-context/
Date: Thu, 04 Jun 2020 09:06:57
Message-Id: 1591261539.5572075459497babcd2a238ac858af2a7e6f11ff.soap@gentoo
1 commit: 5572075459497babcd2a238ac858af2a7e6f11ff
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Thu Jun 4 09:05:39 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 09:05:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55720754
7
8 dev-php/sebastian-recursion-context: 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-recursion-context-2.0.0.ebuild | 2 +-
15 .../sebastian-recursion-context-3.0.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild
19 index 72896d8f834..940e38fd87d 100644
20 --- a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild
21 +++ b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild
22 @@ -6,7 +6,7 @@ EAPI=6
23 MY_PN="${PN/sebastian-//}"
24
25 DESCRIPTION="Recursively process PHP variables"
26 -HOMEPAGE="http://phpunit.de"
27 +HOMEPAGE="https://phpunit.de"
28 SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="BSD"
31
32 diff --git a/dev-php/sebastian-recursion-context/sebastian-recursion-context-3.0.0.ebuild b/dev-php/sebastian-recursion-context/sebastian-recursion-context-3.0.0.ebuild
33 index e90e11f6011..830d7827501 100644
34 --- a/dev-php/sebastian-recursion-context/sebastian-recursion-context-3.0.0.ebuild
35 +++ b/dev-php/sebastian-recursion-context/sebastian-recursion-context-3.0.0.ebuild
36 @@ -6,7 +6,7 @@ EAPI=7
37 MY_PN="${PN/sebastian-//}"
38
39 DESCRIPTION="Recursively process PHP variables"
40 -HOMEPAGE="http://phpunit.de"
41 +HOMEPAGE="https://phpunit.de"
42 SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43
44 LICENSE="BSD"