# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=3 inherit eutils git-2 DESCRIPTION="PHPExcel - OpenXML - Read, Write and Create spreadsheet documents in PHP - Spreadsheet engine" HOMEPAGE="https://github.com/PHPOffice/PHPExcel" EGIT_REPO_URI="https://github.com/PHPOffice/PHPExcel.git" LICENSE="GPLv2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-lang/php-5.2.0[xml]" RDEPEND="${DEPEND}" src_install() { insinto /usr/share/php/PHPExcel doins -r * }