Skip to content

Commit

Permalink
dev-php/phpspec-prophecy: bump to v1.8.0
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Feb 22, 2019
1 parent 9444595 commit d0b8e15
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-php/phpspec-prophecy/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST phpspec-prophecy-1.7.0.tar.gz 60338 BLAKE2B 8171120d8407f2e554150d5e3ea1972c54d4e2ce0e6698763f0b3c7e1645340ce22404da7844fed8412579c46f372852b4553c6d8a65c8094ef3065b0dbbd80c SHA512 e8efb3882d869f10fe39dff7c2185e1ec6f044c794fd6a5785e1c1c69c71b91dc3997f61bd2566d3243dde0becce568beba9a18fa0fd152e6ce74ca43a9a0fb0
DIST phpspec-prophecy-1.8.0.tar.gz 37907 BLAKE2B 4bdd55d7fc14604c9fade23c60bf51f4c03accc182d7c5ad445dc6212a1e41b1bf392fe8f4a29768ecfcb2af479c0db3e29d5787d12e1f3222b032ba7e64dbc8 SHA512 992673f7cd148cf0b8752bbad614bbe34175a761cd4bf8849625794b505342d1bd918212a0f1463d94513f9e805d3dd127ba129d6622bcda29ea2b5c57a5582f
31 changes: 31 additions & 0 deletions dev-php/phpspec-prophecy/phpspec-prophecy-1.8.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

MY_PN="prophecy"
MY_VENDOR="phpspec"

DESCRIPTION="Highly opinionated mocking framework"
HOMEPAGE="https://github.com/${MY_VENDOR}/${MY_PN}"
SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

S="${WORKDIR}/${MY_PN}-${PV}"

RDEPEND="dev-php/fedora-autoloader
<dev-php/doctrine-instantiator-2
<dev-php/phpdocumentor-reflection-docblock-4
<dev-php/sebastian-comparator-3
<dev-php/sebastian-recursion-context-4
>=dev-lang/php-5.6:*"

src_install() {
insinto /usr/share/php/${MY_VENDOR}/Prophecy
doins -r src/Prophecy/*
doins "${FILESDIR}/autoload.php"
}

0 comments on commit d0b8e15

Please sign in to comment.