From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F5F0139694 for ; Sat, 27 May 2017 23:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1515E0EAC; Sat, 27 May 2017 23:34:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9521DE0EB6 for ; Sat, 27 May 2017 23:34:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C720341659 for ; Sat, 27 May 2017 23:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02D394A4 for ; Sat, 27 May 2017 23:34:31 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1495927806.7ecededfb8f5875d89edd651ab3853fd6d458b66.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/mockery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/mockery/mockery-0.9.0-r1.ebuild X-VCS-Directories: dev-php/mockery/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 7ecededfb8f5875d89edd651ab3853fd6d458b66 X-VCS-Branch: master Date: Sat, 27 May 2017 23:34:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a037b4f6-1d40-4d0a-a553-df8ce708c611 X-Archives-Hash: 147527f5895a1e08b6b0882010349ffe commit: 7ecededfb8f5875d89edd651ab3853fd6d458b66 Author: Brian Evans gentoo org> AuthorDate: Sat May 27 23:30:06 2017 +0000 Commit: Brian Evans gentoo 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=""