Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573340 - dev-php/phpdepend bundles its dependencies
Summary: dev-php/phpdepend bundles its dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2016-01-29 22:43 UTC by Michael Orlitzky
Modified: 2017-01-05 21:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2016-01-29 22:43:33 UTC
The phar archive that we install is just a zip file that someone created after using composer to bundle all of the symfony libraries:

  $ wget -q http://static.pdepend.org/php/latest/pdepend.phar
  $ php -r '$phar = new Phar("pdepend.phar"); $phar->extractTo("./");'
  $ ls vendor
  total 12K
  -rw-rw-rw- 1 mjo mjo  183 2016-01-29 17:41 autoload.php
  drwxr-xr-x 2 mjo mjo 4.0K 2016-01-29 17:41 composer
  drwxr-xr-x 6 mjo mjo 4.0K 2016-01-29 17:41 symfony
Comment 1 Michael Orlitzky gentoo-dev 2017-01-05 21:43:45 UTC
This is fixed in v2.3.2, and the old bundled versions have been dropped.