Skip to content

Commit

Permalink
dev-php/mockery: Migrate to php-pear-r2 eclass to fix bug 619600
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Brian Evans committed May 27, 2017
1 parent f775d0c commit 7eceded
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-php/mockery/mockery-0.9.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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=""

0 comments on commit 7eceded

Please sign in to comment.