mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-php/phpunit-mock-objects: New package for an unbundled phpunit
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Mock Object library for PHPUnit"
|
||||
HOMEPAGE="http://phpunit.de"
|
||||
SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-php/fedora-autoloader
|
||||
>=dev-php/Text_Template-1.2
|
||||
!>=dev-php/Text_Template-2.0
|
||||
<dev-php/doctrine-instantiator-2.0
|
||||
<dev-php/sebastian-exporter-3.0
|
||||
!<dev-php/phpunit-5.4.0
|
||||
>=dev-lang/php-5.6:*"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/php/PHPUnit/
|
||||
doins -r src/*
|
||||
insinto /usr/share/php/PHPUnit/Framework/MockObject
|
||||
doins "${FILESDIR}/autoload.php"
|
||||
}
|
||||
Reference in New Issue
Block a user