diff options
author | 2016-11-23 19:29:01 +0100 | |
---|---|---|
committer | 2016-12-18 18:16:58 -0500 | |
commit | bdc66737b4f2265a6955535ddde9c139f17a8243 (patch) | |
tree | 5d99180e5b2567ba922fddc5ecbf5db24978c168 /dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild | |
parent | dev-php/symfony-process: Add 2.8.12 version (diff) | |
download | gentoo-bdc66737b4f2265a6955535ddde9c139f17a8243.tar.gz gentoo-bdc66737b4f2265a6955535ddde9c139f17a8243.tar.bz2 gentoo-bdc66737b4f2265a6955535ddde9c139f17a8243.zip |
dev-php/symfony-filesystem: Add 2.7.20 version
This is needed for composer-1.2.2, bug 439206.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild')
-rw-r--r-- | dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild b/dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild new file mode 100644 index 000000000000..1e8dc8042629 --- /dev/null +++ b/dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Symfony Filesystem Component" +HOMEPAGE="https://github.com/symfony/filesystem" +SRC_URI="https://github.com/symfony/filesystem/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-lang/php:* + dev-php/fedora-autoloader" + +S="${WORKDIR}/filesystem-${PV}" + +src_install() { + insinto "/usr/share/php/Symfony/Component/Filesystem" + doins -r . "${FILESDIR}"/autoload.php + dodoc README.md +} |