Gentoo Archives: gentoo-dev

From: Dirkjan Ochtman <djc@g.o>
To: Marco Poletti <poletti.marco@×××××.com>
Cc: Gentoo Development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [warning] the bug queue has 100 bugs
Date: Wed, 31 Oct 2012 13:12:22
Message-Id: CAKmKYaAYPn7HQc3oCeYwSdwSg_9J9Xmb+qhCqWFm-kkZaU0bJg@mail.gmail.com
1 The php herd is the maintainer, so you should php-bugs@g.o (the
2 herd-to-email mapping can probably be found elsewhere).
3
4 Still, please get more of a feeling for how the Portage tree is put
5 together before doing more automated bug filing, please.
6
7 Cheers,
8
9 Dirkjan
10
11 On Wed, Oct 31, 2012 at 2:08 PM, Marco Poletti <poletti.marco@×××××.com> wrote:
12 > On 31/10/2012 13:49, Dirkjan Ochtman wrote:
13 >> Simply look at the metadata.xml files which can be found in each
14 >> package directory.
15 > I don't find any maintainer email there...
16 > For example:
17 >
18 > ~ > cat /usr/portage/dev-lang/php/metadata.xml
19 > <?xml version="1.0" encoding="UTF-8"?>
20 > <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
21 > <pkgmetadata>
22 > <herd>php</herd>
23 > <use>
24 > <flag name='cli'>Enable CLI SAPI</flag>
25 > <flag name='embed'>Enable embed SAPI</flag>
26 > <flag name='enchant'>Add supports Enchant spelling
27 > library.</flag>
28 > <flag name='fileinfo'>Add fileinfo extension support</flag>
29 > <flag name='filter'>Add filter extension support</flag>
30 > <flag name='fpm'>Enable the FastCGI Process Manager
31 > SAPI</flag>
32 > <flag name='gd'>Adds support for gd (bundled with
33 > PHP)</flag>
34 > <flag name='hash'>Enable the hash extension</flag>
35 > <flag name='json'>Enable JSON support</flag>
36 > <flag name='ldap-sasl'>Add SASL support for the PHP LDAP
37 > extension</flag>
38 > <flag name='mysqlnd'>Use native driver for mysql,
39 > mysqli, PDO_Mysql</flag>
40 > <flag name='intl'>Enables the intl extension for
41 > extended internalization support</flag>
42 > <flag name='pic'>Force shared modules to build as PIC on
43 > x86 (speed tradeoff with memory usage)</flag>
44 > <flag name='pdo'>Enable the bundled PDO extensions</flag>
45 > <flag name='phar'>Enables the phar extension to provide
46 > phar archive support</flag>
47 > <flag name='suhosin'>Add Suhosin support (patch and
48 > extension from http://www.suhosin.org/)</flag>
49 > <flag restrict="&gt;=dev-lang/php-5.3.6_rc1"
50 > name='suhosin'>Add the Suhosin patch from http://www.suhosin.org/)</flag>
51 > <flag name='sqlite2'>Add sqlite2 support. Will be
52 > removed</flag>
53 > <flag name='xmlreader'>Enable XMLReader support</flag>
54 > <flag name='xmlwriter'>Enable XMLWriter support</flag>
55 > <flag name='zip'>Enable ZIP file support</flag>
56 > </use>
57 > </pkgmetadata>
58 >
59 >
60 > Marco
61 >