diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-18 18:53:20 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-18 18:53:47 +0200 |
commit | 3846c8bbfee08808ecc0fc6875e2eaefc6c03e93 (patch) | |
tree | 3febd03a0743d63093caa3d819c4593b33f9984c /dev-php/phpspec-prophecy | |
parent | dev-libs/apr: sparc stable wrt bug #725372 (diff) | |
download | gentoo-3846c8bbfee08808ecc0fc6875e2eaefc6c03e93.tar.gz gentoo-3846c8bbfee08808ecc0fc6875e2eaefc6c03e93.tar.bz2 gentoo-3846c8bbfee08808ecc0fc6875e2eaefc6c03e93.zip |
dev-php/phpspec-prophecy: fix install location
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/phpspec-prophecy')
-rw-r--r-- | dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild (renamed from dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
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 index 1b8181046335..3dad3fd76a4c 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" |