# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PHP_EXT_NAME="pinba" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" USE_PHP="php5-3 php5-4 php5-5 php5-6" inherit php-ext-source-r2 git-2 DESCRIPTION="Pinba is a realtime monitoring/statistics server for PHP using MySQL as a read-only interface." HOMEPAGE="http://pinba.org/" EGIT_REPO_URI="git://github.com/tony2001/pinba_extension.git https://github.com/tony2001/pinba_extension.git" LICENSE="PHP-3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-lang/php dev-util/re2c" RDEPEND="${DEPEND}" src_unpack() { git-2_src_unpack for slot in $(php_get_slots); do cp -r "${S}" "${WORKDIR}/${slot}" done }