dev-lang/php: new 5.6 and 7.0 revisions with additional LICENSE entries.
authorMichael Orlitzky <mjo@gentoo.org>
Fri, 30 Sep 2016 23:29:26 +0000 (19:29 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Fri, 30 Sep 2016 23:42:39 +0000 (19:42 -0400)
commit7045d31acbfb4ed785fc3061313f7f3fcae75dba
treea942cca4bf4615b305dcf57caad3fcb7667c1dfa
parent8144f1f6125282980387978425570e7dc7b26d2f
dev-lang/php: new 5.6 and 7.0 revisions with additional LICENSE entries.

The main license under which PHP is distributed is the "PHP license."
But, a lot of files, functions, and libraries have been inlined and
bring with them the associated license from the upstream project. This
commit adds the following unconditionally:

  * BSD (thread-safe resource manager, probably other places)
  * Zend-2.0 (used by the Zend engine, everything under ${S}/Zend/)

and the following USE-conditionally:

  * LGPL-2.1+, used by the bcmath extension.
  * BSD-2, used by the fpm SAPI and mbstring extension.
  * gd, used by gd.
  * LGPL-2.1, used by the mbstring extension.

The main license was also updated from "PHP-3" to "PHP-3.01", because
that's what it is.

Package-Manager: portage-2.3.0
dev-lang/php/php-5.6.26-r2.ebuild [moved from dev-lang/php/php-5.6.26-r1.ebuild with 99% similarity]
dev-lang/php/php-7.0.11-r2.ebuild [moved from dev-lang/php/php-7.0.11-r1.ebuild with 99% similarity]