mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
This new version fixes a lot of problems caused by the old PEAR build system. First, we don't need the PEAR dependencies, so they've been dropped. The docs are installed in the correct place, and the build system won't crash if you eselect the wrong version of PHP. The ebuild has been updated to EAPI=6, and has a few more USE flags to control its dependencies. Even the executable (which requires phing) is now optional. But beware: this package is mostly broken out-of-the-box. The "agavi" executable requires some code from dev-php/phing, but the phing ebuild was rewritten to use a PHAR, and no longer installs any source code. Since the old version of phing (a) would not build for me and (b) should have exactly the same problem, I don't consider that a blocker for this new version. Gentoo-Bug: 604954 Package-Manager: portage-2.3.0
19 lines
592 B
XML
19 lines
592 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>php-bugs@gentoo.org</email>
|
|
<name>PHP</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="executable">
|
|
Install the "agavi" executable used to manage projects. This
|
|
requires <pkg>dev-php/phing</pkg>, and may be omitted if you are
|
|
(for example) deploying an existing site to a production server.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">agavi/agavi</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|