Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573342 - dev-php/phpcov bundles its dependencies
Summary: dev-php/phpcov bundles its dependencies
Status: CONFIRMED
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:48 UTC by Michael Orlitzky
Modified: 2016-02-07 10:46 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:48:27 UTC
The phar that we download is just an executable archive containing bundled copies of phpcov's dependencies:

  $ wget https://phar.phpunit.de/phpcov.phar
  $ php -r '$phar = new Phar("phpcov.phar"); $phar->extractTo("./");'
  $ ls symfony/
  total 16K
  drwxr-xr-x 14 mjo mjo 4.0K 2016-01-29 17:45 console
  drwxr-xr-x  8 mjo mjo 4.0K 2016-01-29 17:45 finder
  drwxr-xr-x  2 mjo mjo 4.0K 2016-01-29 17:45 polyfill-mbstring
  drwxr-xr-x  3 mjo mjo 4.0K 2016-01-29 17:45 yaml
  $ ls phpunit/
  total 28K
  drwxr-xr-x 3 mjo mjo 4.0K 2016-01-29 17:45 php-code-coverage
  drwxr-xr-x 3 mjo mjo 4.0K 2016-01-29 17:45 php-file-iterator
  drwxr-xr-x 3 mjo mjo 4.0K 2016-01-29 17:45 php-text-template
  drwxr-xr-x 3 mjo mjo 4.0K 2016-01-29 17:45 php-timer
  drwxr-xr-x 3 mjo mjo 4.0K 2016-01-29 17:45 php-token-stream
  drwxr-xr-x 3 mjo mjo 4.0K 2016-01-29 17:45 phpunit
  drwxr-xr-x 3 mjo mjo 4.0K 2016-01-29 17:45 phpunit-mock-objects