commit: 3846c8bbfee08808ecc0fc6875e2eaefc6c03e93 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Aug 18 16:53:20 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Aug 18 16:53:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3846c8bb
dev-php/phpspec-prophecy: fix install location Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> ...spec-prophecy-1.10.3.ebuild => phpspec-prophecy-1.10.3-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 similarity index 84% rename from dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild rename to dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild index 1b818104633..3dad3fd76a4 100644 --- a/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild +++ b/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild @@ -3,9 +3,12 @@ EAPI="7" +MY_PN="prophecy" +MY_VENDOR="phpspec" + DESCRIPTION="Highly opinionated mocking framework" HOMEPAGE="https://github.com/phpspec/prophecy" -SRC_URI="https://github.com/phpspec/prophecy/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"
