Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202753 - dev-php5/SabreAMF-1.0.174 (new ebuild)
Summary: dev-php5/SabreAMF-1.0.174 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: EBUILD, InVCS
Depends on:
Blocks:
 
Reported: 2007-12-19 06:58 UTC by Travis Wyatt
Modified: 2008-01-04 13:25 UTC (History)
0 users

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


Attachments
SabreAMF-1.0.174.ebuild (SabreAMF-1.0.174.ebuild,628 bytes, text/plain)
2007-12-19 06:59 UTC, Travis Wyatt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Wyatt 2007-12-19 06:58:13 UTC
Modeled the ebuild after the dev-php5/ZendFramework-1.0.2 ebuild and tested on an x86 system.

Reproducible: Always
Comment 1 Travis Wyatt 2007-12-19 06:59:34 UTC
Created attachment 138871 [details]
SabreAMF-1.0.174.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-12-19 07:47:28 UTC
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/
Comment 3 Travis Wyatt 2007-12-25 09:17:33 UTC
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!
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-12-25 09:24:39 UTC
(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.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2008-01-04 13:25:08 UTC
InCVS, enjoy...