diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-01-07 14:12:59 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-01-07 14:23:27 -0500 |
commit | e491aa65a5b0a89dda0c76fdac559d192c96b6ed (patch) | |
tree | 77cd2ea384bd29f90d7f86be1127d4fadd45b0d5 /dev-php/phing/metadata.xml | |
parent | dev-php/PEAR-HTTP_Request2: remove unused versions 2.0.0 and 2.1.1. (diff) | |
download | gentoo-e491aa65a5b0a89dda0c76fdac559d192c96b6ed.tar.gz gentoo-e491aa65a5b0a89dda0c76fdac559d192c96b6ed.tar.bz2 gentoo-e491aa65a5b0a89dda0c76fdac559d192c96b6ed.zip |
dev-php/phing: new unbundled version 2.16.0.
This new version is a major overhaul of the ebuild. We start with an
update to EAPI=6, and then everything else is basically new. The
previous version installed a single compressed PHAR archive, while now
we actually install the source, documentation, examples, and
executables -- all in the correct places.
Some dependencies were fixed, and there are new USE flags for a couple
of optional dependencies (eventually there should be more flags,
rather than rely on USE=minimal). Upstream's metadata was updated,
too.
Unfortunately, many features of this package will not work. Since
phpDocumentor and phpunit are still packaged as PHAR archives, phing
cannot make use of their libraries. This is not a new problem,
however, so it is acceptable to allow in in the new version.
Gentoo-Bug: 604954
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/phing/metadata.xml')
-rw-r--r-- | dev-php/phing/metadata.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/dev-php/phing/metadata.xml b/dev-php/phing/metadata.xml index b86acf66c756..104818de2b2f 100644 --- a/dev-php/phing/metadata.xml +++ b/dev-php/phing/metadata.xml @@ -1,8 +1,17 @@ <?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> + <maintainer type="project"> + <email>php-bugs@gentoo.org</email> + <name>PHP</name> + </maintainer> + <upstream> + <remote-id type="github">phingofficial/phing</remote-id> + </upstream> + <use> + <flag name="zip"> + Support zip archives by requiring said support in + <pkg>dev-lang/php</pkg>. + </flag> + </use> </pkgmetadata> |