Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 391039 - dev-php/eaccelerator-0.9.6.1-r4 (and previous releases): ebuild don't install some usefull php-scripts
Summary: dev-php/eaccelerator-0.9.6.1-r4 (and previous releases): ebuild don't install...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-19 18:50 UTC by Vadim A. Misbakh-Soloviov (mva)
Modified: 2012-02-16 10:09 UTC (History)
0 users

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 Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2011-11-19 18:50:38 UTC
it is only
        insinto "/usr/share/${PF}"
        doins -r doc/php/
part for installing php-scripts from eAccellerator bundle. But all "needed" scrips are in ${S}:


% ls /var/tmp/portage/dev-php/eaccelerator-0.9.6.1-r4/work/eaccelerator-0.9.6.1/doc/php
dasm.php  info.php
% ls /var/tmp/portage/dev-php/eaccelerator-0.9.6.1-r4/work/eaccelerator-0.9.6.1/*php
/var/tmp/portage/dev-php/eaccelerator-0.9.6.1-r4/work/eaccelerator-0.9.6.1/bugreport.php
/var/tmp/portage/dev-php/eaccelerator-0.9.6.1-r4/work/eaccelerator-0.9.6.1/control.php
/var/tmp/portage/dev-php/eaccelerator-0.9.6.1-r4/work/eaccelerator-0.9.6.1/dasm.php
/var/tmp/portage/dev-php/eaccelerator-0.9.6.1-r4/work/eaccelerator-0.9.6.1/PHP_Highlight.php

And, btw, "dasm.php" from doc/ dir copying now even with USE=-disassembler.
In that way I think, that 

doins -r doc/php/

should be replaced via:

doins PHP_Highlight.php control.php bugreport.php
use disassembler && doins dasm.php

Reproducible: Always
Comment 1 Ole Markus With (RETIRED) gentoo-dev 2012-02-16 10:09:35 UTC
Should be fixed by -r5.

Thanks!