The php herd is the maintainer, so you should [email protected] (the herd-to-email mapping can probably be found elsewhere).
Still, please get more of a feeling for how the Portage tree is put together before doing more automated bug filing, please. Cheers, Dirkjan On Wed, Oct 31, 2012 at 2:08 PM, Marco Poletti <[email protected]> wrote: > On 31/10/2012 13:49, Dirkjan Ochtman wrote: >> Simply look at the metadata.xml files which can be found in each >> package directory. > I don't find any maintainer email there... > For example: > > ~ > cat /usr/portage/dev-lang/php/metadata.xml > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> > <pkgmetadata> > <herd>php</herd> > <use> > <flag name='cli'>Enable CLI SAPI</flag> > <flag name='embed'>Enable embed SAPI</flag> > <flag name='enchant'>Add supports Enchant spelling > library.</flag> > <flag name='fileinfo'>Add fileinfo extension support</flag> > <flag name='filter'>Add filter extension support</flag> > <flag name='fpm'>Enable the FastCGI Process Manager > SAPI</flag> > <flag name='gd'>Adds support for gd (bundled with > PHP)</flag> > <flag name='hash'>Enable the hash extension</flag> > <flag name='json'>Enable JSON support</flag> > <flag name='ldap-sasl'>Add SASL support for the PHP LDAP > extension</flag> > <flag name='mysqlnd'>Use native driver for mysql, > mysqli, PDO_Mysql</flag> > <flag name='intl'>Enables the intl extension for > extended internalization support</flag> > <flag name='pic'>Force shared modules to build as PIC on > x86 (speed tradeoff with memory usage)</flag> > <flag name='pdo'>Enable the bundled PDO extensions</flag> > <flag name='phar'>Enables the phar extension to provide > phar archive support</flag> > <flag name='suhosin'>Add Suhosin support (patch and > extension from http://www.suhosin.org/)</flag> > <flag restrict=">=dev-lang/php-5.3.6_rc1" > name='suhosin'>Add the Suhosin patch from http://www.suhosin.org/)</flag> > <flag name='sqlite2'>Add sqlite2 support. Will be > removed</flag> > <flag name='xmlreader'>Enable XMLReader support</flag> > <flag name='xmlwriter'>Enable XMLWriter support</flag> > <flag name='zip'>Enable ZIP file support</flag> > </use> > </pkgmetadata> > > > Marco >
