commit:     7ecededfb8f5875d89edd651ab3853fd6d458b66
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 23:30:06 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sat May 27 23:30:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecededf

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(+)

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=""

Reply via email to