From 7ecededfb8f5875d89edd651ab3853fd6d458b66 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Sat, 27 May 2017 19:30:06 -0400 Subject: dev-php/mockery: Migrate to php-pear-r2 eclass to fix bug 619600 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-php/mockery/mockery-0.9.0-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-php/mockery/mockery-0.9.0-r1.ebuild (limited to 'dev-php/mockery') diff --git a/dev-php/mockery/mockery-0.9.0-r1.ebuild b/dev-php/mockery/mockery-0.9.0-r1.ebuild new file mode 100644 index 00000000000..72490762ba9 --- /dev/null +++ b/dev-php/mockery/mockery-0.9.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_PKG_NAME="Mockery" +PHP_PEAR_DOMAIN="pear.survivethedeepend.com" +inherit php-pear-r2 + +DESCRIPTION="Simple yet flexible PHP mock object framework for use in unit testing" +HOMEPAGE="https://github.com/padraic/mockery" +SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" -- cgit v1.2.1