Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpspec-prophecy/
Date: Tue, 18 Aug 2020 16:53:54
Message-Id: 1597769627.3846c8bbfee08808ecc0fc6875e2eaefc6c03e93.whissi@gentoo
1 commit: 3846c8bbfee08808ecc0fc6875e2eaefc6c03e93
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 16:53:20 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 16:53:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3846c8bb
7
8 dev-php/phpspec-prophecy: fix install location
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 ...spec-prophecy-1.10.3.ebuild => phpspec-prophecy-1.10.3-r1.ebuild} | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild b/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild
17 similarity index 84%
18 rename from dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild
19 rename to dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild
20 index 1b818104633..3dad3fd76a4 100644
21 --- a/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild
22 +++ b/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild
23 @@ -3,9 +3,12 @@
24
25 EAPI="7"
26
27 +MY_PN="prophecy"
28 +MY_VENDOR="phpspec"
29 +
30 DESCRIPTION="Highly opinionated mocking framework"
31 HOMEPAGE="https://github.com/phpspec/prophecy"
32 -SRC_URI="https://github.com/phpspec/prophecy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 +SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="MIT"
36 SLOT="0"