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: RESOLVED PKGREMOVED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: PMASKED
Depends on: 934666
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2016-01-29 22:48 UTC by Michael Orlitzky
Modified: 2024-07-26 17:26 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
Comment 1 Larry the Git Cow gentoo-dev 2024-07-26 17:26:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5

commit 3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-07-26 17:10:03 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-07-26 17:25:12 +0000

    dev-php/phpcov: treeclean
    
    Closes: https://bugs.gentoo.org/573342 (pkgremoved)
    Closes: https://bugs.gentoo.org/934666 (pkgremoved)
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-php/phpcov/Manifest            |  1 -
 dev-php/phpcov/metadata.xml        | 11 -----------
 dev-php/phpcov/phpcov-5.0.0.ebuild | 29 -----------------------------
 profiles/package.mask              |  1 -
 4 files changed, 42 deletions(-)