Modeled the ebuild after the dev-php5/ZendFramework-1.0.2 ebuild and tested on an x86 system. Reproducible: Always
Created attachment 138871 [details] SabreAMF-1.0.174.ebuild
Thanks, added to PHP overlay. [1] FYI, this is packaged as pear, so it should use php-pear-lib-r1 eclass, not php-lib-r1 eclass. http://overlays.gentoo.org/svn/proj/php/testing/dev-php5/SabreAMF/
It seems that the ebuild in the PHP overlay installs SabreAMF to /usr/share/php, but I thought SabreAMF required PHP5? ...so shouldn't it be installing to /usr/share/php5? Aside from that, the ebuild in the PHP overlay worked for me on my x86 machine. Thanks!
(In reply to comment #3) > It seems that the ebuild in the PHP overlay installs SabreAMF to > /usr/share/php, but I thought SabreAMF required PHP5? ...so shouldn't it be > installing to /usr/share/php5? PEAR stuff installs to pear's php_dir, which is always /usr/share/php. That directory is always in include_path; /usr/share/php[45] exists for slotted stuff that has ebuilds for both PHP4 and PHP5.
InCVS, enjoy...