commit: 5fd3b058d5d8f39baebfcf56df2a9d01ce48921e
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 20:31:54 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 20:32:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd3b058
dev-php/composer: add a comment about installing the LICENSE file.
Package-Manager: portage-2.3.0
dev-php/composer/composer-1.3.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-php/composer/composer-1.3.1.ebuild
b/dev-php/composer/composer-1.3.1.ebuild
index c541445..f4a72d9 100644
--- a/dev-php/composer/composer-1.3.1.ebuild
+++ b/dev-php/composer/composer-1.3.1.ebuild
@@ -34,6 +34,9 @@ PATCHES=(
src_install() {
insinto "/usr/share/php/Composer/Composer"
+
+ # Composer expects the LICENSE file to be there, and the
+ # easiest thing to do is to give it what it wants.
doins -r src/Composer/. res LICENSE "${FILESDIR}"/autoload.php
dobin bin/composer
dodoc README.md